Skip to content

Commit d27a47d

Browse files
Merge pull request #629 from TriBITSPub/cmake-4.0.0-4c4
Update for CMake 4.0.0-rc4
2 parents c26021e + 26ab608 commit d27a47d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tribits_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- { os: ubuntu-latest, cmake: "3.23.1", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
2323
- { os: ubuntu-latest, cmake: "3.24.3", generator: "makefiles", python: "3.8", cc: gcc-10, cxx: g++-10 }
2424
- { os: ubuntu-latest, cmake: "3.24.3", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11, fc: gfortran-11, no_have_ninja: no-ninja }
25-
- { os: ubuntu-latest, cmake: "3.25.2", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11, fc: gfortran-11 }
25+
- { os: ubuntu-latest, cmake: "4.0.0-rc4", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11, fc: gfortran-11 }
2626

2727
runs-on: ${{ matrix.config.os }}
2828

test/core/ExamplesUnitTests/find_package_two_dirs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(FindPackageTwoDirs NONE)
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example of a simple project that uses raw CMake
2-
cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
2+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
33
project(RawHelloWorld)
44
enable_testing()
55
add_subdirectory(hello_world)

0 commit comments

Comments
 (0)