@@ -1,6 +1,6 @@ | |||
[requires] | |||
Catch2/2.9.2@catchorg/stable | |||
trompeloeil/v34@rollbear/stable | |||
trompeloeil/v35@rollbear/stable | |||
[generators] | |||
cmake_find_package |
@@ -16,7 +16,7 @@ else | |||
fi | |||
mkdir build && cd build | |||
conan install --build missing -s compiler.libcxx=${CONAN_STDLIB} .. | |||
conan install -s compiler.libcxx=${CONAN_STDLIB} .. | |||
cmake .. | |||
make |