Skip to content
Snippets Groups Projects
Commit e56e756d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: CMakeLists.txt

parent 1b801341
No related branches found
No related tags found
1 merge request!1New PS attempt
Pipeline #
...@@ -140,10 +140,10 @@ find_package(MySQL QUIET) ...@@ -140,10 +140,10 @@ find_package(MySQL QUIET)
list(APPEND CMAKE_PREFIX_PATH /usr/local/share/eigen3/cmake) list(APPEND CMAKE_PREFIX_PATH /usr/local/share/eigen3/cmake)
find_package (Eigen3 3.3 REQUIRED NO_MODULE) #find_package (Eigen3 3.3 REQUIRED NO_MODULE)
#find_package(PkgConfig REQUIRED) find_package(PkgConfig REQUIRED)
#pkg_search_module(Eigen3 REQUIRED eigen3) pkg_search_module(Eigen3 REQUIRED eigen3)
#message("Eigen3_INCLUDE_DIRS : ${Eigen3_INCLUDE_DIRS}") message("Eigen3_INCLUDE_DIRS : ${Eigen3_INCLUDE_DIRS}")
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
# Find SQLite3 (required package) # Find SQLite3 (required package)
...@@ -164,7 +164,7 @@ set(LINK_LIBRARIES ...@@ -164,7 +164,7 @@ set(LINK_LIBRARIES
${LHAPDF_LIBRARIES} ${LHAPDF_LIBRARIES}
) )
include_directories( include_directories(
${Eigen3_INCLUDE_DIRS} ${Eigen3_INCLUDE_DIRS}
${ROOT_INCLUDE_DIR} ${ROOT_INCLUDE_DIR}
${CLHEP_INCLUDE_DIR} ${CLHEP_INCLUDE_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment