- Feb 16, 2022
-
-
Kitware Robot authored
-
- Feb 15, 2022
-
-
114a04f8 CPack/RPM: Honor CPACK_RPM_<component>_PACKAGE_ variables when set OFF Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6963
-
4b90688a ci: Explicitly disable Java tests on Windows with Borland and Open Watcom Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6979
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
-
b8d885ed FindMatlab: Fix version detection for MCR >= 9.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6976
-
b8d885ed FindMatlab: Fix version detection for MCR >= 9.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6976
-
-
5317015e Help: use package-specific var for supported component list Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6975
-
5317015e Help: use package-specific var for supported component list Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6975
-
-
3f7e6b3f Help: Document CMAKE_PLATFORM_NO_VERSIONED_SONAME Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6978
-
3f7e6b3f Help: Document CMAKE_PLATFORM_NO_VERSIONED_SONAME Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6978
-
-
19b273b7 Help: Organize and clarify export() command documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6981
-
19b273b7 Help: Organize and clarify export() command documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6981
-
Kitware Robot authored
-
- Feb 14, 2022
-
-
Brad King authored
Add section headers for each signature, and a synopsis linking to them. Re-order sections to introduce the main `export(TARGETS)` functionality before mentioning the `export(EXPORT)` shorthand, which may be confused with `install(EXPORT)`. Fixes: #23221
-
Brad King authored
Merge-request: !6976
-
Always using `_supported_components` causes conflicts when transitive dependencies also set this variable, e.g., because the developers followed these code samples. An even more general approach could be to set `_${CMAKE_FIND_PACKAGE_NAME}_supported_components` instead, but such a change should then be applied to other variables for consistency. Fixes: #23112
-
925da7d4 VS: Write ZERO_CHECK.proj for VS19 and above 11b8366e VS: Introduce IsInSolution to check whether a target is in sln file 0682cd36 VS: Add proj as a project type to VsProjectType 6ab2c40c cmGlobalVisualStudio7Generator: Drop unused method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6891
-
-
8efd4b53 cmake::GetDebugFindPkgOutput: Use consistent argument name 546922a5 Help: Fix typo and improve docs for --debug-find-pkg|var options Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6977
-
8efd4b53 cmake::GetDebugFindPkgOutput: Use consistent argument name 546922a5 Help: Fix typo and improve docs for --debug-find-pkg|var options Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6977
-
-
58af150a FortranCInterface: Fix mangling detection for x86_64 on arm64 macOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6974
-
58af150a FortranCInterface: Fix mangling detection for x86_64 on arm64 macOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6974
-
-
61929f93 GoogleTest: Fix escaping in test names Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6965
-
61929f93 GoogleTest: Fix escaping in test names Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6965
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Merge-request: !6969
-
Craig Scott authored
The argument name used in the class declaration didn't match the one used in the implementation file. The one in the header appears to be a cut-n-paste from GetDebugFindOutput(), but the implementation makes it clear that "pkg" better infers what the argument represents than "var".
-