Skip to content

[pull] master from Kitware:master #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 29, 2025
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented May 29, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

bradking and others added 8 commits May 28, 2025 09:47
It has been documented as deprecated since CMake 3.0.
With IntelLLVM on Windows, we link using the compiler driver.
With MSVC on Windows, we invoke the linker directly.  If we
use both in a single build tree, for separate languages,
the value of `CMAKE_LINK_DEF_FILE_FLAG` conflicts.  Add a
per-language `CMAKE_<LANG>_LINK_DEF_FILE_FLAG` variable to
avoid the conflict.  Preserve the language-agnostic variable
for compatibility with projects that reference it.

Fixes: #26005
In cmProjectCommand, after validating the VERSION, we move it into a
local variable. Later, however, we were comparing COMPAT_VERSION against
the VERSION stored in the arguments. Compare to the local variable
instead.
39da33a CMakeDetermineVSServicePack: Add policy to remove this module

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10834
3fdd1a1 Autogen: Replace documentation links with their permanent redirects

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10835
8b710d8 Linker: Generate per-language module -DEF: flags on Windows

Acked-by: Kitware Robot <[email protected]>
Acked-by: Markus Mützel <[email protected]>
Merge-request: !10836
0970144 project: Fix handling of COMPAT_VERSION

Acked-by: Kitware Robot <[email protected]>
Tested-by: buildbot <[email protected]>
Merge-request: !10838
@pull pull bot added the ⤵️ pull label May 29, 2025
@pull pull bot merged commit c3b2e5b into ConnectionMaster:master May 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants