We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae64216 commit 1dd810fCopy full SHA for 1dd810f
.github/workflows/conan.yml
@@ -91,11 +91,17 @@ jobs:
91
92
- name: Create package
93
shell: powershell
94
+ #conan create . --build=missing -s compiler.cppstd=17 -c:h tools.microsoft.winsdk_version=10.0.17763.0
95
run: |
96
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
97
refreshenv
98
conan profile detect
- conan create . --build=missing -s compiler.cppstd=17 -c:h tools.microsoft.winsdk_version=10.0.17763.0
99
+ conan create . `
100
+ --build=missing `
101
+ -o "&:shared=False" `
102
+ -s:h compiler.cppstd=17 `
103
+ -c:h tools.microsoft:winsdk_version=10.0.17763.0 `
104
+ -s:h compiler.runtime=static
105
env:
106
CONAN_USER_HOME: c:/cache
107
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
0 commit comments