- Feb 11, 2023
-
-
Brad King authored
Issue a deprecation warning on calls to `cmake_minimum_required` or `cmake_policy` that set policies based on versions older than 3.5. Note that the effective policy version includes `...<max>` treatment. Update the check from commit 5845c218 (Deprecate compatibility with CMake versions older than 2.8.12, 2020-06-12, v3.19.0-rc1~629^2).
-
Brad King authored
For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
-
- Feb 10, 2023
- Feb 09, 2023
-
-
Brad King authored
Avoid requiring tests for deprecated behavior to match the warnings explicitly.
-
d7f440c5 Deprecate Visual Studio 9 2008 generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8181
-
4b38d7d1 cmGeneratorTarget: `INTERFACE` targets with C++ modules are also "in" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8179
-
-
8675d8bd curl: Enable schannel TLS 1.3 support on Windows 11 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8184
-
8675d8bd curl: Enable schannel TLS 1.3 support on Windows 11 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8184
-
-
20e727a4 Help: Clarify that <PackageName>_ROOT variable names are case-preserved Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8182
-
20e727a4 Help: Clarify that <PackageName>_ROOT variable names are case-preserved Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8182
-
-
f9e8a067 cmake: Stop parsing after `--` when detecting script mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8186
-
f9e8a067 cmake: Stop parsing after `--` when detecting script mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8186
-
-
e0335f58 Help: Update $<TARGET_RUNTIME_DLLS> docs to use cmake -E copy -t Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8185
-
e0335f58 Help: Update $<TARGET_RUNTIME_DLLS> docs to use cmake -E copy -t Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8185
-
Kitware Robot authored
-
- Feb 08, 2023
-
-
The fix in commit 08aa5168 (cmake: Stop parsing after `--` when detecting script mode, 2022-12-06, v3.26.0-rc1~216^2) only corrected the case where `-P -- -P <arg>` occurred and not `-P -- -P -<other>`. Fixes: #24220
-
Kyle Edwards authored
The -t argument was added to support using $<TARGET_RUNTIME_DLLS> in the case that no DLLs are needed. Update the documentation accordingly.
-
Brad King authored
Revert commit c0a4536c (curl: Disable schannel TLS 1.3 support on Windows 11, 2022-11-09, v3.25.0~13^2). The curl bug it avoided was fixed by upstream curl commit `4f42150d0` (sendf: change Curl_read_plain to wrap Curl_recv_plain , 2022-11-14, curl-7_87_0~129), which we have since recently updating to curl 7.87.0. Issue: #24147
-
Brad King authored
The name comes from the case-preserved first argument to `find_package`.
-
Ben Boeckel authored
`INTERFACE` targets with C++ modules are basically BMI-only modules. It is unknown if they will be useful directly (due to ODR of the `module M;` initializers needing to live in some specific object file). However, they will be used to attach BMI-only compilations of `IMPORTED` C++ modules.
-
Brad King authored
Update documentation to mark the generator deprecated. Add a warning at the end of generation plus an option to turn off the warning.
-
db95afce Tests/OutDir: Remove stale cache entry on multi-config generators c6134ca6 CTest: Remove usages of CMAKE_INTDIR Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8176
-
6789af36 Help: Fix broken links found by `linkcheck` 8f4bd3bf ci: Check for broken links when build HTML manual Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8177
-
cc118ddd cmGlobalNinjaGenerator: Remove unused member Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8178
-
0abeb3e3 Tests: Remove references to dropped KWSys SharedForward component 6819e080 Merge branch 'upstream-KWSys' into update-kwsys 48fd1b38 KWSys 2023-02-07 (db9470d4) Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8175
-
-
d0f49327 AutoMoc: Fix verbose mode message Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8171
-
d0f49327 AutoMoc: Fix verbose mode message Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8171
-
-
652f34ea FindOpenSSL: Use static pkgconfig if OPENSSL_USE_STATIC_LIBS=ON Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8174
-
652f34ea FindOpenSSL: Use static pkgconfig if OPENSSL_USE_STATIC_LIBS=ON Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8174
-
-
6d48f48d FetchContent: Bump documented example Catch2 to v3.0.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8172
-
6d48f48d FetchContent: Bump documented example Catch2 to v3.0.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8172
-
-