-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RuntimeLibrary deduced from profile in MSBuildToolchain (#17100)
* fix runtime library deduced from profile in MSBuildToolchain - take into account compiler.runtime_type instead of build_type (and fallback to build_type only if runtime_type is not set) - properly compute runtime_library regardless of compiler (logic was broken for clang-cl for exemple) * pass conanfile to msvc_runtime_flag * test effect of compiler.runtime_type in props file generated by MSBuildToolchain * formatting * also test ClangCL in integration test of MSBuildToolchain
- Loading branch information
Showing
2 changed files
with
38 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters