- Nov 01, 2023
-
-
Sebastian Hjelm authored
Previously the variables ${_prefix}_INCLUDE_DIRS and ${_prefix}_CFLAGS_OTHER where only set in the current scope and not written to the cache, so subsequent runs of CMake would cause the variables to not be set. This issue only affected users with newer versions of pkg-config because the newer versions are treated separately.
-
Kitware Robot authored
-
- Oct 31, 2023
-
-
0b95d0ca UseEcos: Improve documentation formatting Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8931
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Merge-request: !8923
-
-
22da18b9 Fortran: Restore support for TARGET_OBJECTS providing modules 64d92405 cmComputeLinkInformation: skip over linking to items for object purposes 035302b7 cmComputeLinkDepends: also copy the target from object link items 861876b9 Tests/ObjectLibrary: fix comment Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
scivision <michael@scivision.dev> Merge-request: !8923
-
22da18b9 Fortran: Restore support for TARGET_OBJECTS providing modules 64d92405 cmComputeLinkInformation: skip over linking to items for object purposes 035302b7 cmComputeLinkDepends: also copy the target from object link items 861876b9 Tests/ObjectLibrary: fix comment Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
scivision <michael@scivision.dev> Merge-request: !8923
-
-
0117446c FindFreeType: also set `FREETYPE_FOUND` 2cf2d4f7 FindFreeType: insert Freetype's location to the start 1cfc708e FindFreeType: handle config-specific `LOCATION` settings as well ae9890cd FindFreeType: consider `IMPLIB`-using platforms Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8920
-
0117446c FindFreeType: also set `FREETYPE_FOUND` 2cf2d4f7 FindFreeType: insert Freetype's location to the start 1cfc708e FindFreeType: handle config-specific `LOCATION` settings as well ae9890cd FindFreeType: consider `IMPLIB`-using platforms Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8920
-
Kitware Robot authored
-
- Oct 30, 2023
-
-
bc1f0f6e FindOpenThreads: Update documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8929
-
Ben Boeckel authored
Fixes: #25371
-
Ben Boeckel authored
Continue b6659669 (cmComputeLinkInformation: track OBJECT library dependencies, 2023-07-22) which added explicitly listed `OBJECT` libraries to the list of targets which the collator needs to consider. Now also consider targets which provide objects directly to the target via a `$<TARGET_OBJECT>` source lists. Also add tests which use target objects directly and through an `INTERFACE` library with target objects in its own sources. Fixes: #25365
-
59c21439 Help/IMPORTED_LOCATION: link to `LOCATION_<CONFIG>` docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8928
-
-
09c962a6 Tests/CXXModules: test forced rsp files with ninja Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8926
-
09c962a6 Tests/CXXModules: test forced rsp files with ninja Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8926
-
-
d3cc815c CMP0153: Add suggestion to use execute_process() 8313d261 cmState::AddDisallowedCommand(): Allow additional warning info Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !8921
-
d3cc815c CMP0153: Add suggestion to use execute_process() 8313d261 cmState::AddDisallowedCommand(): Allow additional warning info Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !8921
-
-
d7f7bf08 FindProtobuf: Fix protoc include path regression Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Matias Lopez <mlopez203@bloomberg.net> Merge-request: !8922
-
d7f7bf08 FindProtobuf: Fix protoc include path regression Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Matias Lopez <mlopez203@bloomberg.net> Merge-request: !8922
-
Kitware Robot authored
-
- Oct 29, 2023
-
-
Kitware Robot authored
-
- Oct 28, 2023
-
-
Ben Boeckel authored
This should help static builds satisfy dependencies by listing transitive libraries after freetype's.
-
Ben Boeckel authored
`vcpkg` builds release and debug variants on platforms other than Windows (which uses the `IMPLIB` properties).
-
Ben Boeckel authored
-
Kitware Robot authored
-
- Oct 27, 2023
-
-
Ben Boeckel authored
Fixes: #25367
-
Ben Boeckel authored
If a name is only found because it is a link entry of kind `Object`, do not add anything to the link line.
-
Ben Boeckel authored
-
Ben Boeckel authored
-