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.
2 parents a838a93 + 68978ba commit 55ef4acCopy full SHA for 55ef4ac
1 file changed
.github/workflows/build.yml
@@ -76,7 +76,8 @@ jobs:
76
shell: bash
77
run: |
78
conan profile detect --force
79
- conan install . --output-folder=build --build=missing -s build_type=Release
+ conan install . --output-folder=build --build=missing -s build_type=Release \
80
+ -c tools.cmake.cmaketoolchain:generator=Ninja
81
cmake -S . -B build/Release -G Ninja \
82
-DCMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake \
83
-DCMAKE_PREFIX_PATH=build \
0 commit comments