at 24.11-pre 13 lines 551 B view raw
1diff --git a/test.sh b/test.sh 2index f017b9a..027031e 100755 3--- a/test.sh 4+++ b/test.sh 5@@ -135,7 +135,7 @@ if [ $os = "windows" ]; then 6 conan install $src_dir -s compiler="Visual Studio" -s compiler.version=16 -sbuild_type=Debug -g cmake_paths 7 cmake_gen="$cmake_gen -DCMAKE_TOOLCHAIN_FILE=conan_paths.cmake -DCMAKE_INSTALL_PREFIX=$src_dir/install" 8 fi 9-cmake .. $cmake_gen 10+cmake .. $cmake_gen -DDrogon_DIR=$out/lib/cmake/Drogon -DTrantor_DIR=$out/lib/cmake/Trantor 11 12 if [ $? -ne 0 ]; then 13 echo "Failed to run CMake for example project"