build: cmake_paths is now supported by Conan recipe

This commit is contained in:
Mateusz Pusz
2021-01-27 17:48:53 +01:00
parent f9b15ddcd5
commit 5eb9b047bf
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
- name: Install Conan dependencies
run: |
mkdir build && cd build
conan install .. -g cmake_paths -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11 -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
conan install .. -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11 -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
- name: Configure CMake
run: |
cd build