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 f858b08 commit f88b727Copy full SHA for f88b727
.github/workflows/cmake_windows.yml
@@ -33,7 +33,7 @@ jobs:
33
run: conan profile detect
34
35
- name: Install conan dependencies
36
- run: conan install conanfile.py -s build_type=${{env.BUILD_TYPE}} --build=missing
+ run: conan install conanfile.py -s build_type=${{env.BUILD_TYPE}} --build=missing --settings:host compiler.cppstd=17
37
38
- name: Normalize build type
39
shell: bash
0 commit comments