diff --git a/CMakeLists.txt b/CMakeLists.txt index b887eb90f02a76431c2c81c7e24e58edc4ad5a01..3f8593cc50e94dd298ac9661df115894fb3538d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) PROJECT( DD4hep LANGUAGES NONE) SET_PROPERTY(DIRECTORY . PROPERTY PACKAGE_NAME DD4hep) diff --git a/DDParsersStandAlone/CMakeLists.txt b/DDParsersStandAlone/CMakeLists.txt index 51e2befc406b5cc877365d2d24a5e2a30405f1b4..5bd1b2a755c460dc8d4a5e2974269986f8cb5989 100644 --- a/DDParsersStandAlone/CMakeLists.txt +++ b/DDParsersStandAlone/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/../cmake ) # include ( DD4hepBuild ) diff --git a/GaudiPluginService/CMakeLists.txt b/GaudiPluginService/CMakeLists.txt index 654f0db0ca5feb4a3d65202caab573d451ee10b1..3ef0672244d171f01a3ce7e065cd88b5ba0c5779 100644 --- a/GaudiPluginService/CMakeLists.txt +++ b/GaudiPluginService/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) project(GaudiPluginService) find_package(ROOT REQUIRED) diff --git a/examples/AlignDet/CMakeLists.txt b/examples/AlignDet/CMakeLists.txt index 82cbb2c1332c24d555c9544f25716793e3d0560c..60ba82cb35409cd003ae32d441cac8f6a4f9684f 100644 --- a/examples/AlignDet/CMakeLists.txt +++ b/examples/AlignDet/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/CLICSiD/CMakeLists.txt b/examples/CLICSiD/CMakeLists.txt index d17d446d93f9b71614937d28bb827ec96a71f505..5eb1f92f9e33b6f2683262c14b11c9ed3125111c 100644 --- a/examples/CLICSiD/CMakeLists.txt +++ b/examples/CLICSiD/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 070d7e95ccace6f803e82b616ef145b33fcf32cf..e9664a63cccbc47575d4a3bbdf0d20bdbdc2ef2a 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -21,7 +21,7 @@ # # M.Frank, CERN, 2015: Adapt to new cmake scripts #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) project( DD4hep_Examples ) diff --git a/examples/ClientTests/CMakeLists.txt b/examples/ClientTests/CMakeLists.txt index f3106e70fffc8988164ffdf1e654aa0f678ac4d5..5b6ff96277ce468a4f941be5c25986520c093091 100644 --- a/examples/ClientTests/CMakeLists.txt +++ b/examples/ClientTests/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/Conditions/CMakeLists.txt b/examples/Conditions/CMakeLists.txt index a74f5f9e772f20abcd7707d9d3af2d857cd8d9c9..55901d3ec0b2b39bc09e36f66ba674693fb05d72 100644 --- a/examples/Conditions/CMakeLists.txt +++ b/examples/Conditions/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/DDCAD/CMakeLists.txt b/examples/DDCAD/CMakeLists.txt index dd04947c553f0e31eab0ae1854edf400293a3076..08abeb0c17ef91467fcfe42070ad2bafddf7c6e3 100644 --- a/examples/DDCAD/CMakeLists.txt +++ b/examples/DDCAD/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/DDCMS/CMakeLists.txt b/examples/DDCMS/CMakeLists.txt index f84b5f6427ed13e053c5984190c658ace38b6dca..f1586e9c8acf8bd77dcece2f58c53b95c7700e01 100644 --- a/examples/DDCMS/CMakeLists.txt +++ b/examples/DDCMS/CMakeLists.txt @@ -12,7 +12,7 @@ # DDCMS is a detector description convention developed by the CMS experiment. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/DDCodex/CMakeLists.txt b/examples/DDCodex/CMakeLists.txt index 7cc5f54eebf9ad2998e040459bcccb4041e5f28c..bc70530389498ad7cd4c87f43a0140445d9a7054 100755 --- a/examples/DDCodex/CMakeLists.txt +++ b/examples/DDCodex/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/DDDB/CMakeLists.txt b/examples/DDDB/CMakeLists.txt index a2c8e2e1edff08b321daf6a874f533796356a445..bff38dc7e8c4b0cca666cda249ab090059951412 100644 --- a/examples/DDDB/CMakeLists.txt +++ b/examples/DDDB/CMakeLists.txt @@ -16,7 +16,7 @@ # The usage of Xerces-C is mandatory due to the entity resolution mechanism # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/DDDigi/CMakeLists.txt b/examples/DDDigi/CMakeLists.txt index 67f78f81680613620d3eddf664231f98dcca3cf1..be3b7e5c27e5b6a1c58977256fa8a8515cc161bf 100644 --- a/examples/DDDigi/CMakeLists.txt +++ b/examples/DDDigi/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/DDG4/CMakeLists.txt b/examples/DDG4/CMakeLists.txt index 23d18e39d7ed9bd31d05136c16d6da4241fd1ee4..94fdc6fdeaef507f8e484d17df4ee4cf24736a8e 100644 --- a/examples/DDG4/CMakeLists.txt +++ b/examples/DDG4/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/DDG4_MySensDet/CMakeLists.txt b/examples/DDG4_MySensDet/CMakeLists.txt index a0f6bfefcadc200c592bdfbe2d025630c0e3e229..912fcf00803712d9f28e31034cde8df9e326ce9e 100644 --- a/examples/DDG4_MySensDet/CMakeLists.txt +++ b/examples/DDG4_MySensDet/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/LHeD/CMakeLists.txt b/examples/LHeD/CMakeLists.txt index 609c8fb9353e201e0d3f8ca8a6b55ea70af384a0..a04b347c578eb053fe62d82a4151897dd82d08fc 100644 --- a/examples/LHeD/CMakeLists.txt +++ b/examples/LHeD/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/OpticalSurfaces/CMakeLists.txt b/examples/OpticalSurfaces/CMakeLists.txt index 51d9006bab37a856f610e8c981727bf8e6aa7fab..cce6a1d9451989116f9c98f2bf5fc4ad7ffd7df6 100644 --- a/examples/OpticalSurfaces/CMakeLists.txt +++ b/examples/OpticalSurfaces/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/Persistency/CMakeLists.txt b/examples/Persistency/CMakeLists.txt index b6089d6141af38f7112fa7377318a3b9d503de86..d43e1f34aa657436814855d27b96c79a59187fae 100644 --- a/examples/Persistency/CMakeLists.txt +++ b/examples/Persistency/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/RICH/CMakeLists.txt b/examples/RICH/CMakeLists.txt index 1690e5aae43b53bae707d0e7f1ed34f968ea3a85..16be1d9118da1fd1c1dbf6407a07b1be953bb910 100644 --- a/examples/RICH/CMakeLists.txt +++ b/examples/RICH/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/Segmentation/CMakeLists.txt b/examples/Segmentation/CMakeLists.txt index 7c1fb0d3d8f11e75de8ae01a5aba3f4f63bae052..5940bf205d8623529cb8fcd8199f7a884e7df27e 100644 --- a/examples/Segmentation/CMakeLists.txt +++ b/examples/Segmentation/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED ) diff --git a/examples/SimpleDetector/CMakeLists.txt b/examples/SimpleDetector/CMakeLists.txt index e8ef9f598851c7e1046798dae889133e122f9910..2668694976e22d3a7cff7d746b2c7d2702c7eb96 100644 --- a/examples/SimpleDetector/CMakeLists.txt +++ b/examples/SimpleDetector/CMakeLists.txt @@ -8,7 +8,7 @@ # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. # #========================================================================== -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) IF(NOT TARGET DD4hep::DDCore) find_package ( DD4hep REQUIRED )