-
Notifications
You must be signed in to change notification settings - Fork 994
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of
tools.build:defines
for (Ninja) multi-config CMake …
…CMake (#15921) (#16637) * Add test for handling of tools.build:defines for Ninja multi-config CMake * Fix handling of tools.build:defines for (Ninja) multi-config CMake The CMake generator-expressions that results from the values given to Conan's `tools.build:defines` configuration will now properly be put into quotes to form a CMake string. (Note: CMake's generator-expressions should never contain any (non-escaped) quotes.) * use CMake 3.23 in test * fix Windows (might pass by luck, using clang++ instead of cl) * fix Windows activating conanbuild.bat for vcvars --------- Co-authored-by: memsharded <james@conan.io>
- Loading branch information
1 parent
59bcd38
commit 671b46b
Showing
2 changed files
with
104 additions
and
1 deletion.
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