File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11########################################################
22# cmake file for building CED
33# @author Jan Engels, Desy IT
4- CMAKE_MINIMUM_REQUIRED (VERSION 2.6 FATAL_ERROR )
4+ CMAKE_MINIMUM_REQUIRED (VERSION 3.20 FATAL_ERROR )
55########################################################
66
77
@@ -147,5 +147,5 @@ DISPLAY_STD_VARIABLES()
147147
148148
149149# generate and install following configuration files
150- GENERATE_PACKAGE_CONFIGURATION_FILES ( CEDConfig.cmake CEDConfigVersion.cmake CEDLibDeps.cmake )
150+ GENERATE_PACKAGE_CONFIGURATION_FILES ( CEDConfig.cmake CEDConfigVersion.cmake )
151151
Original file line number Diff line number Diff line change @@ -50,15 +50,6 @@ INCLUDE( "@ILCSOFT_CMAKE_MODULES_ROOT@/MacroCheckPackageLibs.cmake" )
5050CHECK_PACKAGE_LIBS ( CED CED )
5151
5252
53-
54-
55- # ---------- libraries dependencies -------------------------------------------
56- # this sets CED_${COMPONENT}_LIB_DEPENDS variables
57- INCLUDE ( "${CED_ROOT} /lib/cmake/CEDLibDeps.cmake" )
58-
59-
60-
61-
6253# ---------- final checking ---------------------------------------------------
6354INCLUDE ( FindPackageHandleStandardArgs )
6455# set CED_FOUND to TRUE if all listed variables are TRUE and not empty
You can’t perform that action at this time.
0 commit comments