Skip to content
Snippets Groups Projects
Unverified Commit 42cb19b6 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Update CMakeLists.txt

parent fcb287df
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,7 @@ find_package(GSL REQUIRED )
message("GSL: ${GSL_LIBRARIES} ")
message("GSL INCLUDE_DIRS: ${GSL_INCLUDE_DIRS} ")
INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIRS})
gaudi_depends_on_subdirs()
# gaudi_depends_on_subdirs()
set(DataHelperLib_srcs src/*.cc src/*.cpp)
......@@ -16,6 +14,6 @@ set(DataHelperLib_srcs src/*.cc src/*.cpp)
gaudi_add_library(DataHelperLib ${DataHelperLib_srcs}
PUBLIC_HEADERS DataHelper
INCLUDE_DIRECTORY ${CLHEP_INCLUDE_DIR}
INCLUDE_DIRS ${CLHEP_INCLUDE_DIR} ${GSL_INCLUDE_DIRS}
LINK_LIBRARIES EDM4HEP::edm4hep EDM4HEP::edm4hepDict ${GSL_LIBRARIES} ${CLHEP_LIBRARIES}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment