Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
########################################################
# cmake file for building CED
# @author Jan Engels, Desy IT
CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.20 FATAL_ERROR)
########################################################


Expand Down Expand Up @@ -147,5 +147,5 @@ DISPLAY_STD_VARIABLES()


# generate and install following configuration files
GENERATE_PACKAGE_CONFIGURATION_FILES( CEDConfig.cmake CEDConfigVersion.cmake CEDLibDeps.cmake )
GENERATE_PACKAGE_CONFIGURATION_FILES( CEDConfig.cmake CEDConfigVersion.cmake )

9 changes: 0 additions & 9 deletions cmake/CEDConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ INCLUDE( "@ILCSOFT_CMAKE_MODULES_ROOT@/MacroCheckPackageLibs.cmake" )
CHECK_PACKAGE_LIBS( CED CED )




# ---------- libraries dependencies -------------------------------------------
# this sets CED_${COMPONENT}_LIB_DEPENDS variables
INCLUDE( "${CED_ROOT}/lib/cmake/CEDLibDeps.cmake" )




# ---------- final checking ---------------------------------------------------
INCLUDE( FindPackageHandleStandardArgs )
# set CED_FOUND to TRUE if all listed variables are TRUE and not empty
Expand Down