Commit 3245228
authored
chore: update to CMake 3.25 (#133)
Updating examples ~and built-in backport~ to 3.25.
@jcfr and @thewtex, backporting was broken in 3.25 (and we need it for
the SOABI fix from 3.26, and probably ABI3 if that's added, etc). See
https://gitlab.kitware.com/cmake/cmake/-/issues/24185.
Signed-off-by: Henry Schreiner <[email protected]>1 parent 9e10e31 commit 3245228
File tree
12 files changed
+19
-19
lines changed- .github
- extern
- tests
- packages
- abi3_pyproject_ext
- abi3_setuptools_ext
- filepath_pure
- simple_pure
- simple_pyproject_ext
- simple_setuptools_ext
- simplest_c
12 files changed
+19
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
- .gitlab/os-macos.yml+6-6
- Help/command/string.rst+2
- Help/release/3.23.rst+3-3
- Help/release/3.24.rst+11
- Modules/CPackIFW.cmake+1
- Modules/CUDA/architectures.cmake+6
- Modules/Compiler/Intel.cmake+11-3
- Modules/Compiler/IntelLLVM.cmake+9-3
- Modules/Compiler/LLVMFlang-Fortran.cmake+2
- Modules/Compiler/NVHPC.cmake+1-1
- Modules/Compiler/NVIDIA-CUDA.cmake+1-1
- Modules/FindJNI.cmake+2-2
- Modules/FindMatlab.cmake+6-1
- Modules/Internal/CPack/NSIS.template.in+14-5
- Modules/Platform/Android.cmake+6
- Modules/Platform/Windows-LLVMFlang-Fortran.cmake+3
- Source/CMakeVersion.cmake+1-1
- Source/CPack/cpack.cxx+2-2
- Source/CTest/cmCTestBuildHandler.cxx+25-10
- Source/Checks/cm_cxx_features.cmake+1-3
- Source/Checks/cm_cxx_filesystem.cxx+11
- Source/cmComputeLinkInformation.cxx+5-7
- Source/cmCoreTryCompile.cxx+6
- Source/cmFileCommand.cxx+8-2
- Source/cmGlobalGenerator.cxx+2-1
- Source/cmGlobalNinjaGenerator.cxx-13
- Source/cmGlobalNinjaGenerator.h-1
- Source/cmGlobalXCodeGenerator.cxx+18-5
- Source/cmLocalGenerator.cxx+7-3
- Source/cmStringAlgorithms.cxx+32
- Source/cmStringAlgorithms.h+10
- Source/cmVSSetupHelper.cxx+21-2
- Tests/CMakeLib/testStringAlgorithms.cxx+35
- Tests/CMakeLists.txt+2
- Tests/Fortran/CMakeLists.txt+1-1
- Tests/FortranC/CMakeLists.txt+1-1
- Tests/RunCMake/Framework/FrameworkMultiConfigPostfix.cmake+5
- Tests/RunCMake/Ninja/Intl-build-check.cmake+5
- Tests/RunCMake/Ninja/Intl-common.cmake+1
- Tests/RunCMake/Ninja/Intl.cmake+7
- Tests/RunCMake/Ninja/RunCMakeTest.cmake+9
- Tests/RunCMake/ParseImplicitData/linux-Fortran-LLVMFlang-15.0.0.input+43
- Tests/RunCMake/ParseImplicitLinkInfo/ParseImplicitLinkInfo.cmake+1
- Tests/RunCMake/ParseImplicitLinkInfo/results/linux-Fortran-LLVMFlang-15.0.0.output+2
- Tests/RunCMake/XcodeProject/RunCMakeTest.cmake+24-21
- Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake+9-2
- Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined.cmake+8-2
- Tests/RunCMake/XcodeProject/XcodeIOSInstallCombinedSingleArch-install-check.cmake+5-1
- Tests/RunCMake/XcodeProject/XcodeIOSInstallCombinedSingleArch.cmake+7-3
- Tests/RunCMake/ctest_build/CMakeLists.txt.in+1-1
- Tests/RunCMake/ctest_build/NinjaLauncherSingleBuildFailure-check.cmake+23
- Tests/RunCMake/ctest_build/NinjaLauncherSingleBuildFailure-result.txt+1
- Tests/RunCMake/ctest_build/NinjaLauncherSingleBuildFailure-stderr.txt+1
- Tests/RunCMake/ctest_build/RunCMakeTest.cmake+16
- Tests/RunCMake/ctest_build/error.c+1
- Tests/RunCMake/try_compile/CMP0128-NEW.cmake+7
- Tests/RunCMake/try_compile/CMP0128-WARN.cmake+7
- Tests/RunCMake/try_compile/CMP0128-common.cmake+31
- Tests/RunCMake/try_compile/Inspect.cmake+4
- Tests/RunCMake/try_compile/RunCMakeTest.cmake+18
- Utilities/std/cm/filesystem+6-10
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments