- Dec 14, 2023
-
-
0f6e9d06 FindMatlab: Fix processing of multiple versions from Windows Registry Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9074
-
84930e9a FindTIFF: Restore support for projects that do not enable CMP0057 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9073
-
828df1d9 FindFreetype: Fix success message when config module is found Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9071
-
ef64c118 FindMatlab: Fix regression on Windows Registry lookup failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9070
-
581acbce FindTIFF: consider `IMPLIB`-using platforms e8e7d9f7 FindTIFF: always find the config module quietly a575bebf FindFreetype: also consider RelWithDebInfo-built libraries d892dedf FindFreetype: always find the config module quietly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9068
- Dec 13, 2023
-
-
Ben Boeckel authored
Support multi-config-providing and `IMPLIB`-using deployments with the `tiff-config` trampoline code. Follow the pattern used in `FindFreetype` by commit ae9890cd (FindFreeType: consider `IMPLIB`-using platforms, 2023-10-26, v3.28.0-rc4~10^2~3). See: #25485
-
Ben Boeckel authored
When the config module is not present, a spurious "tiff not found" is output before the pre-existing logic is used. Instead, silence the module and use FPHSA to report as-if `TIFF` did the search. Fixes: #25485
-
Ben Boeckel authored
-
Ben Boeckel authored
When the config module is not present, a spurious "freetype not found" is output before the pre-existing logic is used. Instead, silence the module and use FPHSA to report as-if `Freetype` did the search. See: #25485
-
e831eef9 Help: Note case where IMPORTED_IMPLIB isn't needed for (xc)frameworks 01735bad Help: XCFrameworks and stubs are supported on all Apple, not just macOS 6ac50df5 Help: Add missing versionadded directives for IMPORTED_IMPLIB Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9058
-
- Dec 12, 2023
-
-
Craig Scott authored
-
e2d25c67 gitlab-ci: update macOS jobs to use Xcode 15.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9066
-
f69b9b73 CUDAToolkit: Restore ability to find cupti headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Misha Chornyi <mchornyi@nvidia.com> Merge-request: !9054
-
464bc12b Help/create_test_sourcelist: format arguments in the signature docs 131f9c9e Help/create_test_sourcelist: add formatting markup 85405209 Help/create_test_sourcelist: reflow prose Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9059
-
91b7bf59 cmGlobalXCodeGenerator: disable C++ module scanning for force-lang files 9e19a61d cmLocalGenerator: disable C++ module scanning for unity sources fa9a72a7 cmLocalGenerator: disable C++ module scanning for copied PCH sources e5dce1a3 cmQtAutoGenInitializer: disable C++ module scanning for autogen sources 4fd596c3 cmGeneratorTarget: disable C++ module scanning for verify targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !9064
-
- Dec 11, 2023
-
-
Brad King authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Dec 09, 2023
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
8f53526d Tests: Do not expect EINTR when sleep is interrupted on GNU/Hurd Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9052
-
101ac06b Tests: Update for changes to upstream ninja development version Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9053
-
Craig Scott authored
-
- Dec 08, 2023
-
-
Craig Scott authored
-
Robert Maynard authored
Fixes #25484 PR !8835 failed to update the CUPTI header searches to use the new internal FindCUDAToolkit search variables. This caused the CUDA::cupti target to always not exist.
-
Previously `RunCMake.CTestTimeout` failed on GNU/Hurd because the `sleep` command does not set `errno` to `EINTR` when interrupted by a signal, which is a Linux-specific feature.
-
Brad King authored
Account for: * commit `8f47d5aa33` (Remove `-w dupbuild` completely, always error on duplicate edges, 2023-11-29) * commit `4d98903d4c` (Improve misleading error message when an output is defined multiple times, 2023-12-06)
-
- Dec 07, 2023
-
-
d85bf99b FindCUDAToolkit: Fix stub library representation on reconfigure Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robertjmaynard@gmail.com> Merge-request: !9045
-
bd50e8a0 Help: Fix malformed cross-reference in FetchContent docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9047
-
Craig Scott authored
-
- Dec 06, 2023
-
-
Brad King authored
Since commit 0744c02e (FindCUDAToolkit: targets pointing to stubs now use IMPORTED_IMPLIB, 2023-07-24, v3.28.0-rc1~309^2) we recognize CUDA stub libraries and represent them in a special way. However, the logic only works on the first configuration of a build tree when the libraries are first found. Once the results are cached, we incorrectly revert to the non-stub representation. Fix this by recognizing stub libraries based on their path instead.
-