1 diff --git a/test.sh b/test.sh
2 index f017b9a..027031e 100755
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"
10 +cmake .. $cmake_gen -DDrogon_DIR=$out/lib/cmake/Drogon -DTrantor_DIR=$out/lib/cmake/Trantor
13 echo "Failed to run CMake for example project"