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

modified: ../CMakeLists.txt

parent 35e67457
No related branches found
No related tags found
No related merge requests found
Pipeline #2876 failed
...@@ -11,15 +11,6 @@ find_package(Acts REQUIRED COMPONENTS Core Fatras DigitizationPlugin Identifica ...@@ -11,15 +11,6 @@ find_package(Acts REQUIRED COMPONENTS Core Fatras DigitizationPlugin Identifica
#TGeoPlugin IdentificationPlugin DigitizationPlugin DD4hepPlugin JsonPlugin ) #TGeoPlugin IdentificationPlugin DigitizationPlugin DD4hepPlugin JsonPlugin )
find_package(DD4hep REQUIRED COMPONENTS DDCore) find_package(DD4hep REQUIRED COMPONENTS DDCore)
get_target_property(ACTS_INCLUDES ActsCore INTERFACE_INCLUDE_DIRECTORIES)
message("ACTS_INCLUDES = ${ACTS_INCLUDES}")
include_directories($ENV{HOME}/include)
include_directories($ENV{HOME}/include/Acts)
get_target_property(ACTSFatras_INCLUDES ActsFatras INTERFACE_INCLUDE_DIRECTORIES)
message("ACTSFatras_INCLUDES = ${ACTSFatras_INCLUDES}")
include_directories(${ACTSFatras_INCLUDES}/ActsFatras)
set(Boost_NO_BOOST_CMAKE ON) # disable new cmake features from Boost 1.70 on set(Boost_NO_BOOST_CMAKE ON) # disable new cmake features from Boost 1.70 on
find_package(Eigen3 3.3 REQUIRED NO_MODULE) find_package(Eigen3 3.3 REQUIRED NO_MODULE)
find_package(Boost REQUIRED COMPONENTS filesystem program_options unit_test_framework) find_package(Boost REQUIRED COMPONENTS filesystem program_options unit_test_framework)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment