From 667b142f9aa262df448836c6810884c76865cd7f Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 1 Jun 2020 15:36:27 -0500 Subject: [PATCH] modified: ../CMakeLists.txt --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efd154c..f4068a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,15 +11,6 @@ find_package(Acts REQUIRED COMPONENTS Core Fatras DigitizationPlugin Identifica #TGeoPlugin IdentificationPlugin DigitizationPlugin DD4hepPlugin JsonPlugin ) 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 find_package(Eigen3 3.3 REQUIRED NO_MODULE) find_package(Boost REQUIRED COMPONENTS filesystem program_options unit_test_framework) -- GitLab