Skip to content
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

[Core] Fix fulldebug in windows #13222

Merged
merged 1 commit into from
Mar 13, 2025
Merged

[Core] Fix fulldebug in windows #13222

merged 1 commit into from
Mar 13, 2025

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