From 78bac0ddc857948c2e013bd2268987fc4fb85130 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 26 Apr 2023 08:59:22 +0200 Subject: [PATCH] give _DIR a try and point to cmake dir --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index b65ccca345..b85253b6b4 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -764,7 +764,7 @@ printf "cxxopts ${CXXOPTS_VER}... " eval 7z x -y "${DEPS}/cxxopts-${CXXOPTS_VER}.zip" $STRIP mv "cxxopts-${CXXOPTS_VER}" cxxopts fi - add_cmake_opts -DCXXOPTS_ROOT="$(real_pwd)/cxxopts" -DCXXOPTS_DIR="$(real_pwd)/cxxopts" -DCXXOPTS_INCLUDE_DIR="$(real_pwd)/cxxopts/include" + add_cmake_opts -DCXXOPTS_ROOT="$(real_pwd)/cxxopts" -DCXXOPTS_DIR="$(real_pwd)/cxxopts/cmake" -DCXXOPTS_INCLUDE_DIR="$(real_pwd)/cxxopts/include" echo Done. } cd $DEPS