Upgrade conan

Set conan to 1.40.3
This commit is contained in:
qurious-pixel 2021-10-02 10:06:59 -07:00 committed by GitHub
parent cb907573ba
commit c71ce6db10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ find . -name "CMakeLists.txt" ! -path "*/externals/*" -exec sed -i 's/^.*-Werror
find . -name "CMakeLists.txt" ! -path "*/externals/*" -exec sed -i 's/^.*-Werror=.*$/ /g' {} +
find . -name "CMakeLists.txt" ! -path "*/externals/*" -exec sed -i 's/-Werror/-W/g' {} +
pip3 install conan --upgrade
mkdir build && cd build
cmake .. \