Skip to content
Snippets Groups Projects
Commit 0f6e73b1 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

switch to external edm4cepc by default

parent c5ef1648
No related branches found
No related tags found
1 merge request!242switch to external edm4cepc by default
...@@ -94,7 +94,7 @@ endif() ...@@ -94,7 +94,7 @@ endif()
if (CEPCSW_USE_SYSTEM_EDM4CEPC) if (CEPCSW_USE_SYSTEM_EDM4CEPC)
message("Try to use an existing installation of EDM4CEPC") message("Try to use an existing installation of EDM4CEPC")
find_package(EDM4CEPC) find_package(EDM4CEPC REQUIRED)
else() else()
message("Try to use an internal installation of EDM4CEPC") message("Try to use an internal installation of EDM4CEPC")
include("${CMAKE_CURRENT_LIST_DIR}/internal_edm4cepc.cmake") include("${CMAKE_CURRENT_LIST_DIR}/internal_edm4cepc.cmake")
......
...@@ -19,23 +19,23 @@ option(CEPCSW_USE_SYSTEM_CKF_BELLE ...@@ -19,23 +19,23 @@ option(CEPCSW_USE_SYSTEM_CKF_BELLE
"Use the existing installation of CKF BELLE. Otherwise the internal version will be used." "Use the existing installation of CKF BELLE. Otherwise the internal version will be used."
FALSE) FALSE)
option(CEPCSW_USER_SYSTEM_EDM4CEPC option(CEPCSW_USE_SYSTEM_EDM4CEPC
"Use the existing installation of EDM4CEPC. Otherwise the internal version will be used." "Use the existing installation of EDM4CEPC. Otherwise the internal version will be used."
FALSE) TRUE)
option(CEPCSW_USER_SYSTEM_ILCUTIL option(CEPCSW_USE_SYSTEM_ILCUTIL
"Use the existing installation of ILCUTIL. Otherwise the internal version will be used." "Use the existing installation of ILCUTIL. Otherwise the internal version will be used."
FALSE) FALSE)
option(CEPCSW_USER_SYSTEM_AIDATT option(CEPCSW_USE_SYSTEM_AIDATT
"Use the existing installation of aidaTT. Otherwise the internal version will be used." "Use the existing installation of aidaTT. Otherwise the internal version will be used."
FALSE) FALSE)
option(CEPCSW_USER_SYSTEM_KALTEST option(CEPCSW_USE_SYSTEM_KALTEST
"Use the existing installation of KalTest. Otherwise the internal version will be used." "Use the existing installation of KalTest. Otherwise the internal version will be used."
FALSE) FALSE)
option(CEPCSW_USER_SYSTEM_DDKALTEST option(CEPCSW_USE_SYSTEM_DDKALTEST
"Use the existing installation of DDKalTest. Otherwise the internal version will be used." "Use the existing installation of DDKalTest. Otherwise the internal version will be used."
FALSE) FALSE)
......
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