This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Conan generator arguments fixed.
main
offa
5 years ago
parent
c2a92c102f
commit
f89605107f
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
script/ci_build.sh
+ 2
- 1
script/ci_build.sh
View File
@@ -18,7 +18,8 @@ fi
mkdir build && cd build
conan install --build missing \
-s compiler.libcxx=${CONAN_STDLIB} \
-g cmake_find_package cmake_find_paths \
-g cmake_find_package \
-g cmake_paths \
..
cmake ..
Write
Preview
Loading…
Cancel
Save