Skip to content

Comments

[Core] Fix fulldebug in windows#13222

Merged
roigcarlo merged 1 commit intomasterfrom
core/fix-fulldebug-win
Mar 13, 2025
Merged

[Core] Fix fulldebug in windows#13222
roigcarlo merged 1 commit intomasterfrom
core/fix-fulldebug-win

Conversation

@roigcarlo
Copy link
Member

📝 Description
FullDebug builds in windows were failing for some people.
The cause is that, for some reason, now it defaults to /MD instead of /MDd. 🤷 @AlejandroCornejo This should fix your problem.

Also took the chance to prepare the CMake to use the new findboost, just setting the policy for now ( @rfaasse we will need this prior to upgrading boost and cmake to newer versions because they changed how the FindBoost works from 3.30 onwards and newer versions of boost are designed to work with that )

🆕 Changelog

  • Mapping the Debug config to FullDebug and manually selecting the runtime lib
  • Preparing for using the new FindBoost Mechanism.

@roigcarlo roigcarlo requested a review from a team as a code owner March 13, 2025 12:07
@roigcarlo roigcarlo enabled auto-merge March 13, 2025 13:59
@roigcarlo roigcarlo merged commit 19717d5 into master Mar 13, 2025
11 checks passed
@roigcarlo roigcarlo deleted the core/fix-fulldebug-win branch March 13, 2025 15:17
@AlejandroCornejo
Copy link
Member

I confirm that now it compiles in Windows FullDebug :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants