- Apr 07, 2025
-
-
8344891b FindCups: Update documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10593
-
5aa0ce92 FindXalanC: Update documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10591
-
d64f7a7b FindGIF: Document when GIF::GIF imported target got introduced Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10592
-
9eeae17f FindQuickTime: Update documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10589
-
2ac98685 FindPike: Update documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10588
-
Kitware Robot authored
-
- Apr 06, 2025
-
-
Kitware Robot authored
-
- Apr 05, 2025
-
-
Kitware Robot authored
-
- Apr 04, 2025
-
-
Peter Kokot authored
- Synced find module documentation with other similar find modules. - Added examples section. - Added hints section. - Cups_FOUND variable used in the description. CUPS_FOUND is also set by the find_package_handle_standard_args() to the same value.
-
Peter Kokot authored
- Added examples section. - Synced descriptions. - Described the XalanC_LIBRARY_RELEASE and XalanC_LIBRARY_DEBUG cache variables separately.
-
de5fa2ae find_package: Improve support for CPS multiple inclusion Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10586
-
-
2f9211b4 Tests: Isolate RunCMake.LinkWarningAsError from -Werror flags in environment Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10587
-
2f9211b4 Tests: Isolate RunCMake.LinkWarningAsError from -Werror flags in environment Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10587
-
Peter Kokot authored
The GIF::GIF imported target got introduced in CMake 3.14, after the find module was introduced.
-
Kitware Robot authored
-
- Apr 03, 2025
-
-
Peter Kokot authored
- Synced the module with other similar find modules. - Added examples section. - Added notice regarding QuickTime being deprecated and no longer supported by Apple. The AVFoundation and AVKit frameworks are suggested instead, also according to the upstream documentation.
-
Peter Kokot authored
- Added basic find module sections. - Removed description of what this module finds as the description is outdated (at the time of writing, it finds only pike interpreter and the include directory). This module didn't find the library yet.
-
Matthew Woehlke authored
Keep track of CPS files we have imported in CMake's state, and use this (instead of the prior, temporary work-around that used `<name>_CONFIG`) as a guard for trying to import more than once from the same file. This has two advantages; first, it is robust against finding the same package name in different locations in alternating searches, and second, it allows us to load additional appendices associated with a root package that has already been loaded. Fixes: #26731
-
-
b4986119 find_package: Add minimal support for CPS multiple inclusion Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10581
-
b4986119 find_package: Add minimal support for CPS multiple inclusion Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10581
-
-
01f92efe Restore expansion of leading '~' as home directory in input paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10580
-
01f92efe Restore expansion of leading '~' as home directory in input paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10580
-
acaae6d2 cmState: Improve how state is reset Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10583
-
c27d2bee FindHSPELL: Update documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10577
-
8e91ee67 FindEXPAT: Update documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10578
-
7fae768c CMakeDependentOption: Fix documentation regarding false condition Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10579
-
Kitware Robot authored
-
- Apr 02, 2025
-
-
Matthew Woehlke authored
Modify cmState::Reset to create a fresh BuildsystemDirectoryStateType for the root, rather than trying to reset the old one. This is less brittle with respect to changes made to BuildsystemDirectoryStateType (e.g. adding new members).
-
Peter Kokot authored
This fixes the commit 67055f5b: - If condition is false, local variable is always set to `<else-value>`
-
Brad King authored
This was accidentally dropped by commit 622596c6 (cmSystemTools: Re-implement ToNormalizedPathOnDisk without translation map, 2024-10-30, v4.0.0-rc1~528^2~5). Previously it was done by `CollapseFullPath`. `cm::PathResolver` intentionally does not expand `~` because it makes sense only for transforming input paths. Teach `ToNormalizedPathOnDisk` to handle it directly. Fixes: #26827
-
Do not try to load a CPS file if we've already loaded the same file. This only works if the current `find_package` call selects the same file as the previous most recent call, and if the user has not meddled with the `<name>_CONFIG` variable. Issue: #26731
-
-
37823b36 find_package: Restore component requirements in nested calls Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10576
-
37823b36 find_package: Restore component requirements in nested calls Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10576
-
a5281fd6 cmCacheManager: clarify whitespace skipping Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10571
-
b805f553 HIP: Fix default flags for Debug configuration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10572
-