Skip to content
Snippets Groups Projects

Use the internal ckf by default.

3 files
+ 20
18
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -36,4 +36,11 @@ find_package(PandoraSDK REQUIRED)
find_package(podio REQUIRED)
find_package(ROOT COMPONENTS EG Graf Graf3d Gpad MathCore Net RIO Tree TreePlayer REQUIRED)
find_package(GenFit)
find_package(BelleIICKF)
if (CEPCSW_USE_SYSTEM_CKF_BELLE)
message("Try to use an existing installation of CKF BELLE")
find_package(BelleIICKF)
else()
message("Try to use an internal installation of CKF BELLE")
include("${CMAKE_CURRENT_LIST_DIR}/internal_ckf.cmake")
endif()
Loading