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

Added fallback configuration for RelWithDebInfo and MinSizeRel #29

Merged
merged 1 commit into from
Mar 17, 2020
Merged

Added fallback configuration for RelWithDebInfo and MinSizeRel #29

merged 1 commit into from
Mar 17, 2020

Conversation

artudi54
Copy link
Contributor

Environment: Visual Studio 2019, libE57Format installed with both Release and Debug configuration.
Problem: RelWithDebInfo falls back to Debug build (because it's first in alphabetical order).

I have added mapping for RelWithDebInfo and MinSizeRel to fall back to Release if corresponding build is not installed. Without this options, there were linking problems between RelWithDebInfo exe project and Debug libE57Format.

For more information check MAP_IMPORTED_CONFIG.

@asmaloney asmaloney merged commit 18d670e into asmaloney:master Mar 17, 2020
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.

None yet

2 participants