diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 28d070c1b9..4f1cca4216 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,7 +19,7 @@ assignees: '' ```cmake # CMakeLists.txt -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") HunterGate( diff --git a/cmake/modules/hunter_apply_gate_settings.cmake b/cmake/modules/hunter_apply_gate_settings.cmake index 0ab19fc14f..e37a4a23ae 100644 --- a/cmake/modules/hunter_apply_gate_settings.cmake +++ b/cmake/modules/hunter_apply_gate_settings.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(CMakeParseArguments) # cmake_parse_arguments diff --git a/cmake/modules/hunter_boost_component_b2_args.cmake b/cmake/modules/hunter_boost_component_b2_args.cmake index dc889ee732..5b669154f9 100644 --- a/cmake/modules/hunter_boost_component_b2_args.cmake +++ b/cmake/modules/hunter_boost_component_b2_args.cmake @@ -2,7 +2,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # for iostreams dependency on ZLIB and BZIP2 include(hunter_add_package) diff --git a/cmake/modules/hunter_calculate_config_sha1.cmake b/cmake/modules/hunter_calculate_config_sha1.cmake index 908688915b..719f3dab8d 100644 --- a/cmake/modules/hunter_calculate_config_sha1.cmake +++ b/cmake/modules/hunter_calculate_config_sha1.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(hunter_assert_not_empty_string) include(hunter_config) diff --git a/cmake/modules/hunter_calculate_self.cmake b/cmake/modules/hunter_calculate_self.cmake index 3ed7878cd4..229e4c9558 100644 --- a/cmake/modules/hunter_calculate_self.cmake +++ b/cmake/modules/hunter_calculate_self.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(hunter_internal_error) include(hunter_assert_not_empty_string) diff --git a/cmake/modules/hunter_lock_directory.cmake b/cmake/modules/hunter_lock_directory.cmake index 787c6755cf..549113c726 100644 --- a/cmake/modules/hunter_lock_directory.cmake +++ b/cmake/modules/hunter_lock_directory.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(hunter_fatal_error) include(hunter_status_debug) diff --git a/cmake/modules/hunter_make_directory.cmake b/cmake/modules/hunter_make_directory.cmake index b07782860a..f230af9359 100644 --- a/cmake/modules/hunter_make_directory.cmake +++ b/cmake/modules/hunter_make_directory.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(hunter_internal_error) include(hunter_lock_directory) diff --git a/cmake/modules/hunter_set_config_location.cmake b/cmake/modules/hunter_set_config_location.cmake index 87d07fc7ad..e8d8c2c292 100644 --- a/cmake/modules/hunter_set_config_location.cmake +++ b/cmake/modules/hunter_set_config_location.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(hunter_internal_error) include(hunter_status_print) diff --git a/cmake/modules/hunter_setup_msvc.cmake b/cmake/modules/hunter_setup_msvc.cmake index 2a2062672b..ad8f23ef42 100644 --- a/cmake/modules/hunter_setup_msvc.cmake +++ b/cmake/modules/hunter_setup_msvc.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2014-2016, Ruslan Baratov, Sumedh Ghaisas # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(hunter_fatal_error) include(hunter_internal_error) diff --git a/cmake/projects/Avahi/schemes/url_sha1_avahi_autotools.cmake.in b/cmake/projects/Avahi/schemes/url_sha1_avahi_autotools.cmake.in index 8000d1e6e8..1f2ca709bd 100644 --- a/cmake/projects/Avahi/schemes/url_sha1_avahi_autotools.cmake.in +++ b/cmake/projects/Avahi/schemes/url_sha1_avahi_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules") diff --git a/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in b/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in index 60e8efe576..a7608a2077 100644 --- a/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in +++ b/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/Boost/schemes/url_sha1_boost_ios_library.cmake.in b/cmake/projects/Boost/schemes/url_sha1_boost_ios_library.cmake.in index e12df721a9..8761a55d19 100644 --- a/cmake/projects/Boost/schemes/url_sha1_boost_ios_library.cmake.in +++ b/cmake/projects/Boost/schemes/url_sha1_boost_ios_library.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/Boost/schemes/url_sha1_boost_library.cmake.in b/cmake/projects/Boost/schemes/url_sha1_boost_library.cmake.in index d400285f46..dfbcba7f3d 100644 --- a/cmake/projects/Boost/schemes/url_sha1_boost_library.cmake.in +++ b/cmake/projects/Boost/schemes/url_sha1_boost_library.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013-2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/NASM/schemes/url_sha1_nasm_windows.cmake.in b/cmake/projects/NASM/schemes/url_sha1_nasm_windows.cmake.in index 1e9a5dfcb6..9878725d68 100644 --- a/cmake/projects/NASM/schemes/url_sha1_nasm_windows.cmake.in +++ b/cmake/projects/NASM/schemes/url_sha1_nasm_windows.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2017, Zhuhao Wang # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/OpenBLAS/schemes/OpenBLAS.cmake.in b/cmake/projects/OpenBLAS/schemes/OpenBLAS.cmake.in index 63b86714d2..bbfb7932cc 100644 --- a/cmake/projects/OpenBLAS/schemes/OpenBLAS.cmake.in +++ b/cmake/projects/OpenBLAS/schemes/OpenBLAS.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2016 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/OpenSSL/ep-stages/configure.cmake.in b/cmake/projects/OpenSSL/ep-stages/configure.cmake.in index ca362822ea..061e348d27 100644 --- a/cmake/projects/OpenSSL/ep-stages/configure.cmake.in +++ b/cmake/projects/OpenSSL/ep-stages/configure.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) if(NOT "@NASM_ROOT@" STREQUAL "") set(ENV{PATH} "@NASM_ROOT@/bin;$ENV{PATH}") diff --git a/cmake/projects/OpenSSL/ep-stages/configure_1_1_plus.cmake.in b/cmake/projects/OpenSSL/ep-stages/configure_1_1_plus.cmake.in index f10267bcdc..bbc63e80d3 100644 --- a/cmake/projects/OpenSSL/ep-stages/configure_1_1_plus.cmake.in +++ b/cmake/projects/OpenSSL/ep-stages/configure_1_1_plus.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) if(NOT "@NASM_ROOT@" STREQUAL "") set(ENV{PATH} "@NASM_ROOT@/bin;$ENV{PATH}") diff --git a/cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in b/cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in index e6846367dd..2ab27cf09b 100644 --- a/cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in +++ b/cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_ios.cmake.in b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_ios.cmake.in index 08de7c331a..067e5c197d 100644 --- a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_ios.cmake.in +++ b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_ios.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_macos.cmake.in b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_macos.cmake.in index b2017d2ef5..7a71938e3f 100644 --- a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_macos.cmake.in +++ b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_macos.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows.cmake.in b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows.cmake.in index 51ad2c8455..a45d57b7e2 100644 --- a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows.cmake.in +++ b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows_1_1_plus.cmake.in b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows_1_1_plus.cmake.in index 48fe8b4454..6242ca49f5 100644 --- a/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows_1_1_plus.cmake.in +++ b/cmake/projects/OpenSSL/schemes/url_sha1_openssl_windows_1_1_plus.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/Qt/ep-stages/qt-build.cmake.in b/cmake/projects/Qt/ep-stages/qt-build.cmake.in index b517ec4f3e..13cc4b7ce5 100644 --- a/cmake/projects/Qt/ep-stages/qt-build.cmake.in +++ b/cmake/projects/Qt/ep-stages/qt-build.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) ### Input params check diff --git a/cmake/projects/Qt/ep-stages/qt-configure.cmake.in b/cmake/projects/Qt/ep-stages/qt-configure.cmake.in index edf98320fa..0faccf8881 100644 --- a/cmake/projects/Qt/ep-stages/qt-configure.cmake.in +++ b/cmake/projects/Qt/ep-stages/qt-configure.cmake.in @@ -1,5 +1,5 @@ ### Input params check -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) string(COMPARE EQUAL "@configure_command@" "" is_empty) if(is_empty) diff --git a/cmake/projects/Qt/ep-stages/qt-install.cmake.in b/cmake/projects/Qt/ep-stages/qt-install.cmake.in index 1d898389d7..801f74ee27 100644 --- a/cmake/projects/Qt/ep-stages/qt-install.cmake.in +++ b/cmake/projects/Qt/ep-stages/qt-install.cmake.in @@ -1,5 +1,5 @@ ### Input params check -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) string(COMPARE EQUAL "@global_install_dir@" "" is_empty) if(is_empty) diff --git a/cmake/projects/Qt/schemes/url_sha1_qt.cmake.in b/cmake/projects/Qt/schemes/url_sha1_qt.cmake.in index e8036d1088..a34b196148 100644 --- a/cmake/projects/Qt/schemes/url_sha1_qt.cmake.in +++ b/cmake/projects/Qt/schemes/url_sha1_qt.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015-2016 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/botan/schemes/url_sha1_botan.cmake.in b/cmake/projects/botan/schemes/url_sha1_botan.cmake.in index 532a7582ca..fb4511cee9 100644 --- a/cmake/projects/botan/schemes/url_sha1_botan.cmake.in +++ b/cmake/projects/botan/schemes/url_sha1_botan.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) diff --git a/cmake/projects/botan/schemes/url_sha1_botan_ios.cmake.in b/cmake/projects/botan/schemes/url_sha1_botan_ios.cmake.in index 8a354503db..6f84fc68a3 100644 --- a/cmake/projects/botan/schemes/url_sha1_botan_ios.cmake.in +++ b/cmake/projects/botan/schemes/url_sha1_botan_ios.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) diff --git a/cmake/projects/botan/schemes/url_sha1_botan_macos.cmake.in b/cmake/projects/botan/schemes/url_sha1_botan_macos.cmake.in index 34dedd1ad8..e7a8472ef6 100644 --- a/cmake/projects/botan/schemes/url_sha1_botan_macos.cmake.in +++ b/cmake/projects/botan/schemes/url_sha1_botan_macos.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) diff --git a/cmake/projects/botan/schemes/url_sha1_botan_win.cmake.in b/cmake/projects/botan/schemes/url_sha1_botan_win.cmake.in index 45c4059c9a..1bd1279f83 100644 --- a/cmake/projects/botan/schemes/url_sha1_botan_win.cmake.in +++ b/cmake/projects/botan/schemes/url_sha1_botan_win.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) diff --git a/cmake/projects/flex/schemes/url_sha1_flex_autotools.cmake.in b/cmake/projects/flex/schemes/url_sha1_flex_autotools.cmake.in index c9c4c3a219..a98395d3fe 100644 --- a/cmake/projects/flex/schemes/url_sha1_flex_autotools.cmake.in +++ b/cmake/projects/flex/schemes/url_sha1_flex_autotools.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules") diff --git a/cmake/projects/libsodium/schemes/url_sha1_libsodium_autogen_autotools.cmake.in b/cmake/projects/libsodium/schemes/url_sha1_libsodium_autogen_autotools.cmake.in index 0ed057735c..775b89329a 100644 --- a/cmake/projects/libsodium/schemes/url_sha1_libsodium_autogen_autotools.cmake.in +++ b/cmake/projects/libsodium/schemes/url_sha1_libsodium_autogen_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules") diff --git a/cmake/projects/libsodium/schemes/url_sha1_libsodium_msbuild.cmake.in b/cmake/projects/libsodium/schemes/url_sha1_libsodium_msbuild.cmake.in index 704300fac9..b3dcab460b 100644 --- a/cmake/projects/libsodium/schemes/url_sha1_libsodium_msbuild.cmake.in +++ b/cmake/projects/libsodium/schemes/url_sha1_libsodium_msbuild.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) diff --git a/cmake/projects/libxml2/schemes/url_sha1_libxml2_msvc.cmake.in b/cmake/projects/libxml2/schemes/url_sha1_libxml2_msvc.cmake.in index 8cf10c8ca2..081da36781 100644 --- a/cmake/projects/libxml2/schemes/url_sha1_libxml2_msvc.cmake.in +++ b/cmake/projects/libxml2/schemes/url_sha1_libxml2_msvc.cmake.in @@ -2,7 +2,7 @@ # Copyright (c) 2017, Sacha Refshauge # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/odb-boost/schemes/url_sha1_odb-boost_autotools.cmake.in b/cmake/projects/odb-boost/schemes/url_sha1_odb-boost_autotools.cmake.in index 3193c0d101..d6e5d0c0cd 100644 --- a/cmake/projects/odb-boost/schemes/url_sha1_odb-boost_autotools.cmake.in +++ b/cmake/projects/odb-boost/schemes/url_sha1_odb-boost_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2016 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include("@HUNTER_SELF@/cmake/Hunter") diff --git a/cmake/projects/odb-mysql/schemes/url_sha1_odb-mysql_autotools.cmake.in b/cmake/projects/odb-mysql/schemes/url_sha1_odb-mysql_autotools.cmake.in index b8223815fd..a0daeedc11 100644 --- a/cmake/projects/odb-mysql/schemes/url_sha1_odb-mysql_autotools.cmake.in +++ b/cmake/projects/odb-mysql/schemes/url_sha1_odb-mysql_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2016 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include("@HUNTER_SELF@/cmake/Hunter") diff --git a/cmake/projects/odb-pgsql/schemes/url_sha1_odb-pgsql_autotools.cmake.in b/cmake/projects/odb-pgsql/schemes/url_sha1_odb-pgsql_autotools.cmake.in index 5b171032aa..afedd50655 100644 --- a/cmake/projects/odb-pgsql/schemes/url_sha1_odb-pgsql_autotools.cmake.in +++ b/cmake/projects/odb-pgsql/schemes/url_sha1_odb-pgsql_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2016 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include("@HUNTER_SELF@/cmake/Hunter") diff --git a/cmake/projects/odb-sqlite/schemes/url_sha1_odb-sqlite_autotools.cmake.in b/cmake/projects/odb-sqlite/schemes/url_sha1_odb-sqlite_autotools.cmake.in index 0543dab088..0aba777b5a 100644 --- a/cmake/projects/odb-sqlite/schemes/url_sha1_odb-sqlite_autotools.cmake.in +++ b/cmake/projects/odb-sqlite/schemes/url_sha1_odb-sqlite_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include("@HUNTER_SELF@/cmake/Hunter") diff --git a/cmake/projects/tcl/schemes/url_sha1_tcl_autotools.cmake.in b/cmake/projects/tcl/schemes/url_sha1_tcl_autotools.cmake.in index 4e05ceccbf..d8d39591ec 100644 --- a/cmake/projects/tcl/schemes/url_sha1_tcl_autotools.cmake.in +++ b/cmake/projects/tcl/schemes/url_sha1_tcl_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include("@HUNTER_SELF@/cmake/Hunter") diff --git a/cmake/projects/x264/schemes/url_sha1_x264.cmake.in b/cmake/projects/x264/schemes/url_sha1_x264.cmake.in index a8a41defac..b4d1adfdda 100644 --- a/cmake/projects/x264/schemes/url_sha1_x264.cmake.in +++ b/cmake/projects/x264/schemes/url_sha1_x264.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2017 Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/projects/xcb/schemes/xcb.cmake.in b/cmake/projects/xcb/schemes/xcb.cmake.in index a6c1bad748..097d3674f6 100644 --- a/cmake/projects/xcb/schemes/xcb.cmake.in +++ b/cmake/projects/xcb/schemes/xcb.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2016 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include("@HUNTER_SELF@/cmake/Hunter") diff --git a/cmake/schemes/git_tag_cmake.cmake.in b/cmake/schemes/git_tag_cmake.cmake.in index 39f0db8748..d8e7327630 100644 --- a/cmake/schemes/git_tag_cmake.cmake.in +++ b/cmake/schemes/git_tag_cmake.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/schemes/url_sha1_autogen_autotools.cmake.in b/cmake/schemes/url_sha1_autogen_autotools.cmake.in index fa73bc25d5..59c94f22e2 100644 --- a/cmake/schemes/url_sha1_autogen_autotools.cmake.in +++ b/cmake/schemes/url_sha1_autogen_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules") diff --git a/cmake/schemes/url_sha1_autotools.cmake.in b/cmake/schemes/url_sha1_autotools.cmake.in index 807f8f4a5f..0f2d67452c 100644 --- a/cmake/schemes/url_sha1_autotools.cmake.in +++ b/cmake/schemes/url_sha1_autotools.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include("@HUNTER_SELF@/cmake/Hunter") diff --git a/cmake/schemes/url_sha1_cmake.cmake.in b/cmake/schemes/url_sha1_cmake.cmake.in index dc3074ca56..d72c51756f 100644 --- a/cmake/schemes/url_sha1_cmake.cmake.in +++ b/cmake/schemes/url_sha1_cmake.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/schemes/url_sha1_download.cmake.in b/cmake/schemes/url_sha1_download.cmake.in index 89403948a2..9d06caf528 100644 --- a/cmake/schemes/url_sha1_download.cmake.in +++ b/cmake/schemes/url_sha1_download.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/schemes/url_sha1_ios_sim.cmake.in b/cmake/schemes/url_sha1_ios_sim.cmake.in index 1af91a90bf..690de67da8 100644 --- a/cmake/schemes/url_sha1_ios_sim.cmake.in +++ b/cmake/schemes/url_sha1_ios_sim.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/schemes/url_sha1_make_only.cmake.in b/cmake/schemes/url_sha1_make_only.cmake.in index 5f09b58523..d14fe3a00b 100644 --- a/cmake/schemes/url_sha1_make_only.cmake.in +++ b/cmake/schemes/url_sha1_make_only.cmake.in @@ -1,5 +1,5 @@ # This is configuration file, variable @SOME_VARIABLE_NAME@ will be substituted during configure_file command -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # If such variables like `CMAKE_CXX_FLAGS` or `CMAKE_CXX_COMPILER` not used by scheme # setting `LANGUAGES` to `NONE` will speed-up build a little bit. If you have any problems/glitches diff --git a/cmake/schemes/url_sha1_unpack.cmake.in b/cmake/schemes/url_sha1_unpack.cmake.in index 7020667bae..ffbcc360f5 100644 --- a/cmake/schemes/url_sha1_unpack.cmake.in +++ b/cmake/schemes/url_sha1_unpack.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/schemes/url_sha1_unpack_bin_install.cmake.in b/cmake/schemes/url_sha1_unpack_bin_install.cmake.in index 9e730f3b82..542a9fcc48 100644 --- a/cmake/schemes/url_sha1_unpack_bin_install.cmake.in +++ b/cmake/schemes/url_sha1_unpack_bin_install.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2017, Zhuhao Wang # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(Hunter) include(ExternalProject) # ExternalProject_Add diff --git a/cmake/schemes/url_sha1_unpack_install.cmake.in b/cmake/schemes/url_sha1_unpack_install.cmake.in index c77693555e..b3278c6465 100644 --- a/cmake/schemes/url_sha1_unpack_install.cmake.in +++ b/cmake/schemes/url_sha1_unpack_install.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2015 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Unpack the archive and copy contents to HUNTER_PACKAGE_INSTALL_PREFIX diff --git a/docs/contributing.rst b/docs/contributing.rst index 9888a773ff..8696758425 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -59,7 +59,7 @@ and working correctly. Before reporting bugs please check: # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) project(foo) add_executable(foo foo.cpp) diff --git a/docs/creating-new/create/custom.rst b/docs/creating-new/create/custom.rst index 07e80838d8..c7a3caaf9f 100644 --- a/docs/creating-new/create/custom.rst +++ b/docs/creating-new/create/custom.rst @@ -29,7 +29,7 @@ Test it using ``ExternalProject_Add`` .. code-block:: bash > cat CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include(ExternalProject) # ExternalProject_Add @@ -65,7 +65,7 @@ First, custom build scheme need to be added to ``cmake/schemes`` directory: > cd ${HUNTER_ROOT} > cat cmake/schemes/url_sha1_ios_sim.cmake.in # This is configuration file, variable @SOME_VARIABLE_NAME@ will be substituted during configure_file command - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) # If such variables like `CMAKE_CXX_FLAGS` or `CMAKE_CXX_COMPILER` not used by scheme # setting `LANGUAGES` to `NONE` will speed-up build a little bit. If you have any problems/glitches @@ -153,7 +153,7 @@ Now package ready to be used: .. code-block:: bash > cat CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") diff --git a/docs/faq/how-to-fix-download-error.rst b/docs/faq/how-to-fix-download-error.rst index fa908b1a49..e87d783b02 100644 --- a/docs/faq/how-to-fix-download-error.rst +++ b/docs/faq/how-to-fix-download-error.rst @@ -31,7 +31,7 @@ You can check that everything is fine by invoking this script: # script.cmake - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) file( DOWNLOAD diff --git a/docs/faq/why-hunter-is-slow.rst b/docs/faq/why-hunter-is-slow.rst index cc959c93be..0381bda9e6 100644 --- a/docs/faq/why-hunter-is-slow.rst +++ b/docs/faq/why-hunter-is-slow.rst @@ -73,7 +73,7 @@ it may take much longer then with Makefile generator: # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) project(foo) .. code-block:: none @@ -115,7 +115,7 @@ option: # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) option( HUNTER_NO_TOOLCHAIN_ID_RECALCULATION @@ -169,7 +169,7 @@ As an example here are actions that can lead to incorrect cache state: # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) option( HUNTER_NO_TOOLCHAIN_ID_RECALCULATION @@ -227,7 +227,7 @@ And add "GTest" to CMakeLists.txt: # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) option( HUNTER_NO_TOOLCHAIN_ID_RECALCULATION @@ -287,7 +287,7 @@ Xcode generator only: .. code-block:: cmake :emphasize-lines: 3-9 - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) if(CMAKE_GENERATOR STREQUAL "Xcode") option( diff --git a/docs/old-wiki/usr.adding.new.package.custom.scheme.md b/docs/old-wiki/usr.adding.new.package.custom.scheme.md index 36d5f99982..18507d16c1 100644 --- a/docs/old-wiki/usr.adding.new.package.custom.scheme.md +++ b/docs/old-wiki/usr.adding.new.package.custom.scheme.md @@ -16,7 +16,7 @@ build/Release/ios-sim ### 02. Test it using ExternalProject_Add ```bash > cat CMakeLists.txt -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include(ExternalProject) # ExternalProject_Add @@ -49,7 +49,7 @@ First, custom build scheme need to be added to `cmake/schemes` directory > cd ${HUNTER_ROOT} > cat cmake/schemes/url_sha1_ios_sim.cmake.in # This is configuration file, variable @SOME_VARIABLE_NAME@ will be substituted during configure_file command -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # If such variables like `CMAKE_CXX_FLAGS` or `CMAKE_CXX_COMPILER` not used by scheme # setting `LANGUAGES` to `NONE` will speed-up build a little bit. If you have any problems/glitches @@ -132,7 +132,7 @@ hunter_config(ios_sim VERSION 1.8.2) Now package ready to be used: ```bash > cat CMakeLists.txt -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") diff --git a/docs/quick-start/boost-components.rst b/docs/quick-start/boost-components.rst index 6ab709703a..8e94831870 100644 --- a/docs/quick-start/boost-components.rst +++ b/docs/quick-start/boost-components.rst @@ -17,7 +17,7 @@ Set minimum CMake version: .. code-block:: cmake - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) Copy `HunterGate`_ module to your project and include it: @@ -68,7 +68,7 @@ Summarize: .. code-block:: cmake :emphasize-lines: 5-6, 11 - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") HunterGate( diff --git a/docs/reference/errors/error.hunteraddpackage.after.project.rst b/docs/reference/errors/error.hunteraddpackage.after.project.rst index 14036f93ba..c6ec598161 100644 --- a/docs/reference/errors/error.hunteraddpackage.after.project.rst +++ b/docs/reference/errors/error.hunteraddpackage.after.project.rst @@ -26,7 +26,7 @@ What to do .. code-block:: cmake # Check CMake version before any commands - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) # Load HunterGate module include("cmake/HunterGate.cmake") diff --git a/docs/reference/errors/error.huntergate.before.project.rst b/docs/reference/errors/error.huntergate.before.project.rst index 86e7ea2770..8183133f90 100644 --- a/docs/reference/errors/error.huntergate.before.project.rst +++ b/docs/reference/errors/error.huntergate.before.project.rst @@ -26,7 +26,7 @@ What to do .. code-block:: cmake # Check CMake version before any commands - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) # Load HunterGate module include("cmake/HunterGate.cmake") @@ -48,7 +48,7 @@ What to do .. code-block:: cmake # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") HunterGate(URL ... SHA1 ...) add_subdirectory(subdir1) @@ -63,7 +63,7 @@ What to do .. code-block:: cmake # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") HunterGate(URL ... SHA1 ...) project(Foo) # <--------------- before add_subdirectory diff --git a/docs/user-guides/hunter-user/artifactory-cache-server.rst b/docs/user-guides/hunter-user/artifactory-cache-server.rst index 91cdc0ff6d..cc9d053587 100644 --- a/docs/user-guides/hunter-user/artifactory-cache-server.rst +++ b/docs/user-guides/hunter-user/artifactory-cache-server.rst @@ -118,7 +118,7 @@ variable before ``HunterGate`` to configure ``Hunter`` to use ``Artifactory`` se .. code-block:: cmake :emphasize-lines: 4-5 - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) set( HUNTER_CACHE_SERVERS diff --git a/docs/user-guides/hunter-user/git-submodule.rst b/docs/user-guides/hunter-user/git-submodule.rst index 93c2ed41d2..fe40b3c1ac 100644 --- a/docs/user-guides/hunter-user/git-submodule.rst +++ b/docs/user-guides/hunter-user/git-submodule.rst @@ -29,7 +29,7 @@ and set the ``GIT_SUBMODULE`` flag: # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") HunterGate( @@ -192,7 +192,7 @@ First let's remove ``LOCAL`` config and build standard TIFF with standard ZLIB: :emphasize-lines: 5-8 # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") HunterGate( @@ -226,7 +226,7 @@ Now let's add ``LOCAL`` back and run build again: # CMakeLists.txt - cmake_minimum_required(VERSION 3.5) + cmake_minimum_required(VERSION 3.12) include("cmake/HunterGate.cmake") HunterGate( diff --git a/examples/ARM_NEON_2_x86_SSE/CMakeLists.txt b/examples/ARM_NEON_2_x86_SSE/CMakeLists.txt index bd3ba85763..3f7f419dc3 100644 --- a/examples/ARM_NEON_2_x86_SSE/CMakeLists.txt +++ b/examples/ARM_NEON_2_x86_SSE/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/AllTheFlopsThreads/CMakeLists.txt b/examples/AllTheFlopsThreads/CMakeLists.txt index 57f89d74bb..1e899f9244 100644 --- a/examples/AllTheFlopsThreads/CMakeLists.txt +++ b/examples/AllTheFlopsThreads/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-ARM-EABI-v7a-System-Image/CMakeLists.txt b/examples/Android-ARM-EABI-v7a-System-Image/CMakeLists.txt index b6074648aa..61422f8428 100644 --- a/examples/Android-ARM-EABI-v7a-System-Image/CMakeLists.txt +++ b/examples/Android-ARM-EABI-v7a-System-Image/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-ARM64-v8a-System-Image/CMakeLists.txt b/examples/Android-ARM64-v8a-System-Image/CMakeLists.txt index 1a976af04d..10b0973877 100644 --- a/examples/Android-ARM64-v8a-System-Image/CMakeLists.txt +++ b/examples/Android-ARM64-v8a-System-Image/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-Build-Tools/CMakeLists.txt b/examples/Android-Build-Tools/CMakeLists.txt index 7d03723748..43d980d07e 100644 --- a/examples/Android-Build-Tools/CMakeLists.txt +++ b/examples/Android-Build-Tools/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-MIPS-System-Image/CMakeLists.txt b/examples/Android-MIPS-System-Image/CMakeLists.txt index d236d02305..620c0c5629 100644 --- a/examples/Android-MIPS-System-Image/CMakeLists.txt +++ b/examples/Android-MIPS-System-Image/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-SDK-Platform-tools/CMakeLists.txt b/examples/Android-SDK-Platform-tools/CMakeLists.txt index 9eb1c52c54..c53aaf0d9a 100644 --- a/examples/Android-SDK-Platform-tools/CMakeLists.txt +++ b/examples/Android-SDK-Platform-tools/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-SDK-Platform/CMakeLists.txt b/examples/Android-SDK-Platform/CMakeLists.txt index 68c7cca3bc..60f1d6baa7 100644 --- a/examples/Android-SDK-Platform/CMakeLists.txt +++ b/examples/Android-SDK-Platform/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-SDK-Tools/CMakeLists.txt b/examples/Android-SDK-Tools/CMakeLists.txt index 2ee11b96fa..2fc7480b1e 100644 --- a/examples/Android-SDK-Tools/CMakeLists.txt +++ b/examples/Android-SDK-Tools/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Android-SDK/CMakeLists.txt b/examples/Android-SDK/CMakeLists.txt index 928310799a..873944dd18 100644 --- a/examples/Android-SDK/CMakeLists.txt +++ b/examples/Android-SDK/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/AngelScript/CMakeLists.txt b/examples/AngelScript/CMakeLists.txt index 3f7cd71699..7f6d91a7b1 100644 --- a/examples/AngelScript/CMakeLists.txt +++ b/examples/AngelScript/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ArrayFire/CMakeLists.txt b/examples/ArrayFire/CMakeLists.txt index b1eee0a579..7a8937e370 100644 --- a/examples/ArrayFire/CMakeLists.txt +++ b/examples/ArrayFire/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Assimp-linux/CMakeLists.txt b/examples/Assimp-linux/CMakeLists.txt index 31d5b31b0e..36b847f06f 100644 --- a/examples/Assimp-linux/CMakeLists.txt +++ b/examples/Assimp-linux/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Assimp/CMakeLists.txt b/examples/Assimp/CMakeLists.txt index 7fc3e9a178..8fa0bba5fd 100644 --- a/examples/Assimp/CMakeLists.txt +++ b/examples/Assimp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Async++/CMakeLists.txt b/examples/Async++/CMakeLists.txt index 315bebccdc..18853ce243 100644 --- a/examples/Async++/CMakeLists.txt +++ b/examples/Async++/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Avahi/CMakeLists.txt b/examples/Avahi/CMakeLists.txt index 420da5140d..9005383442 100644 --- a/examples/Avahi/CMakeLists.txt +++ b/examples/Avahi/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/BZip2/CMakeLists.txt b/examples/BZip2/CMakeLists.txt index 0a33511bf4..e0ab00eb8d 100644 --- a/examples/BZip2/CMakeLists.txt +++ b/examples/BZip2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Beast/CMakeLists.txt b/examples/Beast/CMakeLists.txt index e8cf653309..a4a9034e4d 100644 --- a/examples/Beast/CMakeLists.txt +++ b/examples/Beast/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Sacha Refshauge # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Boost-chrono-1-64/CMakeLists.txt b/examples/Boost-chrono-1-64/CMakeLists.txt index b6da696cef..63fb038032 100644 --- a/examples/Boost-chrono-1-64/CMakeLists.txt +++ b/examples/Boost-chrono-1-64/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-chrono-useBoostConfig/CMakeLists.txt b/examples/Boost-chrono-useBoostConfig/CMakeLists.txt index 4edfb8e6a2..d43ca3d520 100644 --- a/examples/Boost-chrono-useBoostConfig/CMakeLists.txt +++ b/examples/Boost-chrono-useBoostConfig/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-chrono/CMakeLists.txt b/examples/Boost-chrono/CMakeLists.txt index 8da4665c5c..78489950b4 100644 --- a/examples/Boost-chrono/CMakeLists.txt +++ b/examples/Boost-chrono/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-compute/CMakeLists.txt b/examples/Boost-compute/CMakeLists.txt index d0c8767c6f..91af610ff1 100644 --- a/examples/Boost-compute/CMakeLists.txt +++ b/examples/Boost-compute/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Boost-container/CMakeLists.txt b/examples/Boost-container/CMakeLists.txt index eb39e27b87..f0c665b9de 100644 --- a/examples/Boost-container/CMakeLists.txt +++ b/examples/Boost-container/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-contract/CMakeLists.txt b/examples/Boost-contract/CMakeLists.txt index 87211c832e..442d69402a 100644 --- a/examples/Boost-contract/CMakeLists.txt +++ b/examples/Boost-contract/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-custom-args/CMakeLists.txt b/examples/Boost-custom-args/CMakeLists.txt index 6082fab3f7..ab2115248c 100644 --- a/examples/Boost-custom-args/CMakeLists.txt +++ b/examples/Boost-custom-args/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) # Emulate HunterGate: diff --git a/examples/Boost-fiber/CMakeLists.txt b/examples/Boost-fiber/CMakeLists.txt index 0b0254054b..3f20e07279 100644 --- a/examples/Boost-fiber/CMakeLists.txt +++ b/examples/Boost-fiber/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-filesystem-1-64/CMakeLists.txt b/examples/Boost-filesystem-1-64/CMakeLists.txt index 6343d571df..24c765cf8a 100644 --- a/examples/Boost-filesystem-1-64/CMakeLists.txt +++ b/examples/Boost-filesystem-1-64/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-filesystem-shared/CMakeLists.txt b/examples/Boost-filesystem-shared/CMakeLists.txt index 71493e2b86..3c35d2000c 100644 --- a/examples/Boost-filesystem-shared/CMakeLists.txt +++ b/examples/Boost-filesystem-shared/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Boost-filesystem-useBoostConfig/CMakeLists.txt b/examples/Boost-filesystem-useBoostConfig/CMakeLists.txt index e08de4818f..83c42ca0cc 100644 --- a/examples/Boost-filesystem-useBoostConfig/CMakeLists.txt +++ b/examples/Boost-filesystem-useBoostConfig/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-filesystem/CMakeLists.txt b/examples/Boost-filesystem/CMakeLists.txt index 0b4cb2284f..15d350bc85 100644 --- a/examples/Boost-filesystem/CMakeLists.txt +++ b/examples/Boost-filesystem/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-iostreams-1-64/CMakeLists.txt b/examples/Boost-iostreams-1-64/CMakeLists.txt index ecfbb08611..6248022ef6 100644 --- a/examples/Boost-iostreams-1-64/CMakeLists.txt +++ b/examples/Boost-iostreams-1-64/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-iostreams-useBoostConfig/CMakeLists.txt b/examples/Boost-iostreams-useBoostConfig/CMakeLists.txt index 2bc5cdb3da..708547bdf0 100644 --- a/examples/Boost-iostreams-useBoostConfig/CMakeLists.txt +++ b/examples/Boost-iostreams-useBoostConfig/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-iostreams/CMakeLists.txt b/examples/Boost-iostreams/CMakeLists.txt index 082f54d37a..4ed11da00d 100644 --- a/examples/Boost-iostreams/CMakeLists.txt +++ b/examples/Boost-iostreams/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Aaditya Kalsi # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-json/CMakeLists.txt b/examples/Boost-json/CMakeLists.txt index fcf77ff731..f1946c6753 100644 --- a/examples/Boost-json/CMakeLists.txt +++ b/examples/Boost-json/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-log-shared/CMakeLists.txt b/examples/Boost-log-shared/CMakeLists.txt index 0e31bfdf08..04eace2031 100644 --- a/examples/Boost-log-shared/CMakeLists.txt +++ b/examples/Boost-log-shared/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-log-useBoostConfig/CMakeLists.txt b/examples/Boost-log-useBoostConfig/CMakeLists.txt index e80c8b7b47..c4e7f7704a 100644 --- a/examples/Boost-log-useBoostConfig/CMakeLists.txt +++ b/examples/Boost-log-useBoostConfig/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-log/CMakeLists.txt b/examples/Boost-log/CMakeLists.txt index 343b22c2a0..b54d8bc31e 100644 --- a/examples/Boost-log/CMakeLists.txt +++ b/examples/Boost-log/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-math/CMakeLists.txt b/examples/Boost-math/CMakeLists.txt index 96ac6784d6..5b1f85f2b1 100644 --- a/examples/Boost-math/CMakeLists.txt +++ b/examples/Boost-math/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-process/CMakeLists.txt b/examples/Boost-process/CMakeLists.txt index 7cec02ff85..5b3c3399e4 100644 --- a/examples/Boost-process/CMakeLists.txt +++ b/examples/Boost-process/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Boost-program-options/CMakeLists.txt b/examples/Boost-program-options/CMakeLists.txt index 98fb3331c2..a83af96e1c 100644 --- a/examples/Boost-program-options/CMakeLists.txt +++ b/examples/Boost-program-options/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-python/CMakeLists.txt b/examples/Boost-python/CMakeLists.txt index d89311c656..98fd6490a9 100644 --- a/examples/Boost-python/CMakeLists.txt +++ b/examples/Boost-python/CMakeLists.txt @@ -2,7 +2,7 @@ # Modified work: Copyright (c) 2018, Gregory Kramida # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) option(HUNTER_BUILD_SHARED_LIBS "..." ON) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-random/CMakeLists.txt b/examples/Boost-random/CMakeLists.txt index 1856441eab..8ea05b04b2 100644 --- a/examples/Boost-random/CMakeLists.txt +++ b/examples/Boost-random/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Pawel Bylica # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-serialization/CMakeLists.txt b/examples/Boost-serialization/CMakeLists.txt index 1b415aaa08..81ff813284 100644 --- a/examples/Boost-serialization/CMakeLists.txt +++ b/examples/Boost-serialization/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-stacktrace/CMakeLists.txt b/examples/Boost-stacktrace/CMakeLists.txt index 0e7e736ded..19b4a5af83 100644 --- a/examples/Boost-stacktrace/CMakeLists.txt +++ b/examples/Boost-stacktrace/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-system-1-66/CMakeLists.txt b/examples/Boost-system-1-66/CMakeLists.txt index 8cca690f2a..41db35011e 100644 --- a/examples/Boost-system-1-66/CMakeLists.txt +++ b/examples/Boost-system-1-66/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-system/CMakeLists.txt b/examples/Boost-system/CMakeLists.txt index 7fe3608a1c..efa18a769c 100644 --- a/examples/Boost-system/CMakeLists.txt +++ b/examples/Boost-system/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-test/CMakeLists.txt b/examples/Boost-test/CMakeLists.txt index bebf219285..d44feede0c 100644 --- a/examples/Boost-test/CMakeLists.txt +++ b/examples/Boost-test/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-thread-1-64/CMakeLists.txt b/examples/Boost-thread-1-64/CMakeLists.txt index 3a45ce0d9a..d894e34915 100644 --- a/examples/Boost-thread-1-64/CMakeLists.txt +++ b/examples/Boost-thread-1-64/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-thread/CMakeLists.txt b/examples/Boost-thread/CMakeLists.txt index 53415c3549..f61dbba75a 100644 --- a/examples/Boost-thread/CMakeLists.txt +++ b/examples/Boost-thread/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-url/CMakeLists.txt b/examples/Boost-url/CMakeLists.txt index c3e3e17c77..32fe5b3a55 100644 --- a/examples/Boost-url/CMakeLists.txt +++ b/examples/Boost-url/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost-useBoostConfig/CMakeLists.txt b/examples/Boost-useBoostConfig/CMakeLists.txt index 174828d25f..4492a75eea 100644 --- a/examples/Boost-useBoostConfig/CMakeLists.txt +++ b/examples/Boost-useBoostConfig/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Boost-uuid/CMakeLists.txt b/examples/Boost-uuid/CMakeLists.txt index 474dc8acb0..ca43a553ad 100644 --- a/examples/Boost-uuid/CMakeLists.txt +++ b/examples/Boost-uuid/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/Boost/CMakeLists.txt b/examples/Boost/CMakeLists.txt index 9040a92c14..4e11079344 100644 --- a/examples/Boost/CMakeLists.txt +++ b/examples/Boost/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(Boost_DEBUG ON CACHE BOOLEAN "") diff --git a/examples/BoringSSL/CMakeLists.txt b/examples/BoringSSL/CMakeLists.txt index f45e68c208..567309982b 100644 --- a/examples/BoringSSL/CMakeLists.txt +++ b/examples/BoringSSL/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Box2D/CMakeLists.txt b/examples/Box2D/CMakeLists.txt index f1295949c9..921fc786e5 100644 --- a/examples/Box2D/CMakeLists.txt +++ b/examples/Box2D/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/CLAPACK/CMakeLists.txt b/examples/CLAPACK/CMakeLists.txt index 99f2c5f06c..dcd8c37fd9 100644 --- a/examples/CLAPACK/CMakeLists.txt +++ b/examples/CLAPACK/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/CLI11/CMakeLists.txt b/examples/CLI11/CMakeLists.txt index 4c0d093496..61806957cf 100644 --- a/examples/CLI11/CMakeLists.txt +++ b/examples/CLI11/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/CURL-BoringSSL/CMakeLists.txt b/examples/CURL-BoringSSL/CMakeLists.txt index 13007c47f2..4c0deb3559 100644 --- a/examples/CURL-BoringSSL/CMakeLists.txt +++ b/examples/CURL-BoringSSL/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/CURL-with-ares/CMakeLists.txt b/examples/CURL-with-ares/CMakeLists.txt index d9ae03f861..d0b6182e3d 100644 --- a/examples/CURL-with-ares/CMakeLists.txt +++ b/examples/CURL-with-ares/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/CURL/CMakeLists.txt b/examples/CURL/CMakeLists.txt index fc001522f9..acef9d838e 100644 --- a/examples/CURL/CMakeLists.txt +++ b/examples/CURL/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/CapnProto/CMakeLists.txt b/examples/CapnProto/CMakeLists.txt index 4f7abe4bf0..6eda8a15f4 100644 --- a/examples/CapnProto/CMakeLists.txt +++ b/examples/CapnProto/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Catch/CMakeLists.txt b/examples/Catch/CMakeLists.txt index 4c2fc98e6e..27385799e0 100644 --- a/examples/Catch/CMakeLists.txt +++ b/examples/Catch/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016 Alexey Ulyanov # All rights reserved. -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Comet/CMakeLists.txt b/examples/Comet/CMakeLists.txt index e4a232d7c8..86cb2fbf44 100644 --- a/examples/Comet/CMakeLists.txt +++ b/examples/Comet/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/CppNetlibUri/CMakeLists.txt b/examples/CppNetlibUri/CMakeLists.txt index ff5ebd6600..eb8e89327d 100644 --- a/examples/CppNetlibUri/CMakeLists.txt +++ b/examples/CppNetlibUri/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/CreateLaunchers/CMakeLists.txt b/examples/CreateLaunchers/CMakeLists.txt index 95a23ad8fd..ba22038a6c 100644 --- a/examples/CreateLaunchers/CMakeLists.txt +++ b/examples/CreateLaunchers/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/EGL-Registry/CMakeLists.txt b/examples/EGL-Registry/CMakeLists.txt index a27807c47d..fb6cbd435c 100644 --- a/examples/EGL-Registry/CMakeLists.txt +++ b/examples/EGL-Registry/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Eigen-Boost/CMakeLists.txt b/examples/Eigen-Boost/CMakeLists.txt index 0fd549415d..ce184a4f0e 100644 --- a/examples/Eigen-Boost/CMakeLists.txt +++ b/examples/Eigen-Boost/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(HUNTER_USE_CACHE_SERVERS NO) diff --git a/examples/Eigen/CMakeLists.txt b/examples/Eigen/CMakeLists.txt index 9bc5b2efc5..0483175776 100644 --- a/examples/Eigen/CMakeLists.txt +++ b/examples/Eigen/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Expat/CMakeLists.txt b/examples/Expat/CMakeLists.txt index 6c1ea5163b..b3d2f84250 100644 --- a/examples/Expat/CMakeLists.txt +++ b/examples/Expat/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2015, 2016, Alexander Lamaison # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/FLAC/CMakeLists.txt b/examples/FLAC/CMakeLists.txt index b90c73adae..cd193b2a06 100644 --- a/examples/FLAC/CMakeLists.txt +++ b/examples/FLAC/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/FP16/CMakeLists.txt b/examples/FP16/CMakeLists.txt index ea50bb8219..af356d48a7 100644 --- a/examples/FP16/CMakeLists.txt +++ b/examples/FP16/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/FakeIt/CMakeLists.txt b/examples/FakeIt/CMakeLists.txt index 53a8a078c5..7da6b7fd11 100644 --- a/examples/FakeIt/CMakeLists.txt +++ b/examples/FakeIt/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016 Alexey Ulyanov # All rights reserved. -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Fruit/CMakeLists.txt b/examples/Fruit/CMakeLists.txt index 40b003b2da..56142ca1a1 100644 --- a/examples/Fruit/CMakeLists.txt +++ b/examples/Fruit/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/FunctionalPlus/CMakeLists.txt b/examples/FunctionalPlus/CMakeLists.txt index 9fcbdba535..60ea08b30e 100644 --- a/examples/FunctionalPlus/CMakeLists.txt +++ b/examples/FunctionalPlus/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/GPUImage/CMakeLists.txt b/examples/GPUImage/CMakeLists.txt index 513e3acea8..e1c6b14fef 100644 --- a/examples/GPUImage/CMakeLists.txt +++ b/examples/GPUImage/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/GSL/CMakeLists.txt b/examples/GSL/CMakeLists.txt index 8fe1e9fff5..f9a9ec578f 100644 --- a/examples/GSL/CMakeLists.txt +++ b/examples/GSL/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/GTest/CMakeLists.txt b/examples/GTest/CMakeLists.txt index c3fb83fe3b..2c109f41ae 100644 --- a/examples/GTest/CMakeLists.txt +++ b/examples/GTest/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/HalideIR/CMakeLists.txt b/examples/HalideIR/CMakeLists.txt index 5f7883d224..67626cefe0 100644 --- a/examples/HalideIR/CMakeLists.txt +++ b/examples/HalideIR/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/HastyNoise/CMakeLists.txt b/examples/HastyNoise/CMakeLists.txt index 2e6d8f8636..7a21f2f6c5 100644 --- a/examples/HastyNoise/CMakeLists.txt +++ b/examples/HastyNoise/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ICU/CMakeLists.txt b/examples/ICU/CMakeLists.txt index c7c61b3eb1..778cc98f1d 100644 --- a/examples/ICU/CMakeLists.txt +++ b/examples/ICU/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/IF97/CMakeLists.txt b/examples/IF97/CMakeLists.txt index e3ef9b4fb4..87c91ef033 100644 --- a/examples/IF97/CMakeLists.txt +++ b/examples/IF97/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/IlmBase/CMakeLists.txt b/examples/IlmBase/CMakeLists.txt index 64fb63c7fb..e0efa27615 100644 --- a/examples/IlmBase/CMakeLists.txt +++ b/examples/IlmBase/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Imath/CMakeLists.txt b/examples/Imath/CMakeLists.txt index 3c06c90308..508563fb32 100644 --- a/examples/Imath/CMakeLists.txt +++ b/examples/Imath/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Immer/CMakeLists.txt b/examples/Immer/CMakeLists.txt index 5e5d2a2bde..28d877b7c3 100644 --- a/examples/Immer/CMakeLists.txt +++ b/examples/Immer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Jpeg/CMakeLists.txt b/examples/Jpeg/CMakeLists.txt index da721e8bb4..90c9f92a6e 100644 --- a/examples/Jpeg/CMakeLists.txt +++ b/examples/Jpeg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/KTX-Software/CMakeLists.txt b/examples/KTX-Software/CMakeLists.txt index f5cc6e54a2..5fc684c9fc 100644 --- a/examples/KTX-Software/CMakeLists.txt +++ b/examples/KTX-Software/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/KhronosDataFormat/CMakeLists.txt b/examples/KhronosDataFormat/CMakeLists.txt index 2d0a98e07f..e636257a1b 100644 --- a/examples/KhronosDataFormat/CMakeLists.txt +++ b/examples/KhronosDataFormat/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/LAPACK-CBLAS/CMakeLists.txt b/examples/LAPACK-CBLAS/CMakeLists.txt index 96068ec597..24b19a1f53 100644 --- a/examples/LAPACK-CBLAS/CMakeLists.txt +++ b/examples/LAPACK-CBLAS/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/LAPACK-dynamic/CMakeLists.txt b/examples/LAPACK-dynamic/CMakeLists.txt index 4bdf80561a..36e5ad160f 100644 --- a/examples/LAPACK-dynamic/CMakeLists.txt +++ b/examples/LAPACK-dynamic/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/LAPACK/CMakeLists.txt b/examples/LAPACK/CMakeLists.txt index 5ed8b262b6..c862da27ce 100644 --- a/examples/LAPACK/CMakeLists.txt +++ b/examples/LAPACK/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/LLVM/CMakeLists.txt b/examples/LLVM/CMakeLists.txt index 5b42424307..cee6049320 100644 --- a/examples/LLVM/CMakeLists.txt +++ b/examples/LLVM/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Lager/CMakeLists.txt b/examples/Lager/CMakeLists.txt index 89b1ac0373..ff5d4ceec9 100644 --- a/examples/Lager/CMakeLists.txt +++ b/examples/Lager/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/Leathers/CMakeLists.txt b/examples/Leathers/CMakeLists.txt index 39cee35440..c1f9a6df6c 100644 --- a/examples/Leathers/CMakeLists.txt +++ b/examples/Leathers/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Leptonica/CMakeLists.txt b/examples/Leptonica/CMakeLists.txt index a79058db31..3a29ec2975 100644 --- a/examples/Leptonica/CMakeLists.txt +++ b/examples/Leptonica/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/LibCDS/CMakeLists.txt b/examples/LibCDS/CMakeLists.txt index 4a6e117d5a..b6cfb91e78 100644 --- a/examples/LibCDS/CMakeLists.txt +++ b/examples/LibCDS/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/Libevent/CMakeLists.txt b/examples/Libevent/CMakeLists.txt index 868677d2f2..a2ba31472a 100644 --- a/examples/Libevent/CMakeLists.txt +++ b/examples/Libevent/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/Libssh2/CMakeLists.txt b/examples/Libssh2/CMakeLists.txt index 20e6cb8492..5e0c00b6aa 100644 --- a/examples/Libssh2/CMakeLists.txt +++ b/examples/Libssh2/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2014, Alexander Lamaison # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/LodePNG/CMakeLists.txt b/examples/LodePNG/CMakeLists.txt index 22622d36af..c2bb8a1482 100644 --- a/examples/LodePNG/CMakeLists.txt +++ b/examples/LodePNG/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Lua/CMakeLists.txt b/examples/Lua/CMakeLists.txt index 3269662292..76fdf83be4 100644 --- a/examples/Lua/CMakeLists.txt +++ b/examples/Lua/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/MathFu/CMakeLists.txt b/examples/MathFu/CMakeLists.txt index 8bf5eb896e..ac4587c1b9 100644 --- a/examples/MathFu/CMakeLists.txt +++ b/examples/MathFu/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Microsoft.GSL/CMakeLists.txt b/examples/Microsoft.GSL/CMakeLists.txt index 6f64ad59f0..05b6e9cef5 100644 --- a/examples/Microsoft.GSL/CMakeLists.txt +++ b/examples/Microsoft.GSL/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/MySQL-client/CMakeLists.txt b/examples/MySQL-client/CMakeLists.txt index aeefa2fd85..c39cab7708 100644 --- a/examples/MySQL-client/CMakeLists.txt +++ b/examples/MySQL-client/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/NASM/CMakeLists.txt b/examples/NASM/CMakeLists.txt index 27491bdf9c..466da637ea 100644 --- a/examples/NASM/CMakeLists.txt +++ b/examples/NASM/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017 Zhuhao Wang # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/NLopt/CMakeLists.txt b/examples/NLopt/CMakeLists.txt index 64233c10e8..db5a55d3fb 100644 --- a/examples/NLopt/CMakeLists.txt +++ b/examples/NLopt/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ONNX/CMakeLists.txt b/examples/ONNX/CMakeLists.txt index c7b54cd61a..c8357f3693 100644 --- a/examples/ONNX/CMakeLists.txt +++ b/examples/ONNX/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenAL/CMakeLists.txt b/examples/OpenAL/CMakeLists.txt index 8cb105bea1..86b2f48f4f 100644 --- a/examples/OpenAL/CMakeLists.txt +++ b/examples/OpenAL/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/OpenBLAS/CMakeLists.txt b/examples/OpenBLAS/CMakeLists.txt index 7a7e9327eb..bc69b38078 100644 --- a/examples/OpenBLAS/CMakeLists.txt +++ b/examples/OpenBLAS/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenCL-Headers/CMakeLists.txt b/examples/OpenCL-Headers/CMakeLists.txt index 6f60967d0f..7acabd5661 100644 --- a/examples/OpenCL-Headers/CMakeLists.txt +++ b/examples/OpenCL-Headers/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenCL-cpp/CMakeLists.txt b/examples/OpenCL-cpp/CMakeLists.txt index a7f0319af7..5115cd8008 100644 --- a/examples/OpenCL-cpp/CMakeLists.txt +++ b/examples/OpenCL-cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenCL/CMakeLists.txt b/examples/OpenCL/CMakeLists.txt index 1706d46f03..586966448e 100644 --- a/examples/OpenCL/CMakeLists.txt +++ b/examples/OpenCL/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenCV-Extra/CMakeLists.txt b/examples/OpenCV-Extra/CMakeLists.txt index 4d19b7757f..bc1ec9611f 100644 --- a/examples/OpenCV-Extra/CMakeLists.txt +++ b/examples/OpenCV-Extra/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenCV-Qt/CMakeLists.txt b/examples/OpenCV-Qt/CMakeLists.txt index 238e138d0e..89f1bbb0ce 100644 --- a/examples/OpenCV-Qt/CMakeLists.txt +++ b/examples/OpenCV-Qt/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenCV-ffmpeg/CMakeLists.txt b/examples/OpenCV-ffmpeg/CMakeLists.txt index 6d72d1b2ea..8dd88bf680 100644 --- a/examples/OpenCV-ffmpeg/CMakeLists.txt +++ b/examples/OpenCV-ffmpeg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/OpenCV/CMakeLists.txt b/examples/OpenCV/CMakeLists.txt index 4f990107ef..4e41d90c46 100644 --- a/examples/OpenCV/CMakeLists.txt +++ b/examples/OpenCV/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenEXR/CMakeLists.txt b/examples/OpenEXR/CMakeLists.txt index bbb30d9db7..66346e111a 100644 --- a/examples/OpenEXR/CMakeLists.txt +++ b/examples/OpenEXR/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenGL-Registry/CMakeLists.txt b/examples/OpenGL-Registry/CMakeLists.txt index a2c9eafb7b..b605f69dfd 100644 --- a/examples/OpenGL-Registry/CMakeLists.txt +++ b/examples/OpenGL-Registry/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenNMTTokenizer/CMakeLists.txt b/examples/OpenNMTTokenizer/CMakeLists.txt index cf5b59c735..cb31f1cfcd 100644 --- a/examples/OpenNMTTokenizer/CMakeLists.txt +++ b/examples/OpenNMTTokenizer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenSSL-1.0.2/CMakeLists.txt b/examples/OpenSSL-1.0.2/CMakeLists.txt index f27e4a003c..d2eeb6185c 100644 --- a/examples/OpenSSL-1.0.2/CMakeLists.txt +++ b/examples/OpenSSL-1.0.2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/OpenSSL-asm/CMakeLists.txt b/examples/OpenSSL-asm/CMakeLists.txt index f27e4a003c..d2eeb6185c 100644 --- a/examples/OpenSSL-asm/CMakeLists.txt +++ b/examples/OpenSSL-asm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/OpenSSL/CMakeLists.txt b/examples/OpenSSL/CMakeLists.txt index bf39fe1978..7c444c065d 100644 --- a/examples/OpenSSL/CMakeLists.txt +++ b/examples/OpenSSL/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/OpenSceneGraph/CMakeLists.txt b/examples/OpenSceneGraph/CMakeLists.txt index 7d38fa4354..bfd245273b 100644 --- a/examples/OpenSceneGraph/CMakeLists.txt +++ b/examples/OpenSceneGraph/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Opus/CMakeLists.txt b/examples/Opus/CMakeLists.txt index e30cda8c34..75af6512db 100644 --- a/examples/Opus/CMakeLists.txt +++ b/examples/Opus/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/PNG/CMakeLists.txt b/examples/PNG/CMakeLists.txt index cadb7249cf..1479f3be9c 100644 --- a/examples/PNG/CMakeLists.txt +++ b/examples/PNG/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2015, Alexander Lamaison # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/PROJ4/CMakeLists.txt b/examples/PROJ4/CMakeLists.txt index 868d59070c..fb334f72dd 100644 --- a/examples/PROJ4/CMakeLists.txt +++ b/examples/PROJ4/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/PhysUnits/CMakeLists.txt b/examples/PhysUnits/CMakeLists.txt index 484e5162f4..d5f56ba924 100644 --- a/examples/PhysUnits/CMakeLists.txt +++ b/examples/PhysUnits/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/PocoCpp/CMakeLists.txt b/examples/PocoCpp/CMakeLists.txt index c42ad6f4fa..8b76b79d41 100644 --- a/examples/PocoCpp/CMakeLists.txt +++ b/examples/PocoCpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/PostgreSQL/CMakeLists.txt b/examples/PostgreSQL/CMakeLists.txt index cabbb009db..3e6f771068 100644 --- a/examples/PostgreSQL/CMakeLists.txt +++ b/examples/PostgreSQL/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Protobuf-legacy/CMakeLists.txt b/examples/Protobuf-legacy/CMakeLists.txt index 92a6f8a030..195701e565 100644 --- a/examples/Protobuf-legacy/CMakeLists.txt +++ b/examples/Protobuf-legacy/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Protobuf-legacy/cmake/host/CMakeLists.txt b/examples/Protobuf-legacy/cmake/host/CMakeLists.txt index 5e475eb11e..ede3f408cf 100644 --- a/examples/Protobuf-legacy/cmake/host/CMakeLists.txt +++ b/examples/Protobuf-legacy/cmake/host/CMakeLists.txt @@ -1,5 +1,5 @@ # CMake project to install protobuf::protoc from hunter Protobuf package -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Protobuf-optimized/CMakeLists.txt b/examples/Protobuf-optimized/CMakeLists.txt index 92c78865c2..812018cacd 100644 --- a/examples/Protobuf-optimized/CMakeLists.txt +++ b/examples/Protobuf-optimized/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Protobuf-optimized/cmake/host/CMakeLists.txt b/examples/Protobuf-optimized/cmake/host/CMakeLists.txt index 96921c6a6d..9d943accc3 100644 --- a/examples/Protobuf-optimized/cmake/host/CMakeLists.txt +++ b/examples/Protobuf-optimized/cmake/host/CMakeLists.txt @@ -1,5 +1,5 @@ # CMake project to install protobuf::protoc from hunter Protobuf package -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Protobuf/CMakeLists.txt b/examples/Protobuf/CMakeLists.txt index 1fce1bc538..7876301f4d 100644 --- a/examples/Protobuf/CMakeLists.txt +++ b/examples/Protobuf/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Protobuf/cmake/host/CMakeLists.txt b/examples/Protobuf/cmake/host/CMakeLists.txt index 5e475eb11e..ede3f408cf 100644 --- a/examples/Protobuf/cmake/host/CMakeLists.txt +++ b/examples/Protobuf/cmake/host/CMakeLists.txt @@ -1,5 +1,5 @@ # CMake project to install protobuf::protoc from hunter Protobuf package -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/QtAndroidCMake/CMakeLists.txt b/examples/QtAndroidCMake/CMakeLists.txt index 852e7d260c..2b77f8da49 100644 --- a/examples/QtAndroidCMake/CMakeLists.txt +++ b/examples/QtAndroidCMake/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/QtCMakeExtra/CMakeLists.txt b/examples/QtCMakeExtra/CMakeLists.txt index b92b1331f0..70546fe7ed 100644 --- a/examples/QtCMakeExtra/CMakeLists.txt +++ b/examples/QtCMakeExtra/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/QtPropertyEditor/CMakeLists.txt b/examples/QtPropertyEditor/CMakeLists.txt index e9e7de8cfe..67776f222d 100644 --- a/examples/QtPropertyEditor/CMakeLists.txt +++ b/examples/QtPropertyEditor/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Qwt/CMakeLists.txt b/examples/Qwt/CMakeLists.txt index 42ab856b74..7b275b49aa 100644 --- a/examples/Qwt/CMakeLists.txt +++ b/examples/Qwt/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/RapidJSON/CMakeLists.txt b/examples/RapidJSON/CMakeLists.txt index 18c0901064..31d31676d9 100644 --- a/examples/RapidJSON/CMakeLists.txt +++ b/examples/RapidJSON/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/RapidXML/CMakeLists.txt b/examples/RapidXML/CMakeLists.txt index c49a0babe0..01c434a3b0 100644 --- a/examples/RapidXML/CMakeLists.txt +++ b/examples/RapidXML/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/RedisClient/CMakeLists.txt b/examples/RedisClient/CMakeLists.txt index fc9581b50a..8f69a5764a 100644 --- a/examples/RedisClient/CMakeLists.txt +++ b/examples/RedisClient/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SDL2/CMakeLists.txt b/examples/SDL2/CMakeLists.txt index c2f1008a35..3872415c52 100644 --- a/examples/SDL2/CMakeLists.txt +++ b/examples/SDL2/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SDL_image/CMakeLists.txt b/examples/SDL_image/CMakeLists.txt index 9c51426e2b..e1806ac39a 100644 --- a/examples/SDL_image/CMakeLists.txt +++ b/examples/SDL_image/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SDL_mixer/CMakeLists.txt b/examples/SDL_mixer/CMakeLists.txt index af7662baae..956691fe9b 100644 --- a/examples/SDL_mixer/CMakeLists.txt +++ b/examples/SDL_mixer/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) set(HUNTER_USE_CACHE_SERVERS NO) diff --git a/examples/SDL_net/CMakeLists.txt b/examples/SDL_net/CMakeLists.txt index 6cd4381fe6..262d72a3ae 100644 --- a/examples/SDL_net/CMakeLists.txt +++ b/examples/SDL_net/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) set(HUNTER_USE_CACHE_SERVERS NO) diff --git a/examples/SDL_ttf/CMakeLists.txt b/examples/SDL_ttf/CMakeLists.txt index ff1639641d..0e1270cc3d 100644 --- a/examples/SDL_ttf/CMakeLists.txt +++ b/examples/SDL_ttf/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SFML/CMakeLists.txt b/examples/SFML/CMakeLists.txt index 048194245b..9224acebc7 100644 --- a/examples/SFML/CMakeLists.txt +++ b/examples/SFML/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SPIRV-Headers/CMakeLists.txt b/examples/SPIRV-Headers/CMakeLists.txt index 52babb068e..a1ccd90cbe 100644 --- a/examples/SPIRV-Headers/CMakeLists.txt +++ b/examples/SPIRV-Headers/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SPIRV-Tools/CMakeLists.txt b/examples/SPIRV-Tools/CMakeLists.txt index 7c4d396f71..6fdc9bb4de 100644 --- a/examples/SPIRV-Tools/CMakeLists.txt +++ b/examples/SPIRV-Tools/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SimpleSignal/CMakeLists.txt b/examples/SimpleSignal/CMakeLists.txt index 424a1d70a4..7dc452879a 100644 --- a/examples/SimpleSignal/CMakeLists.txt +++ b/examples/SimpleSignal/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Snappy/CMakeLists.txt b/examples/Snappy/CMakeLists.txt index e01685dcf0..6375bc0bfe 100644 --- a/examples/Snappy/CMakeLists.txt +++ b/examples/Snappy/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Sources-for-Android-SDK/CMakeLists.txt b/examples/Sources-for-Android-SDK/CMakeLists.txt index 8c5381acea..04ed8203e9 100644 --- a/examples/Sources-for-Android-SDK/CMakeLists.txt +++ b/examples/Sources-for-Android-SDK/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Sqlpp11/CMakeLists.txt b/examples/Sqlpp11/CMakeLists.txt index d3e4464c62..e68932e97d 100644 --- a/examples/Sqlpp11/CMakeLists.txt +++ b/examples/Sqlpp11/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/SuiteSparse-dynLAPACK/CMakeLists.txt b/examples/SuiteSparse-dynLAPACK/CMakeLists.txt index 0742f469df..5e8dc19adb 100644 --- a/examples/SuiteSparse-dynLAPACK/CMakeLists.txt +++ b/examples/SuiteSparse-dynLAPACK/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, NeroBurner # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/SuiteSparse/CMakeLists.txt b/examples/SuiteSparse/CMakeLists.txt index 4550b8d882..dad0f0fba8 100644 --- a/examples/SuiteSparse/CMakeLists.txt +++ b/examples/SuiteSparse/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, NeroBurner # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/TCLAP/CMakeLists.txt b/examples/TCLAP/CMakeLists.txt index 36f4278464..b0e34975c1 100644 --- a/examples/TCLAP/CMakeLists.txt +++ b/examples/TCLAP/CMakeLists.txt @@ -2,7 +2,7 @@ # by Cyberunner23 # for the Hunter project -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) variable_watch(HUNTER_TCLAP_VERSION) diff --git a/examples/TIFF/CMakeLists.txt b/examples/TIFF/CMakeLists.txt index ff15212770..350ed18ddc 100644 --- a/examples/TIFF/CMakeLists.txt +++ b/examples/TIFF/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Tesseract/CMakeLists.txt b/examples/Tesseract/CMakeLists.txt index 9c3736179d..4963f1ec74 100644 --- a/examples/Tesseract/CMakeLists.txt +++ b/examples/Tesseract/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Sacha Refshauge # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Urho3D/CMakeLists.txt b/examples/Urho3D/CMakeLists.txt index ed1eb7c9c0..c3b77a9e2e 100644 --- a/examples/Urho3D/CMakeLists.txt +++ b/examples/Urho3D/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/Vulkan-Headers/CMakeLists.txt b/examples/Vulkan-Headers/CMakeLists.txt index 5097d3647d..57e89142bc 100644 --- a/examples/Vulkan-Headers/CMakeLists.txt +++ b/examples/Vulkan-Headers/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/VulkanMemoryAllocator/CMakeLists.txt b/examples/VulkanMemoryAllocator/CMakeLists.txt index ac60ab96a0..495280edcd 100644 --- a/examples/VulkanMemoryAllocator/CMakeLists.txt +++ b/examples/VulkanMemoryAllocator/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/WDC/CMakeLists.txt b/examples/WDC/CMakeLists.txt index d5c158f4bd..c17dc97e8a 100644 --- a/examples/WDC/CMakeLists.txt +++ b/examples/WDC/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/WTL/CMakeLists.txt b/examples/WTL/CMakeLists.txt index 6662bf0e38..8140669066 100644 --- a/examples/WTL/CMakeLists.txt +++ b/examples/WTL/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Alexander Lamaison # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Washer/CMakeLists.txt b/examples/Washer/CMakeLists.txt index 85dbcd22fd..636151aa54 100644 --- a/examples/Washer/CMakeLists.txt +++ b/examples/Washer/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2015, Alexander Lamaison # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/WebKit/CMakeLists.txt b/examples/WebKit/CMakeLists.txt index 43c2d28c41..3ca180c8b9 100644 --- a/examples/WebKit/CMakeLists.txt +++ b/examples/WebKit/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/WebP/CMakeLists.txt b/examples/WebP/CMakeLists.txt index cd027c3315..e9cd8595fe 100644 --- a/examples/WebP/CMakeLists.txt +++ b/examples/WebP/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, Mathieu-Andre Chiasson # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/WinSparkle/CMakeLists.txt b/examples/WinSparkle/CMakeLists.txt index 239e4aff7d..f452fd942d 100644 --- a/examples/WinSparkle/CMakeLists.txt +++ b/examples/WinSparkle/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2015, Alexander Lamaison # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/YAJL/CMakeLists.txt b/examples/YAJL/CMakeLists.txt index c24e3d0649..32870bd214 100644 --- a/examples/YAJL/CMakeLists.txt +++ b/examples/YAJL/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ZLIB/CMakeLists.txt b/examples/ZLIB/CMakeLists.txt index 6e778fba51..84c3e75f6b 100644 --- a/examples/ZLIB/CMakeLists.txt +++ b/examples/ZLIB/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ZMQPP/CMakeLists.txt b/examples/ZMQPP/CMakeLists.txt index 7f0770c6da..4b475ac4b5 100644 --- a/examples/ZMQPP/CMakeLists.txt +++ b/examples/ZMQPP/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ZeroMQ/CMakeLists.txt b/examples/ZeroMQ/CMakeLists.txt index 37379ce92f..e4948451a8 100644 --- a/examples/ZeroMQ/CMakeLists.txt +++ b/examples/ZeroMQ/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/Zug/CMakeLists.txt b/examples/Zug/CMakeLists.txt index 231e7a08cd..2f3fcf008b 100644 --- a/examples/Zug/CMakeLists.txt +++ b/examples/Zug/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/abseil/CMakeLists.txt b/examples/abseil/CMakeLists.txt index d094a91916..d824209e74 100644 --- a/examples/abseil/CMakeLists.txt +++ b/examples/abseil/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/accelerate/CMakeLists.txt b/examples/accelerate/CMakeLists.txt index 33f623cd13..de37f1bedf 100644 --- a/examples/accelerate/CMakeLists.txt +++ b/examples/accelerate/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/acf/CMakeLists.txt b/examples/acf/CMakeLists.txt index 99b79dbe98..434720ab4b 100644 --- a/examples/acf/CMakeLists.txt +++ b/examples/acf/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/actionlib/CMakeLists.txt b/examples/actionlib/CMakeLists.txt index 47c1e5915c..e8fc910ef9 100644 --- a/examples/actionlib/CMakeLists.txt +++ b/examples/actionlib/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/aes/CMakeLists.txt b/examples/aes/CMakeLists.txt index 58f5485fc4..4b6d533dc4 100644 --- a/examples/aes/CMakeLists.txt +++ b/examples/aes/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/aglet/CMakeLists.txt b/examples/aglet/CMakeLists.txt index 8306f8d182..28636f4ad8 100644 --- a/examples/aglet/CMakeLists.txt +++ b/examples/aglet/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android/CMakeLists.txt b/examples/android/CMakeLists.txt index 0294d506c5..f670d6fb7e 100644 --- a/examples/android/CMakeLists.txt +++ b/examples/android/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_arm64_v8a_system_image_packer/CMakeLists.txt b/examples/android_arm64_v8a_system_image_packer/CMakeLists.txt index 39f845112c..7f10254f43 100644 --- a/examples/android_arm64_v8a_system_image_packer/CMakeLists.txt +++ b/examples/android_arm64_v8a_system_image_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_arm_eabi_v7a_system_image_packer/CMakeLists.txt b/examples/android_arm_eabi_v7a_system_image_packer/CMakeLists.txt index 36a6118628..7ab30df273 100644 --- a/examples/android_arm_eabi_v7a_system_image_packer/CMakeLists.txt +++ b/examples/android_arm_eabi_v7a_system_image_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_build_tools_packer/CMakeLists.txt b/examples/android_build_tools_packer/CMakeLists.txt index 724e136ad9..815fcbba78 100644 --- a/examples/android_build_tools_packer/CMakeLists.txt +++ b/examples/android_build_tools_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_google_apis_intel_x86_atom_system_image_packer/CMakeLists.txt b/examples/android_google_apis_intel_x86_atom_system_image_packer/CMakeLists.txt index d08e01844f..f8c34c1924 100644 --- a/examples/android_google_apis_intel_x86_atom_system_image_packer/CMakeLists.txt +++ b/examples/android_google_apis_intel_x86_atom_system_image_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_google_apis_packer/CMakeLists.txt b/examples/android_google_apis_packer/CMakeLists.txt index a2eb8639a2..858908497b 100644 --- a/examples/android_google_apis_packer/CMakeLists.txt +++ b/examples/android_google_apis_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_google_repository_packer/CMakeLists.txt b/examples/android_google_repository_packer/CMakeLists.txt index 6477e9663a..e8ad040bd2 100644 --- a/examples/android_google_repository_packer/CMakeLists.txt +++ b/examples/android_google_repository_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_intel_x86_atom_system_image_packer/CMakeLists.txt b/examples/android_intel_x86_atom_system_image_packer/CMakeLists.txt index 2e1b735966..7c099f3d24 100644 --- a/examples/android_intel_x86_atom_system_image_packer/CMakeLists.txt +++ b/examples/android_intel_x86_atom_system_image_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_log/CMakeLists.txt b/examples/android_log/CMakeLists.txt index 5d95f34104..e5fcc0ae62 100644 --- a/examples/android_log/CMakeLists.txt +++ b/examples/android_log/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_mips_system_image_packer/CMakeLists.txt b/examples/android_mips_system_image_packer/CMakeLists.txt index 46d5618c6f..1661bedfef 100644 --- a/examples/android_mips_system_image_packer/CMakeLists.txt +++ b/examples/android_mips_system_image_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_sdk_packer/CMakeLists.txt b/examples/android_sdk_packer/CMakeLists.txt index 4642baaa4f..c8e9b2149c 100644 --- a/examples/android_sdk_packer/CMakeLists.txt +++ b/examples/android_sdk_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_sdk_platform_packer/CMakeLists.txt b/examples/android_sdk_platform_packer/CMakeLists.txt index 99079a864b..27a11fd625 100644 --- a/examples/android_sdk_platform_packer/CMakeLists.txt +++ b/examples/android_sdk_platform_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_sdk_platform_tools_packer/CMakeLists.txt b/examples/android_sdk_platform_tools_packer/CMakeLists.txt index 6c83decc91..2cd695dff9 100644 --- a/examples/android_sdk_platform_tools_packer/CMakeLists.txt +++ b/examples/android_sdk_platform_tools_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_sdk_tools_packer/CMakeLists.txt b/examples/android_sdk_tools_packer/CMakeLists.txt index ec141c0611..d0df9c67ea 100644 --- a/examples/android_sdk_tools_packer/CMakeLists.txt +++ b/examples/android_sdk_tools_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/android_support_repository_packer/CMakeLists.txt b/examples/android_support_repository_packer/CMakeLists.txt index 5283e5569a..a4e0244e24 100644 --- a/examples/android_support_repository_packer/CMakeLists.txt +++ b/examples/android_support_repository_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/angles/CMakeLists.txt b/examples/angles/CMakeLists.txt index 7fe75bbb67..0eb0499c4a 100644 --- a/examples/angles/CMakeLists.txt +++ b/examples/angles/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/apg/CMakeLists.txt b/examples/apg/CMakeLists.txt index deb6e62908..2f45e8d838 100644 --- a/examples/apg/CMakeLists.txt +++ b/examples/apg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/applicationservices/CMakeLists.txt b/examples/applicationservices/CMakeLists.txt index 17dedfb589..54900c81aa 100644 --- a/examples/applicationservices/CMakeLists.txt +++ b/examples/applicationservices/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/arabica/CMakeLists.txt b/examples/arabica/CMakeLists.txt index 2ee6080346..21fc2e3dd8 100644 --- a/examples/arabica/CMakeLists.txt +++ b/examples/arabica/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/asio-grpc/CMakeLists.txt b/examples/asio-grpc/CMakeLists.txt index 04f4dd1341..c4c1692376 100644 --- a/examples/asio-grpc/CMakeLists.txt +++ b/examples/asio-grpc/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/asio/CMakeLists.txt b/examples/asio/CMakeLists.txt index aba2054c3c..1bbca8f2d6 100644 --- a/examples/asio/CMakeLists.txt +++ b/examples/asio/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2019 Niall Douglas # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/astc-encoder/CMakeLists.txt b/examples/astc-encoder/CMakeLists.txt index d7b893edd7..9f4be60be7 100644 --- a/examples/astc-encoder/CMakeLists.txt +++ b/examples/astc-encoder/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/audiounit/CMakeLists.txt b/examples/audiounit/CMakeLists.txt index 71ab7e3f7a..db2dd59a6a 100644 --- a/examples/audiounit/CMakeLists.txt +++ b/examples/audiounit/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/autobahn-cpp/CMakeLists.txt b/examples/autobahn-cpp/CMakeLists.txt index e378809dbd..425b0efcdc 100644 --- a/examples/autobahn-cpp/CMakeLists.txt +++ b/examples/autobahn-cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/autoutils/CMakeLists.txt b/examples/autoutils/CMakeLists.txt index 5c79141711..c7a0fc0121 100644 --- a/examples/autoutils/CMakeLists.txt +++ b/examples/autoutils/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/aws-c-common/CMakeLists.txt b/examples/aws-c-common/CMakeLists.txt index c79bd98b4e..ba64e1747b 100644 --- a/examples/aws-c-common/CMakeLists.txt +++ b/examples/aws-c-common/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Ruslan Baratov, Rahul Sheth # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/aws-sdk-cpp/CMakeLists.txt b/examples/aws-sdk-cpp/CMakeLists.txt index c54ab916f3..7e0acfa131 100644 --- a/examples/aws-sdk-cpp/CMakeLists.txt +++ b/examples/aws-sdk-cpp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/basis_universal/CMakeLists.txt b/examples/basis_universal/CMakeLists.txt index 5044aaafc5..64fd63413b 100644 --- a/examples/basis_universal/CMakeLists.txt +++ b/examples/basis_universal/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/benchmark/CMakeLists.txt b/examples/benchmark/CMakeLists.txt index bd4dbbd9b3..8307e2b58c 100644 --- a/examples/benchmark/CMakeLists.txt +++ b/examples/benchmark/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/bento4/CMakeLists.txt b/examples/bento4/CMakeLists.txt index d3d68b71fe..087576b2ad 100644 --- a/examples/bento4/CMakeLists.txt +++ b/examples/bento4/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/binaryen/CMakeLists.txt b/examples/binaryen/CMakeLists.txt index cbe949fb6f..d04fb56093 100644 --- a/examples/binaryen/CMakeLists.txt +++ b/examples/binaryen/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/bison/CMakeLists.txt b/examples/bison/CMakeLists.txt index 82037d715e..c5b98f4fcc 100644 --- a/examples/bison/CMakeLists.txt +++ b/examples/bison/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/boost-pba/CMakeLists.txt b/examples/boost-pba/CMakeLists.txt index 19b56510db..7c811fee48 100644 --- a/examples/boost-pba/CMakeLists.txt +++ b/examples/boost-pba/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/botan/CMakeLists.txt b/examples/botan/CMakeLists.txt index f393bf1ccb..6fd394f5f2 100644 --- a/examples/botan/CMakeLists.txt +++ b/examples/botan/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/breakpad/CMakeLists.txt b/examples/breakpad/CMakeLists.txt index bcdf1807b8..2bc49d757f 100644 --- a/examples/breakpad/CMakeLists.txt +++ b/examples/breakpad/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/bullet/CMakeLists.txt b/examples/bullet/CMakeLists.txt index 2f46a95cd9..ec06984542 100644 --- a/examples/bullet/CMakeLists.txt +++ b/examples/bullet/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/byte-lite/CMakeLists.txt b/examples/byte-lite/CMakeLists.txt index 18dac6f03a..879f761742 100644 --- a/examples/byte-lite/CMakeLists.txt +++ b/examples/byte-lite/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2021 Niall Douglas # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/c-ares/CMakeLists.txt b/examples/c-ares/CMakeLists.txt index 04440a7433..d76bd37f23 100644 --- a/examples/c-ares/CMakeLists.txt +++ b/examples/c-ares/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/caffe/CMakeLists.txt b/examples/caffe/CMakeLists.txt index 03bdc442f1..983a1debba 100644 --- a/examples/caffe/CMakeLists.txt +++ b/examples/caffe/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/carbon/CMakeLists.txt b/examples/carbon/CMakeLists.txt index ab554d6694..81a918b543 100644 --- a/examples/carbon/CMakeLists.txt +++ b/examples/carbon/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/catkin/CMakeLists.txt b/examples/catkin/CMakeLists.txt index 8c1244a9f6..a6b2987a2c 100644 --- a/examples/catkin/CMakeLists.txt +++ b/examples/catkin/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cctz/CMakeLists.txt b/examples/cctz/CMakeLists.txt index 8c9eb84357..d99d985aba 100644 --- a/examples/cctz/CMakeLists.txt +++ b/examples/cctz/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/ccv/CMakeLists.txt b/examples/ccv/CMakeLists.txt index d8f78819d2..7544a50d76 100644 --- a/examples/ccv/CMakeLists.txt +++ b/examples/ccv/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cereal/CMakeLists.txt b/examples/cereal/CMakeLists.txt index e8ae007955..eda08514f0 100644 --- a/examples/cereal/CMakeLists.txt +++ b/examples/cereal/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ceres-solver-suitesparse-dynLAPACK/CMakeLists.txt b/examples/ceres-solver-suitesparse-dynLAPACK/CMakeLists.txt index 4a23fc05d2..847b97ec8a 100644 --- a/examples/ceres-solver-suitesparse-dynLAPACK/CMakeLists.txt +++ b/examples/ceres-solver-suitesparse-dynLAPACK/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/ceres-solver-suitesparse/CMakeLists.txt b/examples/ceres-solver-suitesparse/CMakeLists.txt index 29cae931d9..10b7130da1 100644 --- a/examples/ceres-solver-suitesparse/CMakeLists.txt +++ b/examples/ceres-solver-suitesparse/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/ceres-solver/CMakeLists.txt b/examples/ceres-solver/CMakeLists.txt index f7e40224e7..e071d38cbf 100644 --- a/examples/ceres-solver/CMakeLists.txt +++ b/examples/ceres-solver/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cgltf/CMakeLists.txt b/examples/cgltf/CMakeLists.txt index 07dfc3f9eb..e3a0bc3b98 100644 --- a/examples/cgltf/CMakeLists.txt +++ b/examples/cgltf/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/check_ci_tag/CMakeLists.txt b/examples/check_ci_tag/CMakeLists.txt index 6c51552f60..a7c7f1fbce 100644 --- a/examples/check_ci_tag/CMakeLists.txt +++ b/examples/check_ci_tag/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/chromium_zlib/CMakeLists.txt b/examples/chromium_zlib/CMakeLists.txt index 8eb98de388..6d7cdb7cf7 100644 --- a/examples/chromium_zlib/CMakeLists.txt +++ b/examples/chromium_zlib/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/civetweb/CMakeLists.txt b/examples/civetweb/CMakeLists.txt index f967a93ee0..d79c2681d6 100644 --- a/examples/civetweb/CMakeLists.txt +++ b/examples/civetweb/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/clBLAS/CMakeLists.txt b/examples/clBLAS/CMakeLists.txt index b4daefb665..1f8e68658b 100644 --- a/examples/clBLAS/CMakeLists.txt +++ b/examples/clBLAS/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/class_loader/CMakeLists.txt b/examples/class_loader/CMakeLists.txt index 4230257e68..4b5fecd681 100644 --- a/examples/class_loader/CMakeLists.txt +++ b/examples/class_loader/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cmcstl2/CMakeLists.txt b/examples/cmcstl2/CMakeLists.txt index 7669c54a08..fbdcdadeba 100644 --- a/examples/cmcstl2/CMakeLists.txt +++ b/examples/cmcstl2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/common.cmake b/examples/common.cmake index 1b0854e221..b2146cbeb3 100644 --- a/examples/common.cmake +++ b/examples/common.cmake @@ -1,7 +1,7 @@ # Copyright (c) 2013, 2015 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) ### Include HunterGate module from git submodule set(gate_dir "${CMAKE_CURRENT_LIST_DIR}/../gate") diff --git a/examples/complex_bessel/CMakeLists.txt b/examples/complex_bessel/CMakeLists.txt index ff38eaadf4..738dd204d8 100644 --- a/examples/complex_bessel/CMakeLists.txt +++ b/examples/complex_bessel/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/convertutf/CMakeLists.txt b/examples/convertutf/CMakeLists.txt index 896a4314c0..1792967ba2 100644 --- a/examples/convertutf/CMakeLists.txt +++ b/examples/convertutf/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/coreaudio/CMakeLists.txt b/examples/coreaudio/CMakeLists.txt index 823c8d5671..70639a2784 100644 --- a/examples/coreaudio/CMakeLists.txt +++ b/examples/coreaudio/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/coretext/CMakeLists.txt b/examples/coretext/CMakeLists.txt index 8861710827..41b08b131b 100644 --- a/examples/coretext/CMakeLists.txt +++ b/examples/coretext/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/corrade/CMakeLists.txt b/examples/corrade/CMakeLists.txt index b32b08b316..d56cce2dd5 100644 --- a/examples/corrade/CMakeLists.txt +++ b/examples/corrade/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cpp-statsd-client/CMakeLists.txt b/examples/cpp-statsd-client/CMakeLists.txt index 71d8593ad2..c8735f56ce 100644 --- a/examples/cpp-statsd-client/CMakeLists.txt +++ b/examples/cpp-statsd-client/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cpp_redis/CMakeLists.txt b/examples/cpp_redis/CMakeLists.txt index 8cab739977..3bb51b365a 100644 --- a/examples/cpp_redis/CMakeLists.txt +++ b/examples/cpp_redis/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cppast/CMakeLists.txt b/examples/cppast/CMakeLists.txt index 41e9dd31ee..b45667ad7d 100644 --- a/examples/cppast/CMakeLists.txt +++ b/examples/cppast/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cppcodec/CMakeLists.txt b/examples/cppcodec/CMakeLists.txt index 8b838059b8..afc85c045d 100644 --- a/examples/cppcodec/CMakeLists.txt +++ b/examples/cppcodec/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cppfs/CMakeLists.txt b/examples/cppfs/CMakeLists.txt index f4f720009b..0f73e7bf34 100644 --- a/examples/cppfs/CMakeLists.txt +++ b/examples/cppfs/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cpr/CMakeLists.txt b/examples/cpr/CMakeLists.txt index aeac5edaba..f8c46bc635 100644 --- a/examples/cpr/CMakeLists.txt +++ b/examples/cpr/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cpuinfo/CMakeLists.txt b/examples/cpuinfo/CMakeLists.txt index c02f8d021e..65d398bb6a 100644 --- a/examples/cpuinfo/CMakeLists.txt +++ b/examples/cpuinfo/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/crashpad/CMakeLists.txt b/examples/crashpad/CMakeLists.txt index c60aa3fdc5..6a8a0d2ca8 100644 --- a/examples/crashpad/CMakeLists.txt +++ b/examples/crashpad/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/crashup/CMakeLists.txt b/examples/crashup/CMakeLists.txt index fb8af32870..27de212706 100644 --- a/examples/crashup/CMakeLists.txt +++ b/examples/crashup/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/crc32c/CMakeLists.txt b/examples/crc32c/CMakeLists.txt index 4b2f67f9f6..cecb3e8dd5 100644 --- a/examples/crc32c/CMakeLists.txt +++ b/examples/crc32c/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/cryptopp/CMakeLists.txt b/examples/cryptopp/CMakeLists.txt index a79f5309a0..f61eac41b4 100644 --- a/examples/cryptopp/CMakeLists.txt +++ b/examples/cryptopp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ctti/CMakeLists.txt b/examples/ctti/CMakeLists.txt index 5dd75483fa..3baebd6002 100644 --- a/examples/ctti/CMakeLists.txt +++ b/examples/ctti/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cub/CMakeLists.txt b/examples/cub/CMakeLists.txt index ebf30a9eec..647b717ebc 100644 --- a/examples/cub/CMakeLists.txt +++ b/examples/cub/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cvmatio/CMakeLists.txt b/examples/cvmatio/CMakeLists.txt index 8b8cc4da16..1e44e82f6a 100644 --- a/examples/cvmatio/CMakeLists.txt +++ b/examples/cvmatio/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cvsteer/CMakeLists.txt b/examples/cvsteer/CMakeLists.txt index d43774d6cc..a0e80f7129 100644 --- a/examples/cvsteer/CMakeLists.txt +++ b/examples/cvsteer/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/cxxopts/CMakeLists.txt b/examples/cxxopts/CMakeLists.txt index 4620574685..1da075a8f9 100644 --- a/examples/cxxopts/CMakeLists.txt +++ b/examples/cxxopts/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/czmq/CMakeLists.txt b/examples/czmq/CMakeLists.txt index 2ecddedbc6..670b9aa2ec 100644 --- a/examples/czmq/CMakeLists.txt +++ b/examples/czmq/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/damageproto/CMakeLists.txt b/examples/damageproto/CMakeLists.txt index 36e006b7c6..40d3830be0 100644 --- a/examples/damageproto/CMakeLists.txt +++ b/examples/damageproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/date/CMakeLists.txt b/examples/date/CMakeLists.txt index 7e763ce94a..c3f4f678b7 100644 --- a/examples/date/CMakeLists.txt +++ b/examples/date/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dbus/CMakeLists.txt b/examples/dbus/CMakeLists.txt index 3c12deea57..6c7898fe3d 100644 --- a/examples/dbus/CMakeLists.txt +++ b/examples/dbus/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/debug_assert/CMakeLists.txt b/examples/debug_assert/CMakeLists.txt index 4a22ad7b8e..4594997359 100644 --- a/examples/debug_assert/CMakeLists.txt +++ b/examples/debug_assert/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016 Alexey Ulyanov # All rights reserved. -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dest/CMakeLists.txt b/examples/dest/CMakeLists.txt index fd50615c6d..09d752c178 100644 --- a/examples/dest/CMakeLists.txt +++ b/examples/dest/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dfdutils/CMakeLists.txt b/examples/dfdutils/CMakeLists.txt index e9c7df6ee8..3c58b2442b 100644 --- a/examples/dfdutils/CMakeLists.txt +++ b/examples/dfdutils/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dlib-staticLib/CMakeLists.txt b/examples/dlib-staticLib/CMakeLists.txt index cd509f198a..866b8fcfc1 100644 --- a/examples/dlib-staticLib/CMakeLists.txt +++ b/examples/dlib-staticLib/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dlib/CMakeLists.txt b/examples/dlib/CMakeLists.txt index f533dd642e..23a8477e57 100644 --- a/examples/dlib/CMakeLists.txt +++ b/examples/dlib/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dlpack/CMakeLists.txt b/examples/dlpack/CMakeLists.txt index 4ce690fc02..1cba69573e 100644 --- a/examples/dlpack/CMakeLists.txt +++ b/examples/dlpack/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dmlc-core/CMakeLists.txt b/examples/dmlc-core/CMakeLists.txt index 4f2666c10f..4ca01ee691 100644 --- a/examples/dmlc-core/CMakeLists.txt +++ b/examples/dmlc-core/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/doctest/CMakeLists.txt b/examples/doctest/CMakeLists.txt index 529bf10b88..e01ccce7cb 100644 --- a/examples/doctest/CMakeLists.txt +++ b/examples/doctest/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/double-conversion/CMakeLists.txt b/examples/double-conversion/CMakeLists.txt index 69bf3785f5..290d78bc2a 100644 --- a/examples/double-conversion/CMakeLists.txt +++ b/examples/double-conversion/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/draco/CMakeLists.txt b/examples/draco/CMakeLists.txt index 136b7084b5..94d19c6b30 100644 --- a/examples/draco/CMakeLists.txt +++ b/examples/draco/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dri2proto/CMakeLists.txt b/examples/dri2proto/CMakeLists.txt index 5fbd59b4b6..932ac9b0cf 100644 --- a/examples/dri2proto/CMakeLists.txt +++ b/examples/dri2proto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dri3proto/CMakeLists.txt b/examples/dri3proto/CMakeLists.txt index 35f0f8b216..45c5e2f4e1 100644 --- a/examples/dri3proto/CMakeLists.txt +++ b/examples/dri3proto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/drishti/CMakeLists.txt b/examples/drishti/CMakeLists.txt index 77600dee37..509354e563 100644 --- a/examples/drishti/CMakeLists.txt +++ b/examples/drishti/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/drishti_assets/CMakeLists.txt b/examples/drishti_assets/CMakeLists.txt index 5d60d2deb9..1e180f5142 100644 --- a/examples/drishti_assets/CMakeLists.txt +++ b/examples/drishti_assets/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/drishti_faces/CMakeLists.txt b/examples/drishti_faces/CMakeLists.txt index d83dda54a2..eb47639b3e 100644 --- a/examples/drishti_faces/CMakeLists.txt +++ b/examples/drishti_faces/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/drm/CMakeLists.txt b/examples/drm/CMakeLists.txt index 6f8690d15e..528a615e24 100644 --- a/examples/drm/CMakeLists.txt +++ b/examples/drm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/duktape/CMakeLists.txt b/examples/duktape/CMakeLists.txt index 340125a405..4dcce32d21 100644 --- a/examples/duktape/CMakeLists.txt +++ b/examples/duktape/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/dynalo/CMakeLists.txt b/examples/dynalo/CMakeLists.txt index 3c226dfdf0..34f73ce190 100644 --- a/examples/dynalo/CMakeLists.txt +++ b/examples/dynalo/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, Yassine Maddouri # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/egl/CMakeLists.txt b/examples/egl/CMakeLists.txt index 502f99d142..751c68d27a 100644 --- a/examples/egl/CMakeLists.txt +++ b/examples/egl/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/eigen3-nnls/CMakeLists.txt b/examples/eigen3-nnls/CMakeLists.txt index 23a2a3335a..97ae8428d8 100644 --- a/examples/eigen3-nnls/CMakeLists.txt +++ b/examples/eigen3-nnls/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/enet/CMakeLists.txt b/examples/enet/CMakeLists.txt index 9a57b7262d..3b58ca25ab 100644 --- a/examples/enet/CMakeLists.txt +++ b/examples/enet/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/entityx/CMakeLists.txt b/examples/entityx/CMakeLists.txt index 91560ea481..b60314ef27 100644 --- a/examples/entityx/CMakeLists.txt +++ b/examples/entityx/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/eos/CMakeLists.txt b/examples/eos/CMakeLists.txt index 40ed38da0a..0f2de9d018 100644 --- a/examples/eos/CMakeLists.txt +++ b/examples/eos/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/etc2comp/CMakeLists.txt b/examples/etc2comp/CMakeLists.txt index e443cbe11b..9d911c650b 100644 --- a/examples/etc2comp/CMakeLists.txt +++ b/examples/etc2comp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ethash/CMakeLists.txt b/examples/ethash/CMakeLists.txt index bc2c3bb734..4e93618779 100644 --- a/examples/ethash/CMakeLists.txt +++ b/examples/ethash/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/eventpp/CMakeLists.txt b/examples/eventpp/CMakeLists.txt index c3edc18c62..39265522a5 100644 --- a/examples/eventpp/CMakeLists.txt +++ b/examples/eventpp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2022 # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/farmhash/CMakeLists.txt b/examples/farmhash/CMakeLists.txt index 1f4e4bad84..cc185c0ec0 100644 --- a/examples/farmhash/CMakeLists.txt +++ b/examples/farmhash/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/fast_obj/CMakeLists.txt b/examples/fast_obj/CMakeLists.txt index b2beb0978c..52bde4efc8 100644 --- a/examples/fast_obj/CMakeLists.txt +++ b/examples/fast_obj/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ffmpeg/CMakeLists.txt b/examples/ffmpeg/CMakeLists.txt index b5ded9aca0..3f44864cc3 100644 --- a/examples/ffmpeg/CMakeLists.txt +++ b/examples/ffmpeg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/fft2d/CMakeLists.txt b/examples/fft2d/CMakeLists.txt index 6ff872ad96..c601894e42 100644 --- a/examples/fft2d/CMakeLists.txt +++ b/examples/fft2d/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/filament/CMakeLists.txt b/examples/filament/CMakeLists.txt index bd0936d95f..49c283e281 100644 --- a/examples/filament/CMakeLists.txt +++ b/examples/filament/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/fixesproto/CMakeLists.txt b/examples/fixesproto/CMakeLists.txt index c7ecffcdfd..3f7a939189 100644 --- a/examples/fixesproto/CMakeLists.txt +++ b/examples/fixesproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/flatbuffers/CMakeLists.txt b/examples/flatbuffers/CMakeLists.txt index c44271764a..a9fc68cab2 100644 --- a/examples/flatbuffers/CMakeLists.txt +++ b/examples/flatbuffers/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/flex/CMakeLists.txt b/examples/flex/CMakeLists.txt index f32d4002ae..222a77fd95 100644 --- a/examples/flex/CMakeLists.txt +++ b/examples/flex/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/fmt/CMakeLists.txt b/examples/fmt/CMakeLists.txt index 9908d6bcdb..5dd70bc63e 100644 --- a/examples/fmt/CMakeLists.txt +++ b/examples/fmt/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/folly/CMakeLists.txt b/examples/folly/CMakeLists.txt index 058c5b1d08..37c27bd575 100644 --- a/examples/folly/CMakeLists.txt +++ b/examples/folly/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/foo/CMakeLists.txt b/examples/foo/CMakeLists.txt index 41248895c8..c620f4babc 100644 --- a/examples/foo/CMakeLists.txt +++ b/examples/foo/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/forcefeedback/CMakeLists.txt b/examples/forcefeedback/CMakeLists.txt index bacf20e070..b01c9b2845 100644 --- a/examples/forcefeedback/CMakeLists.txt +++ b/examples/forcefeedback/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/foundation/CMakeLists.txt b/examples/foundation/CMakeLists.txt index 4db8ae9d4d..5083daef50 100644 --- a/examples/foundation/CMakeLists.txt +++ b/examples/foundation/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/freetype-gl/CMakeLists.txt b/examples/freetype-gl/CMakeLists.txt index 999a3d5623..08993dba52 100644 --- a/examples/freetype-gl/CMakeLists.txt +++ b/examples/freetype-gl/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/freetype/CMakeLists.txt b/examples/freetype/CMakeLists.txt index 0414574076..97ab066c1b 100644 --- a/examples/freetype/CMakeLists.txt +++ b/examples/freetype/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/frugally-deep/CMakeLists.txt b/examples/frugally-deep/CMakeLists.txt index 58ef824e9d..6fe75075fc 100644 --- a/examples/frugally-deep/CMakeLists.txt +++ b/examples/frugally-deep/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gRPC/CMakeLists.txt b/examples/gRPC/CMakeLists.txt index 21e2ad2198..5352e1a9a9 100644 --- a/examples/gRPC/CMakeLists.txt +++ b/examples/gRPC/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) include("../common.cmake") diff --git a/examples/gauze/CMakeLists.txt b/examples/gauze/CMakeLists.txt index 724395af78..8b8a5e584b 100644 --- a/examples/gauze/CMakeLists.txt +++ b/examples/gauze/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gemmlowp/CMakeLists.txt b/examples/gemmlowp/CMakeLists.txt index f42de08557..c42756593d 100644 --- a/examples/gemmlowp/CMakeLists.txt +++ b/examples/gemmlowp/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/geos/CMakeLists.txt b/examples/geos/CMakeLists.txt index 320cb28f45..9653ff369a 100644 --- a/examples/geos/CMakeLists.txt +++ b/examples/geos/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/getopt/CMakeLists.txt b/examples/getopt/CMakeLists.txt index 72bc34556a..d15188bdc9 100644 --- a/examples/getopt/CMakeLists.txt +++ b/examples/getopt/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gflags/CMakeLists.txt b/examples/gflags/CMakeLists.txt index 0de90a6ea8..39fc1fbed5 100644 --- a/examples/gflags/CMakeLists.txt +++ b/examples/gflags/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/giflib/CMakeLists.txt b/examples/giflib/CMakeLists.txt index ece9bded1c..fc648be144 100644 --- a/examples/giflib/CMakeLists.txt +++ b/examples/giflib/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gl4es/CMakeLists.txt b/examples/gl4es/CMakeLists.txt index 86b69f72c3..52bad4f824 100644 --- a/examples/gl4es/CMakeLists.txt +++ b/examples/gl4es/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glapi/CMakeLists.txt b/examples/glapi/CMakeLists.txt index 14335815ba..e648eb3c4c 100644 --- a/examples/glapi/CMakeLists.txt +++ b/examples/glapi/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glbinding/CMakeLists.txt b/examples/glbinding/CMakeLists.txt index b5ae5c6b86..c7e59c26f0 100644 --- a/examples/glbinding/CMakeLists.txt +++ b/examples/glbinding/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, NeroBurner # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gles2/CMakeLists.txt b/examples/gles2/CMakeLists.txt index c280ac4fff..a4d1124a5b 100644 --- a/examples/gles2/CMakeLists.txt +++ b/examples/gles2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gles3/CMakeLists.txt b/examples/gles3/CMakeLists.txt index b5cfd6d664..c72a8c679c 100644 --- a/examples/gles3/CMakeLists.txt +++ b/examples/gles3/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glew/CMakeLists.txt b/examples/glew/CMakeLists.txt index a3daaf9837..1c0b3bbbad 100644 --- a/examples/glew/CMakeLists.txt +++ b/examples/glew/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glfw/CMakeLists.txt b/examples/glfw/CMakeLists.txt index c5002f4656..d706825793 100644 --- a/examples/glfw/CMakeLists.txt +++ b/examples/glfw/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glib/CMakeLists.txt b/examples/glib/CMakeLists.txt index 04e60a4841..fd0046bfd1 100644 --- a/examples/glib/CMakeLists.txt +++ b/examples/glib/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glm/CMakeLists.txt b/examples/glm/CMakeLists.txt index 3187fbb869..9ab420eab4 100644 --- a/examples/glm/CMakeLists.txt +++ b/examples/glm/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/globjects/CMakeLists.txt b/examples/globjects/CMakeLists.txt index 7713803402..a7fec6889f 100644 --- a/examples/globjects/CMakeLists.txt +++ b/examples/globjects/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, NeroBurner # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/glog/CMakeLists.txt b/examples/glog/CMakeLists.txt index fea19dc091..a2da8ec565 100644 --- a/examples/glog/CMakeLists.txt +++ b/examples/glog/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glproto/CMakeLists.txt b/examples/glproto/CMakeLists.txt index eae7ba1110..b5676c2ced 100644 --- a/examples/glproto/CMakeLists.txt +++ b/examples/glproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glslang/CMakeLists.txt b/examples/glslang/CMakeLists.txt index d67a0badb7..4121304602 100644 --- a/examples/glslang/CMakeLists.txt +++ b/examples/glslang/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/glu/CMakeLists.txt b/examples/glu/CMakeLists.txt index 455a4be7a0..58c909e558 100644 --- a/examples/glu/CMakeLists.txt +++ b/examples/glu/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gsl-lite/CMakeLists.txt b/examples/gsl-lite/CMakeLists.txt index a181cdb1d7..acd3f7d96f 100644 --- a/examples/gsl-lite/CMakeLists.txt +++ b/examples/gsl-lite/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2021 Niall Douglas # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/gst_plugins_bad/CMakeLists.txt b/examples/gst_plugins_bad/CMakeLists.txt index 674c70d716..ae2f2af564 100644 --- a/examples/gst_plugins_bad/CMakeLists.txt +++ b/examples/gst_plugins_bad/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gst_plugins_base/CMakeLists.txt b/examples/gst_plugins_base/CMakeLists.txt index aca911c598..3a43641eb6 100644 --- a/examples/gst_plugins_base/CMakeLists.txt +++ b/examples/gst_plugins_base/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gst_plugins_good/CMakeLists.txt b/examples/gst_plugins_good/CMakeLists.txt index 8aa917db4e..dfddb49294 100644 --- a/examples/gst_plugins_good/CMakeLists.txt +++ b/examples/gst_plugins_good/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gst_plugins_ugly/CMakeLists.txt b/examples/gst_plugins_ugly/CMakeLists.txt index 8a68c5a660..b3c9f8aa21 100644 --- a/examples/gst_plugins_ugly/CMakeLists.txt +++ b/examples/gst_plugins_ugly/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gstreamer/CMakeLists.txt b/examples/gstreamer/CMakeLists.txt index 862cf50f15..91d58e06e9 100644 --- a/examples/gstreamer/CMakeLists.txt +++ b/examples/gstreamer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/gumbo/CMakeLists.txt b/examples/gumbo/CMakeLists.txt index 6f67666860..1c47122dd3 100644 --- a/examples/gumbo/CMakeLists.txt +++ b/examples/gumbo/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/h3/CMakeLists.txt b/examples/h3/CMakeLists.txt index 3b1f72c695..b413bc3d24 100644 --- a/examples/h3/CMakeLists.txt +++ b/examples/h3/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/half/CMakeLists.txt b/examples/half/CMakeLists.txt index e3a5c163fe..65a1d0d184 100644 --- a/examples/half/CMakeLists.txt +++ b/examples/half/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/harfbuzz/CMakeLists.txt b/examples/harfbuzz/CMakeLists.txt index 80cea7eff0..7972162a14 100644 --- a/examples/harfbuzz/CMakeLists.txt +++ b/examples/harfbuzz/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/hdf5/CMakeLists.txt b/examples/hdf5/CMakeLists.txt index 8e34b920d7..39def6df15 100644 --- a/examples/hdf5/CMakeLists.txt +++ b/examples/hdf5/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Oliver Daniell # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/highwayhash/CMakeLists.txt b/examples/highwayhash/CMakeLists.txt index f20977d368..2f5d54e49d 100644 --- a/examples/highwayhash/CMakeLists.txt +++ b/examples/highwayhash/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/http-parser/CMakeLists.txt b/examples/http-parser/CMakeLists.txt index 53969def91..4e747662f1 100644 --- a/examples/http-parser/CMakeLists.txt +++ b/examples/http-parser/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/hypre/CMakeLists.txt b/examples/hypre/CMakeLists.txt index e75f334ebb..1dbb46996a 100644 --- a/examples/hypre/CMakeLists.txt +++ b/examples/hypre/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ice/CMakeLists.txt b/examples/ice/CMakeLists.txt index 849d2195af..f7a9828863 100644 --- a/examples/ice/CMakeLists.txt +++ b/examples/ice/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/icu-le-hb/CMakeLists.txt b/examples/icu-le-hb/CMakeLists.txt index 572136556a..af11a14417 100644 --- a/examples/icu-le-hb/CMakeLists.txt +++ b/examples/icu-le-hb/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/icu-lx/CMakeLists.txt b/examples/icu-lx/CMakeLists.txt index b4ac9670ab..05ab785125 100644 --- a/examples/icu-lx/CMakeLists.txt +++ b/examples/icu-lx/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/imagequant/CMakeLists.txt b/examples/imagequant/CMakeLists.txt index d5cb795433..a59bf1306d 100644 --- a/examples/imagequant/CMakeLists.txt +++ b/examples/imagequant/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/imgui/CMakeLists.txt b/examples/imgui/CMakeLists.txt index 70e27623f9..f8af7d00ce 100644 --- a/examples/imgui/CMakeLists.txt +++ b/examples/imgui/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/imshow/CMakeLists.txt b/examples/imshow/CMakeLists.txt index 892d00f87a..15ffc5e578 100644 --- a/examples/imshow/CMakeLists.txt +++ b/examples/imshow/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/inja/CMakeLists.txt b/examples/inja/CMakeLists.txt index b9857e0a32..a0b7f3d517 100644 --- a/examples/inja/CMakeLists.txt +++ b/examples/inja/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/inputproto/CMakeLists.txt b/examples/inputproto/CMakeLists.txt index 567a6a2279..1d43e5a888 100644 --- a/examples/inputproto/CMakeLists.txt +++ b/examples/inputproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/intsizeof/CMakeLists.txt b/examples/intsizeof/CMakeLists.txt index c090aa210a..19a1119e28 100644 --- a/examples/intsizeof/CMakeLists.txt +++ b/examples/intsizeof/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/intx/CMakeLists.txt b/examples/intx/CMakeLists.txt index 24607ca64a..807369b6df 100644 --- a/examples/intx/CMakeLists.txt +++ b/examples/intx/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2019, Pawel Bylica # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ippicv/CMakeLists.txt b/examples/ippicv/CMakeLists.txt index b9448edf35..e4a4f12eed 100644 --- a/examples/ippicv/CMakeLists.txt +++ b/examples/ippicv/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/iroha-ed25519/CMakeLists.txt b/examples/iroha-ed25519/CMakeLists.txt index 4649250d07..dbe14084b8 100644 --- a/examples/iroha-ed25519/CMakeLists.txt +++ b/examples/iroha-ed25519/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/irrXML/CMakeLists.txt b/examples/irrXML/CMakeLists.txt index 64345f9b9d..492534fd10 100644 --- a/examples/irrXML/CMakeLists.txt +++ b/examples/irrXML/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ittapi/CMakeLists.txt b/examples/ittapi/CMakeLists.txt index f58f0ac266..0b761601c8 100644 --- a/examples/ittapi/CMakeLists.txt +++ b/examples/ittapi/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/jaegertracing/CMakeLists.txt b/examples/jaegertracing/CMakeLists.txt index 4e7020294f..63ea4a6d3f 100644 --- a/examples/jaegertracing/CMakeLists.txt +++ b/examples/jaegertracing/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/jansson/CMakeLists.txt b/examples/jansson/CMakeLists.txt index 175275c9c6..b1e07558e7 100644 --- a/examples/jansson/CMakeLists.txt +++ b/examples/jansson/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/jasper/CMakeLists.txt b/examples/jasper/CMakeLists.txt index 8354da4a8b..e43857da7c 100644 --- a/examples/jasper/CMakeLists.txt +++ b/examples/jasper/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/javascriptcore/CMakeLists.txt b/examples/javascriptcore/CMakeLists.txt index 6e46a035f9..a85155aaec 100644 --- a/examples/javascriptcore/CMakeLists.txt +++ b/examples/javascriptcore/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/jo_jpeg/CMakeLists.txt b/examples/jo_jpeg/CMakeLists.txt index 1631ae3237..d60d50cb7c 100644 --- a/examples/jo_jpeg/CMakeLists.txt +++ b/examples/jo_jpeg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/jpeg-compressor/CMakeLists.txt b/examples/jpeg-compressor/CMakeLists.txt index ef5788d656..c876621ddc 100644 --- a/examples/jpeg-compressor/CMakeLists.txt +++ b/examples/jpeg-compressor/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/jsmn/CMakeLists.txt b/examples/jsmn/CMakeLists.txt index c31d905199..f53cfa1024 100644 --- a/examples/jsmn/CMakeLists.txt +++ b/examples/jsmn/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/jsoncpp/CMakeLists.txt b/examples/jsoncpp/CMakeLists.txt index 925333be1f..8a06963a09 100644 --- a/examples/jsoncpp/CMakeLists.txt +++ b/examples/jsoncpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/jwt-cpp/CMakeLists.txt b/examples/jwt-cpp/CMakeLists.txt index bf04aaa8cf..1a252799fb 100644 --- a/examples/jwt-cpp/CMakeLists.txt +++ b/examples/jwt-cpp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/kNet/CMakeLists.txt b/examples/kNet/CMakeLists.txt index d7afe1ce98..771345a4dd 100644 --- a/examples/kNet/CMakeLists.txt +++ b/examples/kNet/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/kbproto/CMakeLists.txt b/examples/kbproto/CMakeLists.txt index 769aa494bd..d64615c532 100644 --- a/examples/kbproto/CMakeLists.txt +++ b/examples/kbproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/lcms/CMakeLists.txt b/examples/lcms/CMakeLists.txt index 84d39a2274..1fe9ee5249 100644 --- a/examples/lcms/CMakeLists.txt +++ b/examples/lcms/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/lehrfempp/CMakeLists.txt b/examples/lehrfempp/CMakeLists.txt index 8b234e204a..2a491f47ff 100644 --- a/examples/lehrfempp/CMakeLists.txt +++ b/examples/lehrfempp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/leveldb/CMakeLists.txt b/examples/leveldb/CMakeLists.txt index aaa62c3fa9..d493a2c3af 100644 --- a/examples/leveldb/CMakeLists.txt +++ b/examples/leveldb/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/libarchive/CMakeLists.txt b/examples/libarchive/CMakeLists.txt index 5ef52245ca..796766ff59 100644 --- a/examples/libarchive/CMakeLists.txt +++ b/examples/libarchive/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2020, Timothy Stack # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libbacktrace/CMakeLists.txt b/examples/libbacktrace/CMakeLists.txt index 5c8091e896..c7aefd0b54 100644 --- a/examples/libbacktrace/CMakeLists.txt +++ b/examples/libbacktrace/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/libcpuid/CMakeLists.txt b/examples/libcpuid/CMakeLists.txt index 5ccff5e43a..e5cc1e7796 100644 --- a/examples/libcpuid/CMakeLists.txt +++ b/examples/libcpuid/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libdill/CMakeLists.txt b/examples/libdill/CMakeLists.txt index fe94a5722d..31116d16db 100644 --- a/examples/libdill/CMakeLists.txt +++ b/examples/libdill/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/libevhtp/CMakeLists.txt b/examples/libevhtp/CMakeLists.txt index 24071aa3ca..3f1805eece 100644 --- a/examples/libevhtp/CMakeLists.txt +++ b/examples/libevhtp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/libffi/CMakeLists.txt b/examples/libffi/CMakeLists.txt index 9c30397427..09fca7fb9a 100644 --- a/examples/libffi/CMakeLists.txt +++ b/examples/libffi/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libigl/CMakeLists.txt b/examples/libigl/CMakeLists.txt index 92dbee0cdd..591e316588 100644 --- a/examples/libigl/CMakeLists.txt +++ b/examples/libigl/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libjpeg-turbo/CMakeLists.txt b/examples/libjpeg-turbo/CMakeLists.txt index 26dfaf0f46..f5f833daa3 100644 --- a/examples/libjpeg-turbo/CMakeLists.txt +++ b/examples/libjpeg-turbo/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libjson-rpc-cpp/CMakeLists.txt b/examples/libjson-rpc-cpp/CMakeLists.txt index 256cd12df1..5da6b720ac 100644 --- a/examples/libjson-rpc-cpp/CMakeLists.txt +++ b/examples/libjson-rpc-cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libmill/CMakeLists.txt b/examples/libmill/CMakeLists.txt index 7509e55ca2..9eaf958e2e 100644 --- a/examples/libmill/CMakeLists.txt +++ b/examples/libmill/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/libogg/CMakeLists.txt b/examples/libogg/CMakeLists.txt index c7c511b2b7..3e2d6aa4fb 100644 --- a/examples/libogg/CMakeLists.txt +++ b/examples/libogg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libpcre/CMakeLists.txt b/examples/libpcre/CMakeLists.txt index 3a53c9d924..1cfbf01a1d 100644 --- a/examples/libpcre/CMakeLists.txt +++ b/examples/libpcre/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/librtmp/CMakeLists.txt b/examples/librtmp/CMakeLists.txt index e74f253489..9957dc1324 100644 --- a/examples/librtmp/CMakeLists.txt +++ b/examples/librtmp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libscrypt/CMakeLists.txt b/examples/libscrypt/CMakeLists.txt index f7e23ebf6a..2ccd07ee98 100644 --- a/examples/libscrypt/CMakeLists.txt +++ b/examples/libscrypt/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libsodium/CMakeLists.txt b/examples/libsodium/CMakeLists.txt index b9403714ab..028c6171de 100644 --- a/examples/libsodium/CMakeLists.txt +++ b/examples/libsodium/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libunibreak/CMakeLists.txt b/examples/libunibreak/CMakeLists.txt index 98a377bc56..affc7f2873 100644 --- a/examples/libunibreak/CMakeLists.txt +++ b/examples/libunibreak/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libusb/CMakeLists.txt b/examples/libusb/CMakeLists.txt index f41acd2f45..5f319fff91 100644 --- a/examples/libusb/CMakeLists.txt +++ b/examples/libusb/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libuv/CMakeLists.txt b/examples/libuv/CMakeLists.txt index c858ef047d..5aedfa28c6 100644 --- a/examples/libuv/CMakeLists.txt +++ b/examples/libuv/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Aaditya Kalsi # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libxdg-basedir/CMakeLists.txt b/examples/libxdg-basedir/CMakeLists.txt index bd0dc7661e..e7faa2675d 100644 --- a/examples/libxdg-basedir/CMakeLists.txt +++ b/examples/libxdg-basedir/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/libxml2/CMakeLists.txt b/examples/libxml2/CMakeLists.txt index af3a454f4b..7a581de422 100644 --- a/examples/libxml2/CMakeLists.txt +++ b/examples/libxml2/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libyuv/CMakeLists.txt b/examples/libyuv/CMakeLists.txt index 62455264c6..09e262b50b 100644 --- a/examples/libyuv/CMakeLists.txt +++ b/examples/libyuv/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/libzip/CMakeLists.txt b/examples/libzip/CMakeLists.txt index 29956ca64e..8fc482c1d1 100644 --- a/examples/libzip/CMakeLists.txt +++ b/examples/libzip/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/lmdb/CMakeLists.txt b/examples/lmdb/CMakeLists.txt index d230d6b6da..daa49cafa4 100644 --- a/examples/lmdb/CMakeLists.txt +++ b/examples/lmdb/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/lmdbxx/CMakeLists.txt b/examples/lmdbxx/CMakeLists.txt index feab2a8185..5e560e61d1 100644 --- a/examples/lmdbxx/CMakeLists.txt +++ b/examples/lmdbxx/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/log4cplus/CMakeLists.txt b/examples/log4cplus/CMakeLists.txt index b339306fb8..c6aa7133e7 100644 --- a/examples/log4cplus/CMakeLists.txt +++ b/examples/log4cplus/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/lss/CMakeLists.txt b/examples/lss/CMakeLists.txt index 42fc5b962a..118baa1c96 100644 --- a/examples/lss/CMakeLists.txt +++ b/examples/lss/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/lz4/CMakeLists.txt b/examples/lz4/CMakeLists.txt index 0c7789d58a..1d1d19898e 100644 --- a/examples/lz4/CMakeLists.txt +++ b/examples/lz4/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/lzma/CMakeLists.txt b/examples/lzma/CMakeLists.txt index 650d313604..1b2a873b50 100644 --- a/examples/lzma/CMakeLists.txt +++ b/examples/lzma/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/magnum/CMakeLists.txt b/examples/magnum/CMakeLists.txt index 9b575bf1c1..b8544f456a 100644 --- a/examples/magnum/CMakeLists.txt +++ b/examples/magnum/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/md5/CMakeLists.txt b/examples/md5/CMakeLists.txt index 11701f64fe..ef980ef858 100644 --- a/examples/md5/CMakeLists.txt +++ b/examples/md5/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/meshoptimizer/CMakeLists.txt b/examples/meshoptimizer/CMakeLists.txt index f6d0a881fb..09cf5c7712 100644 --- a/examples/meshoptimizer/CMakeLists.txt +++ b/examples/meshoptimizer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mini_chromium/CMakeLists.txt b/examples/mini_chromium/CMakeLists.txt index 3e5991c21e..e9b4994928 100644 --- a/examples/mini_chromium/CMakeLists.txt +++ b/examples/mini_chromium/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/miniz/CMakeLists.txt b/examples/miniz/CMakeLists.txt index b829f7957e..f15899278e 100644 --- a/examples/miniz/CMakeLists.txt +++ b/examples/miniz/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/minizip/CMakeLists.txt b/examples/minizip/CMakeLists.txt index bdeb8d2683..c493fd7455 100644 --- a/examples/minizip/CMakeLists.txt +++ b/examples/minizip/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mkl/CMakeLists.txt b/examples/mkl/CMakeLists.txt index 78a7890e51..1846880167 100644 --- a/examples/mkl/CMakeLists.txt +++ b/examples/mkl/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mkldnn/CMakeLists.txt b/examples/mkldnn/CMakeLists.txt index daf6efc994..28ff112efb 100644 --- a/examples/mkldnn/CMakeLists.txt +++ b/examples/mkldnn/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mng/CMakeLists.txt b/examples/mng/CMakeLists.txt index b306222723..5f7f0356f1 100644 --- a/examples/mng/CMakeLists.txt +++ b/examples/mng/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mojoshader/CMakeLists.txt b/examples/mojoshader/CMakeLists.txt index ecfdfdb0ee..1d72602fae 100644 --- a/examples/mojoshader/CMakeLists.txt +++ b/examples/mojoshader/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mongoose/CMakeLists.txt b/examples/mongoose/CMakeLists.txt index a91ba48e29..508f35344e 100644 --- a/examples/mongoose/CMakeLists.txt +++ b/examples/mongoose/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mpark_variant/CMakeLists.txt b/examples/mpark_variant/CMakeLists.txt index 6fcb52786e..f772cceb60 100644 --- a/examples/mpark_variant/CMakeLists.txt +++ b/examples/mpark_variant/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/msgpack/CMakeLists.txt b/examples/msgpack/CMakeLists.txt index 3503165828..9c1f3be5ab 100644 --- a/examples/msgpack/CMakeLists.txt +++ b/examples/msgpack/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/mshadow/CMakeLists.txt b/examples/mshadow/CMakeLists.txt index dde5cbc00b..c26211dc29 100644 --- a/examples/mshadow/CMakeLists.txt +++ b/examples/mshadow/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mtplz/CMakeLists.txt b/examples/mtplz/CMakeLists.txt index 5df5903bcb..88badd7d79 100644 --- a/examples/mtplz/CMakeLists.txt +++ b/examples/mtplz/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/mxnet/CMakeLists.txt b/examples/mxnet/CMakeLists.txt index 93ff1b344e..908a63a716 100644 --- a/examples/mxnet/CMakeLists.txt +++ b/examples/mxnet/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/nanoflann/CMakeLists.txt b/examples/nanoflann/CMakeLists.txt index aeea0e8540..f1de5f5f45 100644 --- a/examples/nanoflann/CMakeLists.txt +++ b/examples/nanoflann/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/nanosvg/CMakeLists.txt b/examples/nanosvg/CMakeLists.txt index a7a41742dd..706a30d550 100644 --- a/examples/nanosvg/CMakeLists.txt +++ b/examples/nanosvg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate include("../common.cmake") diff --git a/examples/ncnn/CMakeLists.txt b/examples/ncnn/CMakeLists.txt index aab8aa10dc..7363fe590a 100644 --- a/examples/ncnn/CMakeLists.txt +++ b/examples/ncnn/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2018, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ncursesw/CMakeLists.txt b/examples/ncursesw/CMakeLists.txt index b7a0d89cbd..9edb6f2616 100644 --- a/examples/ncursesw/CMakeLists.txt +++ b/examples/ncursesw/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/nlohmann_fifo_map/CMakeLists.txt b/examples/nlohmann_fifo_map/CMakeLists.txt index 17694e9293..930a831d61 100644 --- a/examples/nlohmann_fifo_map/CMakeLists.txt +++ b/examples/nlohmann_fifo_map/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/nlohmann_json/CMakeLists.txt b/examples/nlohmann_json/CMakeLists.txt index ad4055d7eb..594ec79720 100644 --- a/examples/nlohmann_json/CMakeLists.txt +++ b/examples/nlohmann_json/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/nng/CMakeLists.txt b/examples/nng/CMakeLists.txt index 06337ecc4b..65769e7a48 100644 --- a/examples/nng/CMakeLists.txt +++ b/examples/nng/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/nsync/CMakeLists.txt b/examples/nsync/CMakeLists.txt index 5344fc896d..84c281abff 100644 --- a/examples/nsync/CMakeLists.txt +++ b/examples/nsync/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/occt/CMakeLists.txt b/examples/occt/CMakeLists.txt index 68f1388c86..d9e36dc012 100644 --- a/examples/occt/CMakeLists.txt +++ b/examples/occt/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/odb-boost/CMakeLists.txt b/examples/odb-boost/CMakeLists.txt index 2d11ec4c9a..9d7ef79543 100644 --- a/examples/odb-boost/CMakeLists.txt +++ b/examples/odb-boost/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/odb-compiler/CMakeLists.txt b/examples/odb-compiler/CMakeLists.txt index 1e225bf911..d4ad205448 100644 --- a/examples/odb-compiler/CMakeLists.txt +++ b/examples/odb-compiler/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/odb-mysql/CMakeLists.txt b/examples/odb-mysql/CMakeLists.txt index d943209024..1185b52d15 100644 --- a/examples/odb-mysql/CMakeLists.txt +++ b/examples/odb-mysql/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/odb-pgsql/CMakeLists.txt b/examples/odb-pgsql/CMakeLists.txt index 826f7611be..1407e15815 100644 --- a/examples/odb-pgsql/CMakeLists.txt +++ b/examples/odb-pgsql/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2016, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/odb-sqlite/CMakeLists.txt b/examples/odb-sqlite/CMakeLists.txt index c44d5651a2..85d9f5dd2e 100644 --- a/examples/odb-sqlite/CMakeLists.txt +++ b/examples/odb-sqlite/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/odb/CMakeLists.txt b/examples/odb/CMakeLists.txt index 36ae0c7019..57d261039d 100644 --- a/examples/odb/CMakeLists.txt +++ b/examples/odb/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ogles_gpgpu/CMakeLists.txt b/examples/ogles_gpgpu/CMakeLists.txt index f213a696e3..dd6c6085d3 100644 --- a/examples/ogles_gpgpu/CMakeLists.txt +++ b/examples/ogles_gpgpu/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/oneTBB/CMakeLists.txt b/examples/oneTBB/CMakeLists.txt index badc675c98..0172d370de 100644 --- a/examples/oneTBB/CMakeLists.txt +++ b/examples/oneTBB/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2022, Raffael Casagrande # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/oniguruma/CMakeLists.txt b/examples/oniguruma/CMakeLists.txt index fc8cd31c1e..a4bc119704 100644 --- a/examples/oniguruma/CMakeLists.txt +++ b/examples/oniguruma/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/onmt/CMakeLists.txt b/examples/onmt/CMakeLists.txt index 63f2cea924..ca213ede55 100644 --- a/examples/onmt/CMakeLists.txt +++ b/examples/onmt/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/openddlparser/CMakeLists.txt b/examples/openddlparser/CMakeLists.txt index b318e226ff..9ff253eadc 100644 --- a/examples/openddlparser/CMakeLists.txt +++ b/examples/openddlparser/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/opengles/CMakeLists.txt b/examples/opengles/CMakeLists.txt index 7d4571ee07..3446b932c6 100644 --- a/examples/opengles/CMakeLists.txt +++ b/examples/opengles/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/opentracing-cpp/CMakeLists.txt b/examples/opentracing-cpp/CMakeLists.txt index 7149e5dde2..ecd19260af 100644 --- a/examples/opentracing-cpp/CMakeLists.txt +++ b/examples/opentracing-cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/opusfile/CMakeLists.txt b/examples/opusfile/CMakeLists.txt index ae973e1442..6db4497b69 100644 --- a/examples/opusfile/CMakeLists.txt +++ b/examples/opusfile/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/osmesa/CMakeLists.txt b/examples/osmesa/CMakeLists.txt index 57f849402a..43be6d0da2 100644 --- a/examples/osmesa/CMakeLists.txt +++ b/examples/osmesa/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/pcg/CMakeLists.txt b/examples/pcg/CMakeLists.txt index b99b64b477..619c366742 100644 --- a/examples/pcg/CMakeLists.txt +++ b/examples/pcg/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/pciaccess/CMakeLists.txt b/examples/pciaccess/CMakeLists.txt index f1b9439ce5..3087ca281e 100644 --- a/examples/pciaccess/CMakeLists.txt +++ b/examples/pciaccess/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/pcre2/CMakeLists.txt b/examples/pcre2/CMakeLists.txt index 3b45263fc3..f6e5a8d249 100644 --- a/examples/pcre2/CMakeLists.txt +++ b/examples/pcre2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/pegtl/CMakeLists.txt b/examples/pegtl/CMakeLists.txt index e911e9e457..1e780a9914 100644 --- a/examples/pegtl/CMakeLists.txt +++ b/examples/pegtl/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/pluginlib/CMakeLists.txt b/examples/pluginlib/CMakeLists.txt index eafa19b9aa..b7dc3576a8 100644 --- a/examples/pluginlib/CMakeLists.txt +++ b/examples/pluginlib/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/poly2tri/CMakeLists.txt b/examples/poly2tri/CMakeLists.txt index 124cea96d8..ae4455638b 100644 --- a/examples/poly2tri/CMakeLists.txt +++ b/examples/poly2tri/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/polyclipping/CMakeLists.txt b/examples/polyclipping/CMakeLists.txt index 7c305f3a39..594229188d 100644 --- a/examples/polyclipping/CMakeLists.txt +++ b/examples/polyclipping/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/presentproto/CMakeLists.txt b/examples/presentproto/CMakeLists.txt index b0e1c100f0..7ec788d20c 100644 --- a/examples/presentproto/CMakeLists.txt +++ b/examples/presentproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/prometheus-cpp/CMakeLists.txt b/examples/prometheus-cpp/CMakeLists.txt index 3e959ce208..36ffa3bd3a 100644 --- a/examples/prometheus-cpp/CMakeLists.txt +++ b/examples/prometheus-cpp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/protobuf-c/CMakeLists.txt b/examples/protobuf-c/CMakeLists.txt index 9e34d0119c..9a6a970164 100644 --- a/examples/protobuf-c/CMakeLists.txt +++ b/examples/protobuf-c/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/pthread-stubs/CMakeLists.txt b/examples/pthread-stubs/CMakeLists.txt index b772407d89..c5a465dded 100644 --- a/examples/pthread-stubs/CMakeLists.txt +++ b/examples/pthread-stubs/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/pthreads-win32/CMakeLists.txt b/examples/pthreads-win32/CMakeLists.txt index 74d7936a2a..e981ff82ee 100644 --- a/examples/pthreads-win32/CMakeLists.txt +++ b/examples/pthreads-win32/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/pugixml/CMakeLists.txt b/examples/pugixml/CMakeLists.txt index 1426321e32..2fd108d412 100644 --- a/examples/pugixml/CMakeLists.txt +++ b/examples/pugixml/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/pybind11/CMakeLists.txt b/examples/pybind11/CMakeLists.txt index 9c22d1f600..e758e1685c 100644 --- a/examples/pybind11/CMakeLists.txt +++ b/examples/pybind11/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/qhull/CMakeLists.txt b/examples/qhull/CMakeLists.txt index be8e254d4d..97475b341a 100644 --- a/examples/qhull/CMakeLists.txt +++ b/examples/qhull/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/qt-camera/CMakeLists.txt b/examples/qt-camera/CMakeLists.txt index d5bfe5b826..111d383fc8 100644 --- a/examples/qt-camera/CMakeLists.txt +++ b/examples/qt-camera/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/qt-core/CMakeLists.txt b/examples/qt-core/CMakeLists.txt index 3b194ea7da..931fedb573 100644 --- a/examples/qt-core/CMakeLists.txt +++ b/examples/qt-core/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/qt-location/CMakeLists.txt b/examples/qt-location/CMakeLists.txt index 882bd1f358..d08740bd1b 100644 --- a/examples/qt-location/CMakeLists.txt +++ b/examples/qt-location/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/qt-qml/CMakeLists.txt b/examples/qt-qml/CMakeLists.txt index 3045313569..b38a743a05 100755 --- a/examples/qt-qml/CMakeLists.txt +++ b/examples/qt-qml/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/qt-widgets/CMakeLists.txt b/examples/qt-widgets/CMakeLists.txt index 141957e703..1de68d083c 100644 --- a/examples/qt-widgets/CMakeLists.txt +++ b/examples/qt-widgets/CMakeLists.txt @@ -1,7 +1,7 @@ # Simple Qt Widgets project created by QtCreator # CmakeLists.txt from http://doc.qt.io/qt-5/cmake-manual.html -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/quickjs/CMakeLists.txt b/examples/quickjs/CMakeLists.txt index 00592364c1..8e068712aa 100644 --- a/examples/quickjs/CMakeLists.txt +++ b/examples/quickjs/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/rabbitmq-c/CMakeLists.txt b/examples/rabbitmq-c/CMakeLists.txt index ab24710aad..f50399209f 100644 --- a/examples/rabbitmq-c/CMakeLists.txt +++ b/examples/rabbitmq-c/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/rabit/CMakeLists.txt b/examples/rabit/CMakeLists.txt index ac364e19e4..8834c9c536 100644 --- a/examples/rabit/CMakeLists.txt +++ b/examples/rabit/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2017, David Hirvonen # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/randrproto/CMakeLists.txt b/examples/randrproto/CMakeLists.txt index f9b8c15e92..1c2481f136 100644 --- a/examples/randrproto/CMakeLists.txt +++ b/examples/randrproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/rang/CMakeLists.txt b/examples/rang/CMakeLists.txt index 00b78c191f..ee6ece99a1 100644 --- a/examples/rang/CMakeLists.txt +++ b/examples/rang/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/range-v3/CMakeLists.txt b/examples/range-v3/CMakeLists.txt index ca0127528b..758e5cd1b1 100644 --- a/examples/range-v3/CMakeLists.txt +++ b/examples/range-v3/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/re2/CMakeLists.txt b/examples/re2/CMakeLists.txt index d14d494788..9b693bdd6c 100644 --- a/examples/re2/CMakeLists.txt +++ b/examples/re2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Ruslan Baratov, David Hirvonen, Rahul Sheth # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/readline/CMakeLists.txt b/examples/readline/CMakeLists.txt index 85739ccc6a..cd95076137 100644 --- a/examples/readline/CMakeLists.txt +++ b/examples/readline/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/recastnavigation/CMakeLists.txt b/examples/recastnavigation/CMakeLists.txt index 37ec04d60f..fe221bff54 100644 --- a/examples/recastnavigation/CMakeLists.txt +++ b/examples/recastnavigation/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/renderproto/CMakeLists.txt b/examples/renderproto/CMakeLists.txt index a7b08237a2..8a68f239e1 100644 --- a/examples/renderproto/CMakeLists.txt +++ b/examples/renderproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/rocksdb/CMakeLists.txt b/examples/rocksdb/CMakeLists.txt index d58ab165c4..27fc7323a2 100644 --- a/examples/rocksdb/CMakeLists.txt +++ b/examples/rocksdb/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros/CMakeLists.txt b/examples/ros/CMakeLists.txt index 110fe9da23..6ceb6ea8b6 100644 --- a/examples/ros/CMakeLists.txt +++ b/examples/ros/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_comm/CMakeLists.txt b/examples/ros_comm/CMakeLists.txt index c1f013d851..f53404e61d 100644 --- a/examples/ros_comm/CMakeLists.txt +++ b/examples/ros_comm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_comm_msgs/CMakeLists.txt b/examples/ros_comm_msgs/CMakeLists.txt index a1706eb7e3..a210aab91c 100644 --- a/examples/ros_comm_msgs/CMakeLists.txt +++ b/examples/ros_comm_msgs/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_common_msgs/CMakeLists.txt b/examples/ros_common_msgs/CMakeLists.txt index 7ccb8f9b07..714af2408d 100644 --- a/examples/ros_common_msgs/CMakeLists.txt +++ b/examples/ros_common_msgs/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_console_bridge/CMakeLists.txt b/examples/ros_console_bridge/CMakeLists.txt index 57976f291e..8af3d7e7ab 100644 --- a/examples/ros_console_bridge/CMakeLists.txt +++ b/examples/ros_console_bridge/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_environment/CMakeLists.txt b/examples/ros_environment/CMakeLists.txt index 0a28f1bdfd..bb189c9eba 100644 --- a/examples/ros_environment/CMakeLists.txt +++ b/examples/ros_environment/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_gencpp/CMakeLists.txt b/examples/ros_gencpp/CMakeLists.txt index 7ca8915597..638090a96a 100644 --- a/examples/ros_gencpp/CMakeLists.txt +++ b/examples/ros_gencpp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_geneus/CMakeLists.txt b/examples/ros_geneus/CMakeLists.txt index 0bb4016804..4cf602ca6a 100644 --- a/examples/ros_geneus/CMakeLists.txt +++ b/examples/ros_geneus/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_genlisp/CMakeLists.txt b/examples/ros_genlisp/CMakeLists.txt index 9ebd554d57..45c55c6931 100644 --- a/examples/ros_genlisp/CMakeLists.txt +++ b/examples/ros_genlisp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_genmsg/CMakeLists.txt b/examples/ros_genmsg/CMakeLists.txt index 79655ce26f..bf744bb15c 100644 --- a/examples/ros_genmsg/CMakeLists.txt +++ b/examples/ros_genmsg/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_gennodejs/CMakeLists.txt b/examples/ros_gennodejs/CMakeLists.txt index 257a91883f..e917a0061f 100644 --- a/examples/ros_gennodejs/CMakeLists.txt +++ b/examples/ros_gennodejs/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_genpy/CMakeLists.txt b/examples/ros_genpy/CMakeLists.txt index 7a824deacc..540b68729e 100644 --- a/examples/ros_genpy/CMakeLists.txt +++ b/examples/ros_genpy/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_message_generation/CMakeLists.txt b/examples/ros_message_generation/CMakeLists.txt index ff94ef539d..76e0607981 100644 --- a/examples/ros_message_generation/CMakeLists.txt +++ b/examples/ros_message_generation/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_message_runtime/CMakeLists.txt b/examples/ros_message_runtime/CMakeLists.txt index cb3bfc2f83..ee03e334dd 100644 --- a/examples/ros_message_runtime/CMakeLists.txt +++ b/examples/ros_message_runtime/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/ros_std_msgs/CMakeLists.txt b/examples/ros_std_msgs/CMakeLists.txt index 9901877bfc..2d4acb76b4 100644 --- a/examples/ros_std_msgs/CMakeLists.txt +++ b/examples/ros_std_msgs/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/rosconsole/CMakeLists.txt b/examples/rosconsole/CMakeLists.txt index ee06effb73..a387e02644 100644 --- a/examples/rosconsole/CMakeLists.txt +++ b/examples/rosconsole/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/roscpp_core/CMakeLists.txt b/examples/roscpp_core/CMakeLists.txt index d90a451749..08235cdbc5 100644 --- a/examples/roscpp_core/CMakeLists.txt +++ b/examples/roscpp_core/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/rospack/CMakeLists.txt b/examples/rospack/CMakeLists.txt index dc339f7cf4..f0eeeaa988 100644 --- a/examples/rospack/CMakeLists.txt +++ b/examples/rospack/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/s3/CMakeLists.txt b/examples/s3/CMakeLists.txt index 8baf8d623a..776c7dd41f 100644 --- a/examples/s3/CMakeLists.txt +++ b/examples/s3/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/scelta/CMakeLists.txt b/examples/scelta/CMakeLists.txt index 1f29f45f86..fead24fe73 100644 --- a/examples/scelta/CMakeLists.txt +++ b/examples/scelta/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/sds/CMakeLists.txt b/examples/sds/CMakeLists.txt index efe8232454..dfa3ce7ddc 100644 --- a/examples/sds/CMakeLists.txt +++ b/examples/sds/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/sentencepiece/CMakeLists.txt b/examples/sentencepiece/CMakeLists.txt index 3b3900b9c5..0a39e7d966 100644 --- a/examples/sentencepiece/CMakeLists.txt +++ b/examples/sentencepiece/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/sentry/CMakeLists.txt b/examples/sentry/CMakeLists.txt index 8586382f56..1fdc2c6ece 100644 --- a/examples/sentry/CMakeLists.txt +++ b/examples/sentry/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/shaderc/CMakeLists.txt b/examples/shaderc/CMakeLists.txt index 748ced1376..3ea040d2f6 100644 --- a/examples/shaderc/CMakeLists.txt +++ b/examples/shaderc/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/shaka_player_embedded/CMakeLists.txt b/examples/shaka_player_embedded/CMakeLists.txt index 2c549d11cb..7f34723b2e 100644 --- a/examples/shaka_player_embedded/CMakeLists.txt +++ b/examples/shaka_player_embedded/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/sleef/CMakeLists.txt b/examples/sleef/CMakeLists.txt index ea6c26404f..7c3f37138e 100644 --- a/examples/sleef/CMakeLists.txt +++ b/examples/sleef/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/sm/CMakeLists.txt b/examples/sm/CMakeLists.txt index 4a21acd55e..6e89faf324 100644 --- a/examples/sm/CMakeLists.txt +++ b/examples/sm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/smol-v/CMakeLists.txt b/examples/smol-v/CMakeLists.txt index a06cd32fdb..e9b19ac9b1 100644 --- a/examples/smol-v/CMakeLists.txt +++ b/examples/smol-v/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/soil/CMakeLists.txt b/examples/soil/CMakeLists.txt index 05311748da..d53ab3e061 100644 --- a/examples/soil/CMakeLists.txt +++ b/examples/soil/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/sources_for_android_sdk_packer/CMakeLists.txt b/examples/sources_for_android_sdk_packer/CMakeLists.txt index fd2048647e..7e742f90e9 100644 --- a/examples/sources_for_android_sdk_packer/CMakeLists.txt +++ b/examples/sources_for_android_sdk_packer/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/spdlog/CMakeLists.txt b/examples/spdlog/CMakeLists.txt index 346cc8d9d0..04d66eb686 100644 --- a/examples/spdlog/CMakeLists.txt +++ b/examples/spdlog/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/spirv-cross/CMakeLists.txt b/examples/spirv-cross/CMakeLists.txt index 3d1bd3c74b..29f2c576e7 100644 --- a/examples/spirv-cross/CMakeLists.txt +++ b/examples/spirv-cross/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/sqlite3/CMakeLists.txt b/examples/sqlite3/CMakeLists.txt index d11c76314c..36a90b9394 100644 --- a/examples/sqlite3/CMakeLists.txt +++ b/examples/sqlite3/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/sse2neon/CMakeLists.txt b/examples/sse2neon/CMakeLists.txt index 69d001f170..2d98bf2ed8 100644 --- a/examples/sse2neon/CMakeLists.txt +++ b/examples/sse2neon/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/stanhull/CMakeLists.txt b/examples/stanhull/CMakeLists.txt index 96bb93bab9..16726681f7 100644 --- a/examples/stanhull/CMakeLists.txt +++ b/examples/stanhull/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/state_machine/CMakeLists.txt b/examples/state_machine/CMakeLists.txt index 6a1e3518b9..1fba3afc8f 100644 --- a/examples/state_machine/CMakeLists.txt +++ b/examples/state_machine/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/stb/CMakeLists.txt b/examples/stb/CMakeLists.txt index c6e0398506..9bdeb13cce 100644 --- a/examples/stb/CMakeLists.txt +++ b/examples/stb/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/stdext-path/CMakeLists.txt b/examples/stdext-path/CMakeLists.txt index fee2e83fed..a0c6d2da1d 100644 --- a/examples/stdext-path/CMakeLists.txt +++ b/examples/stdext-path/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/stormlib/CMakeLists.txt b/examples/stormlib/CMakeLists.txt index 71fe9ac313..659b482e1b 100644 --- a/examples/stormlib/CMakeLists.txt +++ b/examples/stormlib/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/sugar/CMakeLists.txt b/examples/sugar/CMakeLists.txt index fa7c6a5177..f14354d394 100644 --- a/examples/sugar/CMakeLists.txt +++ b/examples/sugar/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2013, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/szip/CMakeLists.txt b/examples/szip/CMakeLists.txt index 58b95101e8..d1130d9e07 100644 --- a/examples/szip/CMakeLists.txt +++ b/examples/szip/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Oliver Daniell # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tacopie/CMakeLists.txt b/examples/tacopie/CMakeLists.txt index ceffcbeb9a..4926f8503b 100644 --- a/examples/tacopie/CMakeLists.txt +++ b/examples/tacopie/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/taocpp-json/CMakeLists.txt b/examples/taocpp-json/CMakeLists.txt index 23ae6d99f2..6e3984325b 100644 --- a/examples/taocpp-json/CMakeLists.txt +++ b/examples/taocpp-json/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/taskflow/CMakeLists.txt b/examples/taskflow/CMakeLists.txt index 09eef9727f..7b9d2b2002 100644 --- a/examples/taskflow/CMakeLists.txt +++ b/examples/taskflow/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tcl/CMakeLists.txt b/examples/tcl/CMakeLists.txt index 9123cad27c..1b5e8c5d96 100644 --- a/examples/tcl/CMakeLists.txt +++ b/examples/tcl/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/termcolor/CMakeLists.txt b/examples/termcolor/CMakeLists.txt index a2cb257660..cf125badc9 100644 --- a/examples/termcolor/CMakeLists.txt +++ b/examples/termcolor/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tf/CMakeLists.txt b/examples/tf/CMakeLists.txt index 74be4dda3c..053ccae772 100644 --- a/examples/tf/CMakeLists.txt +++ b/examples/tf/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tf2/CMakeLists.txt b/examples/tf2/CMakeLists.txt index f94c394ddc..eac6802f7f 100644 --- a/examples/tf2/CMakeLists.txt +++ b/examples/tf2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/theora/CMakeLists.txt b/examples/theora/CMakeLists.txt index 0d6e5e2531..127a02e754 100644 --- a/examples/theora/CMakeLists.txt +++ b/examples/theora/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/thread-pool-cpp/CMakeLists.txt b/examples/thread-pool-cpp/CMakeLists.txt index 049567a4d4..3699e05f63 100644 --- a/examples/thread-pool-cpp/CMakeLists.txt +++ b/examples/thread-pool-cpp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/thrift/CMakeLists.txt b/examples/thrift/CMakeLists.txt index 40aafdf76c..dc9deb72a5 100644 --- a/examples/thrift/CMakeLists.txt +++ b/examples/thrift/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/tiny-process-library/CMakeLists.txt b/examples/tiny-process-library/CMakeLists.txt index ee77488553..d183506a95 100644 --- a/examples/tiny-process-library/CMakeLists.txt +++ b/examples/tiny-process-library/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tinydir/CMakeLists.txt b/examples/tinydir/CMakeLists.txt index f4aa91509a..2f45702363 100644 --- a/examples/tinydir/CMakeLists.txt +++ b/examples/tinydir/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tinyexr/CMakeLists.txt b/examples/tinyexr/CMakeLists.txt index 2ac4f021cd..ab96d8020d 100644 --- a/examples/tinyexr/CMakeLists.txt +++ b/examples/tinyexr/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tinygltf/CMakeLists.txt b/examples/tinygltf/CMakeLists.txt index a53e946b1a..6a9baef667 100644 --- a/examples/tinygltf/CMakeLists.txt +++ b/examples/tinygltf/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tinyobjloader/CMakeLists.txt b/examples/tinyobjloader/CMakeLists.txt index e27cea5bbe..765118024a 100644 --- a/examples/tinyobjloader/CMakeLists.txt +++ b/examples/tinyobjloader/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2020, Rahul Sheth # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tinyrefl/CMakeLists.txt b/examples/tinyrefl/CMakeLists.txt index 5083301e5d..7c4c3a7c94 100644 --- a/examples/tinyrefl/CMakeLists.txt +++ b/examples/tinyrefl/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tinyxml2/CMakeLists.txt b/examples/tinyxml2/CMakeLists.txt index 4dc8bf2ac6..483e2cc5f7 100644 --- a/examples/tinyxml2/CMakeLists.txt +++ b/examples/tinyxml2/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tmxparser/CMakeLists.txt b/examples/tmxparser/CMakeLists.txt index 10af485a2c..a5ed24fb2e 100644 --- a/examples/tmxparser/CMakeLists.txt +++ b/examples/tmxparser/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/toluapp/CMakeLists.txt b/examples/toluapp/CMakeLists.txt index 7a0892d331..00fcf49b0f 100644 --- a/examples/toluapp/CMakeLists.txt +++ b/examples/toluapp/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH "${CMAKE_CURRENT_LIST_DIR}/config.cmake") diff --git a/examples/tomcrypt/CMakeLists.txt b/examples/tomcrypt/CMakeLists.txt index 70e6384be4..89bfa989b7 100644 --- a/examples/tomcrypt/CMakeLists.txt +++ b/examples/tomcrypt/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tommath/CMakeLists.txt b/examples/tommath/CMakeLists.txt index eaae22e879..710eeab2a0 100644 --- a/examples/tommath/CMakeLists.txt +++ b/examples/tommath/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tsl_hat_trie/CMakeLists.txt b/examples/tsl_hat_trie/CMakeLists.txt index 43afaf2c77..2ad3bf4b9a 100644 --- a/examples/tsl_hat_trie/CMakeLists.txt +++ b/examples/tsl_hat_trie/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tsl_robin_map/CMakeLists.txt b/examples/tsl_robin_map/CMakeLists.txt index c36c5bd96d..abe1ac3924 100644 --- a/examples/tsl_robin_map/CMakeLists.txt +++ b/examples/tsl_robin_map/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/tvm/CMakeLists.txt b/examples/tvm/CMakeLists.txt index e2951c0eea..00f8b0cbd3 100644 --- a/examples/tvm/CMakeLists.txt +++ b/examples/tvm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake) diff --git a/examples/type_safe/CMakeLists.txt b/examples/type_safe/CMakeLists.txt index c8c5277a23..7b8a842e8c 100644 --- a/examples/type_safe/CMakeLists.txt +++ b/examples/type_safe/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016 Alexey Ulyanov # All rights reserved. -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/units/CMakeLists.txt b/examples/units/CMakeLists.txt index bc8e720d7b..914f98c10a 100644 --- a/examples/units/CMakeLists.txt +++ b/examples/units/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/uriparser/CMakeLists.txt b/examples/uriparser/CMakeLists.txt index 5db0525ff1..8705c735c4 100644 --- a/examples/uriparser/CMakeLists.txt +++ b/examples/uriparser/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/utf8/CMakeLists.txt b/examples/utf8/CMakeLists.txt index 2408ce0a69..f6346d89d3 100644 --- a/examples/utf8/CMakeLists.txt +++ b/examples/utf8/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/util_linux/CMakeLists.txt b/examples/util_linux/CMakeLists.txt index 3395841323..cd85ced817 100644 --- a/examples/util_linux/CMakeLists.txt +++ b/examples/util_linux/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/uuid/CMakeLists.txt b/examples/uuid/CMakeLists.txt index 171f5ef774..f3d1ac0c11 100644 --- a/examples/uuid/CMakeLists.txt +++ b/examples/uuid/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/examples/v8/CMakeLists.txt b/examples/v8/CMakeLists.txt index e4c2f87d43..5b9d50d9a3 100644 --- a/examples/v8/CMakeLists.txt +++ b/examples/v8/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/vectorial/CMakeLists.txt b/examples/vectorial/CMakeLists.txt index edb2bd7d27..009975c3d0 100644 --- a/examples/vectorial/CMakeLists.txt +++ b/examples/vectorial/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/videotoolbox/CMakeLists.txt b/examples/videotoolbox/CMakeLists.txt index fde062401d..26f04eda7d 100644 --- a/examples/videotoolbox/CMakeLists.txt +++ b/examples/videotoolbox/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/vorbis/CMakeLists.txt b/examples/vorbis/CMakeLists.txt index 4d73401ee1..0dfccbf5aa 100644 --- a/examples/vorbis/CMakeLists.txt +++ b/examples/vorbis/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/vurtun-lib/CMakeLists.txt b/examples/vurtun-lib/CMakeLists.txt index ba94783c90..10e32739b9 100644 --- a/examples/vurtun-lib/CMakeLists.txt +++ b/examples/vurtun-lib/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/websocketpp/CMakeLists.txt b/examples/websocketpp/CMakeLists.txt index a17c57cad9..a61536396e 100644 --- a/examples/websocketpp/CMakeLists.txt +++ b/examples/websocketpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../common.cmake") diff --git a/examples/wt/CMakeLists.txt b/examples/wt/CMakeLists.txt index 1b9a845ce6..ee9bee28c8 100644 --- a/examples/wt/CMakeLists.txt +++ b/examples/wt/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/wxWidgets/CMakeLists.txt b/examples/wxWidgets/CMakeLists.txt index 56ad5fb875..e3283be465 100644 --- a/examples/wxWidgets/CMakeLists.txt +++ b/examples/wxWidgets/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2015, Alexander Lamaison # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/wyrm/CMakeLists.txt b/examples/wyrm/CMakeLists.txt index 750eb68e05..ee0910ab5c 100644 --- a/examples/wyrm/CMakeLists.txt +++ b/examples/wyrm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/x11/CMakeLists.txt b/examples/x11/CMakeLists.txt index 51f01804f6..7d530e473a 100644 --- a/examples/x11/CMakeLists.txt +++ b/examples/x11/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/x264/CMakeLists.txt b/examples/x264/CMakeLists.txt index 9a87dd8499..037a063cef 100644 --- a/examples/x264/CMakeLists.txt +++ b/examples/x264/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright (c) 2017, Alexandre Pretyman -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xatlas/CMakeLists.txt b/examples/xatlas/CMakeLists.txt index 8dbd123629..19364939e0 100644 --- a/examples/xatlas/CMakeLists.txt +++ b/examples/xatlas/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xau/CMakeLists.txt b/examples/xau/CMakeLists.txt index c1cbb9f8e7..6239ae882d 100644 --- a/examples/xau/CMakeLists.txt +++ b/examples/xau/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xcb-proto/CMakeLists.txt b/examples/xcb-proto/CMakeLists.txt index 2f93510d0b..a8aae0a2f2 100644 --- a/examples/xcb-proto/CMakeLists.txt +++ b/examples/xcb-proto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xcb/CMakeLists.txt b/examples/xcb/CMakeLists.txt index 450ef5c86e..92f2f6e97a 100644 --- a/examples/xcb/CMakeLists.txt +++ b/examples/xcb/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xcursor/CMakeLists.txt b/examples/xcursor/CMakeLists.txt index c15b91590d..0e11bbe06e 100644 --- a/examples/xcursor/CMakeLists.txt +++ b/examples/xcursor/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xdamage/CMakeLists.txt b/examples/xdamage/CMakeLists.txt index e2a6343a65..6343ed41bb 100644 --- a/examples/xdamage/CMakeLists.txt +++ b/examples/xdamage/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xext/CMakeLists.txt b/examples/xext/CMakeLists.txt index 80dfe7d86a..a550174e38 100644 --- a/examples/xext/CMakeLists.txt +++ b/examples/xext/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xextproto/CMakeLists.txt b/examples/xextproto/CMakeLists.txt index a5d3628dd6..9254707065 100644 --- a/examples/xextproto/CMakeLists.txt +++ b/examples/xextproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xf86vidmodeproto/CMakeLists.txt b/examples/xf86vidmodeproto/CMakeLists.txt index b914a6ed1a..8f0b59a5ff 100644 --- a/examples/xf86vidmodeproto/CMakeLists.txt +++ b/examples/xf86vidmodeproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xfixes/CMakeLists.txt b/examples/xfixes/CMakeLists.txt index 9f43980765..5c7bb7639d 100644 --- a/examples/xfixes/CMakeLists.txt +++ b/examples/xfixes/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xgboost/CMakeLists.txt b/examples/xgboost/CMakeLists.txt index 120e4068aa..9110208996 100644 --- a/examples/xgboost/CMakeLists.txt +++ b/examples/xgboost/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xi/CMakeLists.txt b/examples/xi/CMakeLists.txt index d98cf4d7dc..1a40675baa 100644 --- a/examples/xi/CMakeLists.txt +++ b/examples/xi/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2017, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xinerama/CMakeLists.txt b/examples/xinerama/CMakeLists.txt index 141cdc99ab..1a7e17b615 100644 --- a/examples/xinerama/CMakeLists.txt +++ b/examples/xinerama/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xineramaproto/CMakeLists.txt b/examples/xineramaproto/CMakeLists.txt index 29cea6afbf..57ecafcfa6 100644 --- a/examples/xineramaproto/CMakeLists.txt +++ b/examples/xineramaproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xorg-macros/CMakeLists.txt b/examples/xorg-macros/CMakeLists.txt index f967432d65..a847d2c123 100644 --- a/examples/xorg-macros/CMakeLists.txt +++ b/examples/xorg-macros/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xproto/CMakeLists.txt b/examples/xproto/CMakeLists.txt index 7835012473..9aa6d6d35e 100644 --- a/examples/xproto/CMakeLists.txt +++ b/examples/xproto/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xrandr/CMakeLists.txt b/examples/xrandr/CMakeLists.txt index 0c046c1bfb..32699bc592 100644 --- a/examples/xrandr/CMakeLists.txt +++ b/examples/xrandr/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xrender/CMakeLists.txt b/examples/xrender/CMakeLists.txt index 70d717d6be..29e135c212 100644 --- a/examples/xrender/CMakeLists.txt +++ b/examples/xrender/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xshmfence/CMakeLists.txt b/examples/xshmfence/CMakeLists.txt index d1f744a060..1e70d55596 100644 --- a/examples/xshmfence/CMakeLists.txt +++ b/examples/xshmfence/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xtrans/CMakeLists.txt b/examples/xtrans/CMakeLists.txt index d3eaa2a84b..7c6881b001 100644 --- a/examples/xtrans/CMakeLists.txt +++ b/examples/xtrans/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xxHash/CMakeLists.txt b/examples/xxHash/CMakeLists.txt index 197f2b1a14..7abccc6f05 100644 --- a/examples/xxHash/CMakeLists.txt +++ b/examples/xxHash/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2018, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/xxf86vm/CMakeLists.txt b/examples/xxf86vm/CMakeLists.txt index 5a28f26011..53d9fd98b4 100644 --- a/examples/xxf86vm/CMakeLists.txt +++ b/examples/xxf86vm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/yaml-cpp/CMakeLists.txt b/examples/yaml-cpp/CMakeLists.txt index c023c27f05..cd819c9445 100644 --- a/examples/yaml-cpp/CMakeLists.txt +++ b/examples/yaml-cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/zip/CMakeLists.txt b/examples/zip/CMakeLists.txt index bacff559d8..b1f2e86318 100644 --- a/examples/zip/CMakeLists.txt +++ b/examples/zip/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/zlog/CMakeLists.txt b/examples/zlog/CMakeLists.txt index 631af64292..4ae58429d8 100644 --- a/examples/zlog/CMakeLists.txt +++ b/examples/zlog/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016-2019, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/zookeeper/CMakeLists.txt b/examples/zookeeper/CMakeLists.txt index aa67c87fc4..582f259d40 100644 --- a/examples/zookeeper/CMakeLists.txt +++ b/examples/zookeeper/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/hunter-packages/gate diff --git a/examples/zstd/CMakeLists.txt b/examples/zstd/CMakeLists.txt index 689a9e1d68..5da1e823f1 100644 --- a/examples/zstd/CMakeLists.txt +++ b/examples/zstd/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2019 Niall Douglas # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # Emulate HunterGate: # * https://github.com/cpp-pm/gate diff --git a/scripts/append-boost-config-macros.cmake.in b/scripts/append-boost-config-macros.cmake.in index ffdee9ba13..fcc32c41a0 100644 --- a/scripts/append-boost-config-macros.cmake.in +++ b/scripts/append-boost-config-macros.cmake.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # run at the boost source root set(boost_user_config_file "boost/config/user.hpp") diff --git a/scripts/autotools-merge-lipo.cmake.in b/scripts/autotools-merge-lipo.cmake.in index 73e0e1d423..e60bc0048d 100644 --- a/scripts/autotools-merge-lipo.cmake.in +++ b/scripts/autotools-merge-lipo.cmake.in @@ -1,7 +1,7 @@ # Copyright (c) 2015, 2019 Ruslan Baratov, Alexandre Pretyman # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) ### Input params check diff --git a/scripts/clean-boost-configs.cmake b/scripts/clean-boost-configs.cmake index 3503e4cde2..dfef36afd7 100644 --- a/scripts/clean-boost-configs.cmake +++ b/scripts/clean-boost-configs.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) if("${installdir}" STREQUAL "") message(FATAL_ERROR "installdir is empty") diff --git a/scripts/create-toolchain-info.cmake b/scripts/create-toolchain-info.cmake index 4a9591d337..6f7df8e320 100644 --- a/scripts/create-toolchain-info.cmake +++ b/scripts/create-toolchain-info.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(HunterToolchain) if(NOT HUNTER_SELF) diff --git a/scripts/find_python.cmake b/scripts/find_python.cmake index 1e431c0140..d40eb9d50a 100644 --- a/scripts/find_python.cmake +++ b/scripts/find_python.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) if(${CMAKE_VERSION} VERSION_LESS "3.12.0") find_package(PythonInterp 3 QUIET) diff --git a/scripts/link-all.cmake b/scripts/link-all.cmake index b5db31da6b..e3f8215a45 100644 --- a/scripts/link-all.cmake +++ b/scripts/link-all.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) string(COMPARE EQUAL "${HUNTER_INSTALL_PREFIX}" "" is_empty) if(is_empty) diff --git a/scripts/try-copy-license.cmake b/scripts/try-copy-license.cmake index f36bc5f45f..f814e34db7 100644 --- a/scripts/try-copy-license.cmake +++ b/scripts/try-copy-license.cmake @@ -2,7 +2,7 @@ # Copyright (c) 2017 Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) string(COMPARE EQUAL "${srcdir}" "" is_empty) if(is_empty) diff --git a/tests/append-boost-config-macros/CMakeLists.txt b/tests/append-boost-config-macros/CMakeLists.txt index 1f7d67d391..b339cc98d9 100644 --- a/tests/append-boost-config-macros/CMakeLists.txt +++ b/tests/append-boost-config-macros/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") include(hunter_parse_boost_config_macros) diff --git a/tests/autotools-merge-lipo/CMakeLists.txt b/tests/autotools-merge-lipo/CMakeLists.txt index f2b179427c..4a6c586cdd 100644 --- a/tests/autotools-merge-lipo/CMakeLists.txt +++ b/tests/autotools-merge-lipo/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestAutotoolsMergeLipo) diff --git a/tests/hunter_check_toolchain_definition/CMakeLists.txt b/tests/hunter_check_toolchain_definition/CMakeLists.txt index 3e97ddcb00..350dd546d4 100644 --- a/tests/hunter_check_toolchain_definition/CMakeLists.txt +++ b/tests/hunter_check_toolchain_definition/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterCheckToolchainDefinition) diff --git a/tests/hunter_create_args_file/CMakeLists.txt b/tests/hunter_create_args_file/CMakeLists.txt index 186251beea..9290eba7eb 100644 --- a/tests/hunter_create_args_file/CMakeLists.txt +++ b/tests/hunter_create_args_file/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterCreateArgsFile) diff --git a/tests/hunter_create_dependency_entry/CMakeLists.txt b/tests/hunter_create_dependency_entry/CMakeLists.txt index f76a0cddb7..c7172bc1ec 100644 --- a/tests/hunter_create_dependency_entry/CMakeLists.txt +++ b/tests/hunter_create_dependency_entry/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterCreateDependencyEntry) diff --git a/tests/hunter_create_deps_info/CMakeLists.txt b/tests/hunter_create_deps_info/CMakeLists.txt index 42f0b4c1b5..fe3a2dc904 100644 --- a/tests/hunter_create_deps_info/CMakeLists.txt +++ b/tests/hunter_create_deps_info/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterCreateDepsInfo) diff --git a/tests/hunter_download_cache_meta_file/CMakeLists.txt b/tests/hunter_download_cache_meta_file/CMakeLists.txt index c82c125aa1..7578f3a01d 100644 --- a/tests/hunter_download_cache_meta_file/CMakeLists.txt +++ b/tests/hunter_download_cache_meta_file/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterDownloadCacheMetaFile) diff --git a/tests/hunter_download_cache_raw_file/CMakeLists.txt b/tests/hunter_download_cache_raw_file/CMakeLists.txt index 44b597f4ed..9676a99109 100644 --- a/tests/hunter_download_cache_raw_file/CMakeLists.txt +++ b/tests/hunter_download_cache_raw_file/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterDownloadCacheRawFile) diff --git a/tests/hunter_generate_qt_info/CMakeLists.txt b/tests/hunter_generate_qt_info/CMakeLists.txt index d3d6dd95f8..f460925499 100644 --- a/tests/hunter_generate_qt_info/CMakeLists.txt +++ b/tests/hunter_generate_qt_info/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterGenerateQtInfo) diff --git a/tests/hunter_get_package_deps/CMakeLists.txt b/tests/hunter_get_package_deps/CMakeLists.txt index 51dc94e148..83d430e562 100644 --- a/tests/hunter_get_package_deps/CMakeLists.txt +++ b/tests/hunter_get_package_deps/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterGetPackageDeps) diff --git a/tests/hunter_get_package_deps_recurse/CMakeLists.txt b/tests/hunter_get_package_deps_recurse/CMakeLists.txt index c12603b293..97a1aa7062 100644 --- a/tests/hunter_get_package_deps_recurse/CMakeLists.txt +++ b/tests/hunter_get_package_deps_recurse/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterGetPackageDepsRecurse) diff --git a/tests/hunter_init_not_found_counter/CMakeLists.txt b/tests/hunter_init_not_found_counter/CMakeLists.txt index 5512a3db83..969f3f22c3 100644 --- a/tests/hunter_init_not_found_counter/CMakeLists.txt +++ b/tests/hunter_init_not_found_counter/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterHunterInitNotFoundCounter) diff --git a/tests/hunter_pack_directory/CMakeLists.txt b/tests/hunter_pack_directory/CMakeLists.txt index 8649b628f1..19aa8e4214 100644 --- a/tests/hunter_pack_directory/CMakeLists.txt +++ b/tests/hunter_pack_directory/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterPackDirectory) diff --git a/tests/hunter_register_dependency/CMakeLists.txt b/tests/hunter_register_dependency/CMakeLists.txt index de28a1a685..ba95339e31 100644 --- a/tests/hunter_register_dependency/CMakeLists.txt +++ b/tests/hunter_register_dependency/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterRegisterDependency) diff --git a/tests/hunter_setup_msvc/CMakeLists.txt b/tests/hunter_setup_msvc/CMakeLists.txt index cc6d779c75..8ea4839858 100644 --- a/tests/hunter_setup_msvc/CMakeLists.txt +++ b/tests/hunter_setup_msvc/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterSetupMsvcArch) diff --git a/tests/hunter_sleep_before_download/CMakeLists.txt b/tests/hunter_sleep_before_download/CMakeLists.txt index d43a354512..12ef45d238 100644 --- a/tests/hunter_sleep_before_download/CMakeLists.txt +++ b/tests/hunter_sleep_before_download/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2016, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterSleepBeforeDownload) diff --git a/tests/hunter_standard_flag/CMakeLists.txt b/tests/hunter_standard_flag/CMakeLists.txt index 84fa498c9d..389aa1ab3b 100644 --- a/tests/hunter_standard_flag/CMakeLists.txt +++ b/tests/hunter_standard_flag/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2017, Pawel Bylica # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") diff --git a/tests/hunter_unpack_directory/CMakeLists.txt b/tests/hunter_unpack_directory/CMakeLists.txt index 66ce53a512..6287ebec6c 100644 --- a/tests/hunter_unpack_directory/CMakeLists.txt +++ b/tests/hunter_unpack_directory/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake") project(TestModuleHunterUnPackDirectory) diff --git a/tests/issue/107/CMakeLists.txt b/tests/issue/107/CMakeLists.txt index 5b8f734b88..072188eb24 100644 --- a/tests/issue/107/CMakeLists.txt +++ b/tests/issue/107/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) set(OLD_UNIX "${UNIX}") set(OLD_WIN32 "${WIN32}") diff --git a/tests/issue/109/unit/CMakeLists.txt b/tests/issue/109/unit/CMakeLists.txt index aa92adc3b7..7878413cb2 100644 --- a/tests/issue/109/unit/CMakeLists.txt +++ b/tests/issue/109/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../../../examples/common.cmake") include(hunter_boost_component_b2_args) diff --git a/tests/issue/22/CMakeLists.txt b/tests/issue/22/CMakeLists.txt index 0ec908e629..030ed3c2b8 100644 --- a/tests/issue/22/CMakeLists.txt +++ b/tests/issue/22/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../../examples/common.cmake") project(TestIssue22) diff --git a/tests/issue/24/unit/CMakeLists.txt b/tests/issue/24/unit/CMakeLists.txt index e93b2a7d34..e5e67f9de8 100644 --- a/tests/issue/24/unit/CMakeLists.txt +++ b/tests/issue/24/unit/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../../../examples/common.cmake") diff --git a/tests/simple/CMakeLists.txt b/tests/simple/CMakeLists.txt index 13cdbd7a32..b9c26cf34e 100644 --- a/tests/simple/CMakeLists.txt +++ b/tests/simple/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) include("../../examples/common.cmake")