Skip to content
Snippets Groups Projects

switch to external edm4cepc by default

Merged lintao@ihep.ac.cn requested to merge lintao/cmake/switch-to-external-edm4cepc into master
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -94,7 +94,7 @@ endif()
if (CEPCSW_USE_SYSTEM_EDM4CEPC)
message("Try to use an existing installation of EDM4CEPC")
find_package(EDM4CEPC)
find_package(EDM4CEPC REQUIRED)
else()
message("Try to use an internal installation of EDM4CEPC")
include("${CMAKE_CURRENT_LIST_DIR}/internal_edm4cepc.cmake")
Loading