diff --git a/CMakeLists.txt b/CMakeLists.txt index cc2ea457..bee7adde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ # cases it can fail due to CMAKE_MODULE_PREFIX not being exported properly # Enforce the minimum required CMake version for all users -cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) +cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR) set(rapids-cmake-dir "${CMAKE_CURRENT_LIST_DIR}/rapids-cmake") if(NOT DEFINED CACHE{rapids-cmake-dir}) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index be851120..62fa62d6 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -16,7 +16,7 @@ rapids-print-env rapids-logger "Begin cpp build" conda config --set path_conflict prevent -RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild \ +RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry build \ conda/recipes/rapids_core_dependencies rapids-upload-conda-to-s3 cpp diff --git a/conda/recipes/rapids_core_dependencies/CMakeLists.txt b/conda/recipes/rapids_core_dependencies/CMakeLists.txt index f2e025c9..98ecce99 100644 --- a/conda/recipes/rapids_core_dependencies/CMakeLists.txt +++ b/conda/recipes/rapids_core_dependencies/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2022-2024, NVIDIA CORPORATION. +# Copyright (c) 2022-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-dependencies LANGUAGES CXX) diff --git a/conda/recipes/rapids_core_dependencies/conda_build_config.yaml b/conda/recipes/rapids_core_dependencies/conda_build_config.yaml index 89980ad3..6fbffbe9 100644 --- a/conda/recipes/rapids_core_dependencies/conda_build_config.yaml +++ b/conda/recipes/rapids_core_dependencies/conda_build_config.yaml @@ -7,7 +7,7 @@ cuda_compiler: - nvcc # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")] cmake_version: - - ">=3.26.4" + - ">=3.30.4" c_stdlib: - sysroot diff --git a/dependencies.yaml b/dependencies.yaml index b3fd6ee1..62454703 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -28,7 +28,7 @@ dependencies: common: - output_types: [conda, requirements] packages: - - cmake>=3.26.4 + - cmake>=3.30.4 - ninja - output_types: conda packages: diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 169d6699..2ebbcebd 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) +cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR) if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/EXAMPLE_RAPIDS.cmake) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake diff --git a/rapids-cmake/cpm/detail/download.cmake b/rapids-cmake/cpm/detail/download.cmake index 403c3251..f2d26eda 100644 --- a/rapids-cmake/cpm/detail/download.cmake +++ b/rapids-cmake/cpm/detail/download.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -52,8 +52,8 @@ function(rapids_cpm_download) list(APPEND CMAKE_MESSAGE_CONTEXT "rapids.cpm.download") # When changing version verify no new variables needs to be propagated - set(CPM_DOWNLOAD_VERSION 0.40.0) - set(CPM_DOWNLOAD_MD5_HASH 6c9866a0aa0f804a36fe8c3866fb8a2c) + set(CPM_DOWNLOAD_VERSION 0.40.2) + set(CPM_DOWNLOAD_MD5_HASH 4d51aa9dab6104fad39c5b7a692d5e1c) if(NOT DEFINED CPM_DOWNLOAD_LOCATION) if(CPM_SOURCE_CACHE) diff --git a/rapids-cmake/cpm/package_override.cmake b/rapids-cmake/cpm/package_override.cmake index 1ebe71a3..92798861 100644 --- a/rapids-cmake/cpm/package_override.cmake +++ b/rapids-cmake/cpm/package_override.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -122,7 +122,7 @@ function(rapids_cpm_package_override _rapids_override_filepath) rapids_cpm_generate_patch_command(${package_name} ${version} patch_command) unset(exclude_from_all) - if(exclude AND CMAKE_VERSION VERSION_GREATER_EQUAL 3.28.0) + if(exclude) set(exclude_from_all EXCLUDE_FROM_ALL) endif() FetchContent_Declare(${package_proper_name} diff --git a/rapids-cmake/test/detail/run_gpu_test.cmake b/rapids-cmake/test/detail/run_gpu_test.cmake index 3712ff9c..f5e4565f 100644 --- a/rapids-cmake/test/detail/run_gpu_test.cmake +++ b/rapids-cmake/test/detail/run_gpu_test.cmake @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) if(DEFINED ENV{CTEST_RESOURCE_GROUP_COUNT}) math(EXPR max_index "$ENV{CTEST_RESOURCE_GROUP_COUNT}-1") diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 1895f57c..7608e246 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) +cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR) project(rapids-cmake-testing LANGUAGES NONE) enable_testing() diff --git a/testing/cmake/write_git_revision-custom-prefix/CMakeLists.txt b/testing/cmake/write_git_revision-custom-prefix/CMakeLists.txt index cf496fd3..c4f0ff76 100644 --- a/testing/cmake/write_git_revision-custom-prefix/CMakeLists.txt +++ b/testing/cmake/write_git_revision-custom-prefix/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_git_revision_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 2.4 LANGUAGES CXX) rapids_cmake_write_git_revision_file(demo_version "${CMAKE_CURRENT_BINARY_DIR}/demo/demo_git_version.hpp") diff --git a/testing/cmake/write_git_revision-dirty/CMakeLists.txt b/testing/cmake/write_git_revision-dirty/CMakeLists.txt index 86738780..25ce8167 100644 --- a/testing/cmake/write_git_revision-dirty/CMakeLists.txt +++ b/testing/cmake/write_git_revision-dirty/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_git_revision_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 2.4 LANGUAGES CXX) diff --git a/testing/cmake/write_git_revision-embed/CMakeLists.txt b/testing/cmake/write_git_revision-embed/CMakeLists.txt index a109a9da..5151d595 100644 --- a/testing/cmake/write_git_revision-embed/CMakeLists.txt +++ b/testing/cmake/write_git_revision-embed/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_git_revision_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 2.4 LANGUAGES CXX) rapids_cmake_write_git_revision_file(git_generated_header "${CMAKE_CURRENT_BINARY_DIR}/demo/git_version.hpp") diff --git a/testing/cmake/write_git_revision-embed/verify_embedding.cmake b/testing/cmake/write_git_revision-embed/verify_embedding.cmake index 65b1d04e..aa725308 100644 --- a/testing/cmake/write_git_revision-embed/verify_embedding.cmake +++ b/testing/cmake/write_git_revision-embed/verify_embedding.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) file(STRINGS "${EXECUTABLE}" contents) execute_process( diff --git a/testing/cmake/write_git_revision-no-git/CMakeLists.txt b/testing/cmake/write_git_revision-no-git/CMakeLists.txt index e93ad518..3ae090dd 100644 --- a/testing/cmake/write_git_revision-no-git/CMakeLists.txt +++ b/testing/cmake/write_git_revision-no-git/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_git_revision_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 2.4 LANGUAGES CXX) diff --git a/testing/cmake/write_git_revision-no-git/verify_embedding.cmake b/testing/cmake/write_git_revision-no-git/verify_embedding.cmake index 65b1d04e..aa725308 100644 --- a/testing/cmake/write_git_revision-no-git/verify_embedding.cmake +++ b/testing/cmake/write_git_revision-no-git/verify_embedding.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) file(STRINGS "${EXECUTABLE}" contents) execute_process( diff --git a/testing/cmake/write_git_revision-simple/CMakeLists.txt b/testing/cmake/write_git_revision-simple/CMakeLists.txt index f7439878..713338f9 100644 --- a/testing/cmake/write_git_revision-simple/CMakeLists.txt +++ b/testing/cmake/write_git_revision-simple/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cmake/write_git_revision_file.cmake) include(${rapids-cmake-dir}/export/export.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 2.4 LANGUAGES CXX) rapids_cmake_write_git_revision_file(demo_version "${CMAKE_CURRENT_BINARY_DIR}/demo/demo_git_version.hpp") diff --git a/testing/cmake/write_version-absolute/CMakeLists.txt b/testing/cmake/write_version-absolute/CMakeLists.txt index bfd86dd3..5656ff29 100644 --- a/testing/cmake/write_version-absolute/CMakeLists.txt +++ b/testing/cmake/write_version-absolute/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_version_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 2.4 LANGUAGES NONE) rapids_cmake_write_version_file("${CMAKE_CURRENT_BINARY_DIR}/demo/version.h") diff --git a/testing/cmake/write_version-all-zeroes/CMakeLists.txt b/testing/cmake/write_version-all-zeroes/CMakeLists.txt index ffb3ded3..b75a916a 100644 --- a/testing/cmake/write_version-all-zeroes/CMakeLists.txt +++ b/testing/cmake/write_version-all-zeroes/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_version_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 0.0000.1 LANGUAGES NONE) rapids_cmake_write_version_file(version.h) diff --git a/testing/cmake/write_version-custom-prefix/CMakeLists.txt b/testing/cmake/write_version-custom-prefix/CMakeLists.txt index a092ed00..7d77aba4 100644 --- a/testing/cmake/write_version-custom-prefix/CMakeLists.txt +++ b/testing/cmake/write_version-custom-prefix/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_version_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(RandomProjectName VERSION 3.2.0 LANGUAGES NONE) rapids_cmake_write_version_file(demo_version.hpp PREFIX DEMO) diff --git a/testing/cmake/write_version-leading-zeroes/CMakeLists.txt b/testing/cmake/write_version-leading-zeroes/CMakeLists.txt index e8511cd9..96140945 100644 --- a/testing/cmake/write_version-leading-zeroes/CMakeLists.txt +++ b/testing/cmake/write_version-leading-zeroes/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cmake/write_version_file.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 09.00008.02 LANGUAGES NONE) rapids_cmake_write_version_file(version.h) diff --git a/testing/cmake/write_version-relative/CMakeLists.txt b/testing/cmake/write_version-relative/CMakeLists.txt index 16aaae3c..9a30496d 100644 --- a/testing/cmake/write_version-relative/CMakeLists.txt +++ b/testing/cmake/write_version-relative/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cmake/write_version_file.cmake) include(${rapids-cmake-testing-dir}/utils/check_copyright_header.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(DEMO VERSION 3.2.0 LANGUAGES NONE) rapids_cmake_write_version_file(demo_version.hpp) diff --git a/testing/cpm/cpm_bs_thread_pool-build-config-works.cmake b/testing/cpm/cpm_bs_thread_pool-build-config-works.cmake index 78697fa9..46f0c54e 100644 --- a/testing/cpm/cpm_bs_thread_pool-build-config-works.cmake +++ b/testing/cpm/cpm_bs_thread_pool-build-config-works.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ rapids_cpm_bs_thread_pool(BUILD_EXPORT_SET test) # Add a custom command that verifies that the expect files have # been installed for each component file(WRITE "${CMAKE_BINARY_DIR}/check_bs_thread_pool_dir/CMakeLists.txt" " -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_bs_thread_pool LANGUAGES CXX) set(CMAKE_PREFIX_PATH \"${CMAKE_BINARY_DIR}/\") diff --git a/testing/cpm/cpm_bs_thread_pool-install-config-works.cmake b/testing/cpm/cpm_bs_thread_pool-install-config-works.cmake index 44f7d842..fc58e521 100644 --- a/testing/cpm/cpm_bs_thread_pool-install-config-works.cmake +++ b/testing/cpm/cpm_bs_thread_pool-install-config-works.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ rapids_cpm_bs_thread_pool(BUILD_EXPORT_SET test) # Add a custom command that verifies that the expect files have # been installed for each component file(WRITE "${CMAKE_BINARY_DIR}/check_bs_thread_pool_dir/CMakeLists.txt" " -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_bs_thread_pool LANGUAGES CXX) set(CMAKE_PREFIX_PATH \"${CMAKE_BINARY_DIR}/\") diff --git a/testing/cpm/cpm_find-add-pkg-source/CMakeLists.txt b/testing/cpm/cpm_find-add-pkg-source/CMakeLists.txt index aa573f70..9dca0802 100644 --- a/testing/cpm/cpm_find-add-pkg-source/CMakeLists.txt +++ b/testing/cpm/cpm_find-add-pkg-source/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cpm/init.cmake) include(${rapids-cmake-dir}/cpm/find.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-cpm-find-add-pkg-source LANGUAGES CXX) set(CPM_ZLIB_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/mock_zlib_source_dir") diff --git a/testing/cpm/cpm_find-add-pkg-source/mock_zlib_source_dir/CMakeLists.txt b/testing/cpm/cpm_find-add-pkg-source/mock_zlib_source_dir/CMakeLists.txt index 6a09cde0..9172542b 100644 --- a/testing/cpm/cpm_find-add-pkg-source/mock_zlib_source_dir/CMakeLists.txt +++ b/testing/cpm/cpm_find-add-pkg-source/mock_zlib_source_dir/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(ZLIB LANGUAGES CXX) add_library(MOCK_ZLIB INTERFACE) diff --git a/testing/cpm/cpm_find-and-find_package/CMakeLists.txt b/testing/cpm/cpm_find-and-find_package/CMakeLists.txt index c39e924e..fa150312 100644 --- a/testing/cpm/cpm_find-and-find_package/CMakeLists.txt +++ b/testing/cpm/cpm_find-and-find_package/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ include(${rapids-cmake-dir}/cpm/find.cmake) cmake_minimum_required(VERSION 3.26.4) project(rapids-test-project LANGUAGES CXX) - set(CPM_cucxx_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/mock_cucxx_source_dir") rapids_cpm_init() diff --git a/testing/cpm/cpm_find-and-find_package/mock_cucxx_source_dir/CMakeLists.txt b/testing/cpm/cpm_find-and-find_package/mock_cucxx_source_dir/CMakeLists.txt index d3e62c03..792bab1e 100644 --- a/testing/cpm/cpm_find-and-find_package/mock_cucxx_source_dir/CMakeLists.txt +++ b/testing/cpm/cpm_find-and-find_package/mock_cucxx_source_dir/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(mock_cucxx LANGUAGES CXX) add_library(MOCK_CUCXX INTERFACE) diff --git a/testing/cpm/cpm_find-components/CMakeLists.txt b/testing/cpm/cpm_find-components/CMakeLists.txt index 5fa4ab0b..d3561285 100644 --- a/testing/cpm/cpm_find-components/CMakeLists.txt +++ b/testing/cpm/cpm_find-components/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2022-2024, NVIDIA CORPORATION. +# Copyright (c) 2022-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cpm/init.cmake) include(${rapids-cmake-dir}/cpm/find.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}") diff --git a/testing/cpm/cpm_find-existing-build-dir/CMakeLists.txt b/testing/cpm/cpm_find-existing-build-dir/CMakeLists.txt index d22ad0a1..7faed122 100644 --- a/testing/cpm/cpm_find-existing-build-dir/CMakeLists.txt +++ b/testing/cpm/cpm_find-existing-build-dir/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cpm/init.cmake) include(${rapids-cmake-dir}/cpm/find.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include("${rapids-cmake-testing-dir}/cpm/make_fake_project_build_dir_with_config.cmake") diff --git a/testing/cpm/cpm_find-existing-target-to-export-sets/CMakeLists.txt b/testing/cpm/cpm_find-existing-target-to-export-sets/CMakeLists.txt index 4de187e0..8add18f3 100644 --- a/testing/cpm/cpm_find-existing-target-to-export-sets/CMakeLists.txt +++ b/testing/cpm/cpm_find-existing-target-to-export-sets/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) include(${rapids-cmake-dir}/cpm/init.cmake) include(${rapids-cmake-dir}/cpm/find.cmake) diff --git a/testing/cpm/cpm_find-existing-target/CMakeLists.txt b/testing/cpm/cpm_find-existing-target/CMakeLists.txt index ca7097f1..836df386 100644 --- a/testing/cpm/cpm_find-existing-target/CMakeLists.txt +++ b/testing/cpm/cpm_find-existing-target/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cpm/init.cmake) include(${rapids-cmake-dir}/cpm/find.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-existing-target LANGUAGES CXX) include("${rapids-cmake-testing-dir}/cpm/make_fake_project_build_dir_with_config.cmake") diff --git a/testing/cpm/cpm_find-options-escaped/CMakeLists.txt b/testing/cpm/cpm_find-options-escaped/CMakeLists.txt index 99fc8ed6..3f219fe8 100644 --- a/testing/cpm/cpm_find-options-escaped/CMakeLists.txt +++ b/testing/cpm/cpm_find-options-escaped/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cpm/init.cmake) include(${rapids-cmake-dir}/cpm/find.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) rapids_cpm_init() diff --git a/testing/cpm/cpm_find-options-escaped/rapidstest-config.cmake b/testing/cpm/cpm_find-options-escaped/rapidstest-config.cmake index ef9928cc..33998192 100644 --- a/testing/cpm/cpm_find-options-escaped/rapidstest-config.cmake +++ b/testing/cpm/cpm_find-options-escaped/rapidstest-config.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= @PACKAGE_INIT@ -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) include("${CMAKE_CURRENT_LIST_DIR}/rapidstest-config-version.cmake") diff --git a/testing/cpm/cpm_find-patch-command-required-fails/CMakeLists.txt b/testing/cpm/cpm_find-patch-command-required-fails/CMakeLists.txt index 9ee024c1..cde825f7 100644 --- a/testing/cpm/cpm_find-patch-command-required-fails/CMakeLists.txt +++ b/testing/cpm/cpm_find-patch-command-required-fails/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-cpm_find-patch-command-project LANGUAGES CXX) include("${rapids-cmake-dir}/cpm/detail/package_details.cmake") diff --git a/testing/cpm/cpm_find-patch-command-required/CMakeLists.txt b/testing/cpm/cpm_find-patch-command-required/CMakeLists.txt index da809d29..2e4a2bc5 100644 --- a/testing/cpm/cpm_find-patch-command-required/CMakeLists.txt +++ b/testing/cpm/cpm_find-patch-command-required/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-cpm_find-patch-command-project LANGUAGES CXX) include("${rapids-cmake-dir}/cpm/detail/package_details.cmake") diff --git a/testing/cpm/cpm_find-patch-command/CMakeLists.txt b/testing/cpm/cpm_find-patch-command/CMakeLists.txt index da809d29..2e4a2bc5 100644 --- a/testing/cpm/cpm_find-patch-command/CMakeLists.txt +++ b/testing/cpm/cpm_find-patch-command/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-cpm_find-patch-command-project LANGUAGES CXX) include("${rapids-cmake-dir}/cpm/detail/package_details.cmake") diff --git a/testing/cpm/cpm_find-restore-cpm-vars/CMakeLists.txt b/testing/cpm/cpm_find-restore-cpm-vars/CMakeLists.txt index 51281052..d542c556 100644 --- a/testing/cpm/cpm_find-restore-cpm-vars/CMakeLists.txt +++ b/testing/cpm/cpm_find-restore-cpm-vars/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ include(${rapids-cmake-dir}/cpm/init.cmake) include(${rapids-cmake-dir}/cpm/find.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-cpm-find-add-pkg-source LANGUAGES CXX) set(CPM_ZLIB_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/mock_zlib_source_dir") diff --git a/testing/cpm/cpm_find-restore-cpm-vars/mock_zlib_source_dir/CMakeLists.txt b/testing/cpm/cpm_find-restore-cpm-vars/mock_zlib_source_dir/CMakeLists.txt index 3ecc053b..efd918cf 100644 --- a/testing/cpm/cpm_find-restore-cpm-vars/mock_zlib_source_dir/CMakeLists.txt +++ b/testing/cpm/cpm_find-restore-cpm-vars/mock_zlib_source_dir/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(ZLIB LANGUAGES CXX VERSION 1.0) add_library(MOCK_ZLIB INTERFACE) diff --git a/testing/cpm/cpm_generate_patch_command-override-case-insensitive.cmake b/testing/cpm/cpm_generate_patch_command-override-case-insensitive.cmake index c0f6dfe0..707d3247 100644 --- a/testing/cpm/cpm_generate_patch_command-override-case-insensitive.cmake +++ b/testing/cpm/cpm_generate_patch_command-override-case-insensitive.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-cpm_find-patch-command-project LANGUAGES CXX) diff --git a/testing/cpm/cpm_generate_pins-format-patches/CMakeLists.txt b/testing/cpm/cpm_generate_pins-format-patches/CMakeLists.txt index 2d5c2899..2d9f1881 100644 --- a/testing/cpm/cpm_generate_pins-format-patches/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-format-patches/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-format-patches/verify/CMakeLists.txt b/testing/cpm/cpm_generate_pins-format-patches/verify/CMakeLists.txt index 691f8cdc..163e0c27 100644 --- a/testing/cpm/cpm_generate_pins-format-patches/verify/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-format-patches/verify/CMakeLists.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-nested/CMakeLists.txt b/testing/cpm/cpm_generate_pins-nested/CMakeLists.txt index a1957340..4dec632d 100644 --- a/testing/cpm/cpm_generate_pins-nested/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-nested/CMakeLists.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) add_subdirectory(a) diff --git a/testing/cpm/cpm_generate_pins-nested/a/CMakeLists.txt b/testing/cpm/cpm_generate_pins-nested/a/CMakeLists.txt index e830ba49..d7a6e3f0 100644 --- a/testing/cpm/cpm_generate_pins-nested/a/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-nested/a/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-a LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-nested/b/CMakeLists.txt b/testing/cpm/cpm_generate_pins-nested/b/CMakeLists.txt index e63f4630..45406c8a 100644 --- a/testing/cpm/cpm_generate_pins-nested/b/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-nested/b/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-b LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-no-src-dir/CMakeLists.txt b/testing/cpm/cpm_generate_pins-no-src-dir/CMakeLists.txt index 683cd266..ad0ccf58 100644 --- a/testing/cpm/cpm_generate_pins-no-src-dir/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-no-src-dir/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-override/CMakeLists.txt b/testing/cpm/cpm_generate_pins-override/CMakeLists.txt index 6bbdd304..1589268c 100644 --- a/testing/cpm/cpm_generate_pins-override/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-override/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-override/verify/CMakeLists.txt b/testing/cpm/cpm_generate_pins-override/verify/CMakeLists.txt index c2606af8..791be832 100644 --- a/testing/cpm/cpm_generate_pins-override/verify/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-override/verify/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-pure-cpm/CMakeLists.txt b/testing/cpm/cpm_generate_pins-pure-cpm/CMakeLists.txt index b3675766..30e671c7 100644 --- a/testing/cpm/cpm_generate_pins-pure-cpm/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-pure-cpm/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-simple-via-variable/CMakeLists.txt b/testing/cpm/cpm_generate_pins-simple-via-variable/CMakeLists.txt index e051fb1d..9f07c55f 100644 --- a/testing/cpm/cpm_generate_pins-simple-via-variable/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-simple-via-variable/CMakeLists.txt @@ -14,7 +14,7 @@ # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) set(RAPIDS_CMAKE_CPM_PINNED_VERSIONS_FILE "${CMAKE_CURRENT_BINARY_DIR}/custom_path/pinned_versions.json") diff --git a/testing/cpm/cpm_generate_pins-simple/CMakeLists.txt b/testing/cpm/cpm_generate_pins-simple/CMakeLists.txt index 44b72cbe..41c7ebc5 100644 --- a/testing/cpm/cpm_generate_pins-simple/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-simple/CMakeLists.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/init.cmake) diff --git a/testing/cpm/cpm_generate_pins-var-and-arg/CMakeLists.txt b/testing/cpm/cpm_generate_pins-var-and-arg/CMakeLists.txt index 0ac9b3d9..524ed622 100644 --- a/testing/cpm/cpm_generate_pins-var-and-arg/CMakeLists.txt +++ b/testing/cpm/cpm_generate_pins-var-and-arg/CMakeLists.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) diff --git a/testing/cpm/cpm_nvcomp-proprietary_binary-lib-location-common.cmake b/testing/cpm/cpm_nvcomp-proprietary_binary-lib-location-common.cmake index 8be894c1..88985565 100644 --- a/testing/cpm/cpm_nvcomp-proprietary_binary-lib-location-common.cmake +++ b/testing/cpm/cpm_nvcomp-proprietary_binary-lib-location-common.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -62,7 +62,7 @@ set(expected_install_dir "${CMAKE_BINARY_DIR}/check_nvcomp_lib_dir/install/") # Add a custom command that verifies that the expect files have # been installed for each component file(WRITE "${CMAKE_BINARY_DIR}/check_nvcomp_lib_dir/CMakeLists.txt" " -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_install_targets LANGUAGES CXX) message(\"Checking for ${CMAKE_INSTALL_LIBDIR} directory in ${expected_install_dir}\") diff --git a/testing/cpm/cpm_nvtx-build-config-works.cmake b/testing/cpm/cpm_nvtx-build-config-works.cmake index 59f3abfc..54c6708d 100644 --- a/testing/cpm/cpm_nvtx-build-config-works.cmake +++ b/testing/cpm/cpm_nvtx-build-config-works.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ rapids_cpm_nvtx3(BUILD_EXPORT_SET test) # Add a custom command that verifies that the expect files have # been installed for each component file(WRITE "${CMAKE_BINARY_DIR}/check_nvtx_dir/CMakeLists.txt" " -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_nvtx LANGUAGES CXX) set(CMAKE_PREFIX_PATH \"${CMAKE_BINARY_DIR}/\") diff --git a/testing/cpm/cpm_nvtx-install-config-works.cmake b/testing/cpm/cpm_nvtx-install-config-works.cmake index 4ff6409e..d0c96d84 100644 --- a/testing/cpm/cpm_nvtx-install-config-works.cmake +++ b/testing/cpm/cpm_nvtx-install-config-works.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ rapids_cpm_nvtx3(INSTALL_EXPORT_SET test) # Add a custom command that verifies that the expect files have # been installed for each component file(WRITE "${CMAKE_BINARY_DIR}/check_nvtx_dir/CMakeLists.txt" " -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_nvtx LANGUAGES CXX) set(CMAKE_PREFIX_PATH \"${CMAKE_BINARY_DIR}/install/\") diff --git a/testing/cpm/verify_generated_pins/CMakeLists.txt b/testing/cpm/verify_generated_pins/CMakeLists.txt index ee36d685..d98bbef7 100644 --- a/testing/cpm/verify_generated_pins/CMakeLists.txt +++ b/testing/cpm/verify_generated_pins/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) include(${rapids-cmake-dir}/cpm/detail/get_default_json.cmake) diff --git a/testing/cuda/init_arch-all-via-undef/CMakeLists.txt b/testing/cuda/init_arch-all-via-undef/CMakeLists.txt index 3e3647f2..bbff9e99 100644 --- a/testing/cuda/init_arch-all-via-undef/CMakeLists.txt +++ b/testing/cuda/init_arch-all-via-undef/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cuda/init_architectures.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) unset(CMAKE_CUDA_ARCHITECTURES ) diff --git a/testing/cuda/init_arch-native-via-empty-str-deprecated/CMakeLists.txt b/testing/cuda/init_arch-native-via-empty-str-deprecated/CMakeLists.txt index 304bfcca..eb4bee3e 100644 --- a/testing/cuda/init_arch-native-via-empty-str-deprecated/CMakeLists.txt +++ b/testing/cuda/init_arch-native-via-empty-str-deprecated/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/cuda/init_architectures.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) set(CMAKE_CUDA_ARCHITECTURES "") diff --git a/testing/export/export-verify-build-namespaces/CMakeLists.txt b/testing/export/export-verify-build-namespaces/CMakeLists.txt index e04edbb5..371aad65 100644 --- a/testing/export/export-verify-build-namespaces/CMakeLists.txt +++ b/testing/export/export-verify-build-namespaces/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/export/export.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(FakEProJecT LANGUAGES CXX VERSION 3.1.4) add_library(fakeLib INTERFACE) @@ -31,7 +31,7 @@ rapids_export(BUILD FakEProJecT # that verifies our target was exported with the correct # namespace file(WRITE "${CMAKE_BINARY_DIR}/verify/CMakeLists.txt" [=[ -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_build_targets LANGUAGES CXX) message(STATUS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-targets.cmake") if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-targets.cmake") diff --git a/testing/export/export-verify-code-block/CMakeLists.txt b/testing/export/export-verify-code-block/CMakeLists.txt index 842fddcf..950c7a09 100644 --- a/testing/export/export-verify-code-block/CMakeLists.txt +++ b/testing/export/export-verify-code-block/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/export/export.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(FakEProJecT LANGUAGES CXX VERSION 3.1.4) add_library(fakeLib INTERFACE) @@ -36,7 +36,7 @@ rapids_export(BUILD FakEProJecT # that verifies our target was exported with the correct # namespace file(WRITE "${CMAKE_BINARY_DIR}/verify/CMakeLists.txt" [=[ -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_build_targets LANGUAGES CXX) message(STATUS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-config.cmake") if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-config.cmake") diff --git a/testing/export/export-verify-copyright-header.cmake b/testing/export/export-verify-copyright-header.cmake index 5dd12411..e4e0a001 100644 --- a/testing/export/export-verify-copyright-header.cmake +++ b/testing/export/export-verify-copyright-header.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ include(${rapids-cmake-dir}/export/export.cmake) include(${rapids-cmake-dir}/export/write_dependencies.cmake) include(${rapids-cmake-testing-dir}/utils/check_copyright_header.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(FakEProJecT LANGUAGES CXX VERSION 3.1.4) add_library(fakeLib INTERFACE) diff --git a/testing/export/export-verify-doc-string/CMakeLists.txt b/testing/export/export-verify-doc-string/CMakeLists.txt index 973ca053..cebec4b4 100644 --- a/testing/export/export-verify-doc-string/CMakeLists.txt +++ b/testing/export/export-verify-doc-string/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/export/export.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(FakEProJecT LANGUAGES CXX VERSION 3.1.4) add_library(fakeLib INTERFACE) @@ -36,7 +36,7 @@ rapids_export(BUILD FakEProJecT # that verifies our target was exported with the correct # namespace file(WRITE "${CMAKE_BINARY_DIR}/verify/CMakeLists.txt" [=[ -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_build_targets LANGUAGES CXX) message(STATUS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-config.cmake") if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-config.cmake") diff --git a/testing/export/export-verify-global-targets/CMakeLists.txt b/testing/export/export-verify-global-targets/CMakeLists.txt index 367d681f..753c4053 100644 --- a/testing/export/export-verify-global-targets/CMakeLists.txt +++ b/testing/export/export-verify-global-targets/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/export/export.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(FakEProJecT LANGUAGES CXX VERSION 3.1.4) add_library(fakeLib INTERFACE) @@ -32,7 +32,7 @@ rapids_export(BUILD FakEProJecT # that verifies our target was exported with the correct # namespace file(WRITE "${CMAKE_BINARY_DIR}/verify/CMakeLists.txt" [=[ -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_build_targets LANGUAGES CXX) message(STATUS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-config.cmake") if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-config.cmake") diff --git a/testing/export/export-verify-no-namespace/CMakeLists.txt b/testing/export/export-verify-no-namespace/CMakeLists.txt index 7c8a600e..e780c886 100644 --- a/testing/export/export-verify-no-namespace/CMakeLists.txt +++ b/testing/export/export-verify-no-namespace/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/export/export.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(FakEProJecT LANGUAGES CXX VERSION 3.1.4) add_library(fakeLib1 INTERFACE) @@ -32,7 +32,7 @@ rapids_export(BUILD FakEProJecT # that verifies our target was exported with the correct # namespace file(WRITE "${CMAKE_BINARY_DIR}/verify/CMakeLists.txt" [=[ -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(verify_build_targets LANGUAGES CXX) message(STATUS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-targets.cmake") if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/../fakeproject-targets.cmake") diff --git a/testing/export/write_dependencies-multiple-directories/CMakeLists.txt b/testing/export/write_dependencies-multiple-directories/CMakeLists.txt index e9ea8345..709a423e 100644 --- a/testing/export/write_dependencies-multiple-directories/CMakeLists.txt +++ b/testing/export/write_dependencies-multiple-directories/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= #Needs to before inclusion of `cpm.cmake` -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) include(${rapids-cmake-dir}/export/cpm.cmake) include(${rapids-cmake-dir}/export/write_dependencies.cmake) diff --git a/testing/export/write_language-multiple-nested-enables/CMakeLists.txt b/testing/export/write_language-multiple-nested-enables/CMakeLists.txt index 10ee9896..d2b5b327 100644 --- a/testing/export/write_language-multiple-nested-enables/CMakeLists.txt +++ b/testing/export/write_language-multiple-nested-enables/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/export/write_language.cmake) -cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) +cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR) project(write_language-multiple-nested-enable LANGUAGES NONE) diff --git a/testing/export/write_language-nested-dirs/CMakeLists.txt b/testing/export/write_language-nested-dirs/CMakeLists.txt index 30e84678..d21a1341 100644 --- a/testing/export/write_language-nested-dirs/CMakeLists.txt +++ b/testing/export/write_language-nested-dirs/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/export/write_language.cmake) -cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) +cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR) project(write_language-nested-dirs LANGUAGES NONE) diff --git a/testing/find/find_generate_module-build/CMakeLists.txt b/testing/find/find_generate_module-build/CMakeLists.txt index 631ff7bf..a0dfe56c 100644 --- a/testing/find/find_generate_module-build/CMakeLists.txt +++ b/testing/find/find_generate_module-build/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/find/generate_module.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}") diff --git a/testing/find/find_generate_module-code-blocks/CMakeLists.txt b/testing/find/find_generate_module-code-blocks/CMakeLists.txt index 2775ad2f..b7c6ce4e 100644 --- a/testing/find/find_generate_module-code-blocks/CMakeLists.txt +++ b/testing/find/find_generate_module-code-blocks/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/find/generate_module.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}") diff --git a/testing/find/find_generate_module-header-only/CMakeLists.txt b/testing/find/find_generate_module-header-only/CMakeLists.txt index 627dabd1..7c182b8d 100644 --- a/testing/find/find_generate_module-header-only/CMakeLists.txt +++ b/testing/find/find_generate_module-header-only/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/find/generate_module.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}") diff --git a/testing/find/find_generate_module-install/CMakeLists.txt b/testing/find/find_generate_module-install/CMakeLists.txt index 9f4648ef..22149eb8 100644 --- a/testing/find/find_generate_module-install/CMakeLists.txt +++ b/testing/find/find_generate_module-install/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/find/generate_module.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}") diff --git a/testing/find/find_package-components/CMakeLists.txt b/testing/find/find_package-components/CMakeLists.txt index 743585d2..5581b345 100644 --- a/testing/find/find_package-components/CMakeLists.txt +++ b/testing/find/find_package-components/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2022-2024, NVIDIA CORPORATION. +# Copyright (c) 2022-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ #============================================================================= include(${rapids-cmake-dir}/find/package.cmake) -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}") diff --git a/testing/other/FetchContent-hostile-legacy/CMakeLists.txt b/testing/other/FetchContent-hostile-legacy/CMakeLists.txt index 66fd1ea3..6bfbe1e4 100644 --- a/testing/other/FetchContent-hostile-legacy/CMakeLists.txt +++ b/testing/other/FetchContent-hostile-legacy/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) cmake_path(GET rapids-cmake-dir PARENT_PATH rapids-git-dir) diff --git a/testing/other/FetchContent-legacy/CMakeLists.txt b/testing/other/FetchContent-legacy/CMakeLists.txt index 5610994a..81f59512 100644 --- a/testing/other/FetchContent-legacy/CMakeLists.txt +++ b/testing/other/FetchContent-legacy/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) cmake_path(GET rapids-cmake-dir PARENT_PATH rapids-root-dir) diff --git a/testing/other/rapids_cmake-fetch-via-git/CMakeLists.txt b/testing/other/rapids_cmake-fetch-via-git/CMakeLists.txt index ff5dc16b..524f8696 100644 --- a/testing/other/rapids_cmake-fetch-via-git/CMakeLists.txt +++ b/testing/other/rapids_cmake-fetch-via-git/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) cmake_path(GET rapids-cmake-dir PARENT_PATH rapids.cmake-location) diff --git a/testing/other/rapids_cmake-fetch-via-zip/CMakeLists.txt b/testing/other/rapids_cmake-fetch-via-zip/CMakeLists.txt index 51fb14d0..b28ac9da 100644 --- a/testing/other/rapids_cmake-fetch-via-zip/CMakeLists.txt +++ b/testing/other/rapids_cmake-fetch-via-zip/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) cmake_path(GET rapids-cmake-dir PARENT_PATH rapids.cmake-location) diff --git a/testing/other/rapids_cmake-multiple-cpm/CMakeLists.txt b/testing/other/rapids_cmake-multiple-cpm/CMakeLists.txt index 7e37e5da..c9cbfac3 100644 --- a/testing/other/rapids_cmake-multiple-cpm/CMakeLists.txt +++ b/testing/other/rapids_cmake-multiple-cpm/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) cmake_path(GET rapids-cmake-dir PARENT_PATH rapids.cmake-location) diff --git a/testing/other/rapids_cmake-multiple-simple/CMakeLists.txt b/testing/other/rapids_cmake-multiple-simple/CMakeLists.txt index cd4f4f11..f86338b5 100644 --- a/testing/other/rapids_cmake-multiple-simple/CMakeLists.txt +++ b/testing/other/rapids_cmake-multiple-simple/CMakeLists.txt @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021-2024, NVIDIA CORPORATION. +# Copyright (c) 2021-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(rapids-test-project LANGUAGES CXX) cmake_path(GET rapids-cmake-dir PARENT_PATH rapids.cmake-location) diff --git a/testing/utils/fill_cache/CMakeLists.txt b/testing/utils/fill_cache/CMakeLists.txt index cfb990fb..48359590 100644 --- a/testing/utils/fill_cache/CMakeLists.txt +++ b/testing/utils/fill_cache/CMakeLists.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) project(fill_cache LANGUAGES CXX) diff --git a/testing/utils/project_template.cmake.in b/testing/utils/project_template.cmake.in index a8dca76e..e5684ebe 100644 --- a/testing/utils/project_template.cmake.in +++ b/testing/utils/project_template.cmake.in @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.30.4) # We need to enable at least one language so that we get properly # generated system search paths.