From 9441e1a3f86ae10ae3710228cac1d9bfc162a8d6 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 26 Apr 2023 00:21:27 +0200 Subject: [PATCH] add the include dir for windows maybe --- 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 42a0a2fea2..7d93217b07 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" + add_cmake_opts -DCXXOPTS_ROOT="$(real_pwd)/cxxopts" -DCXXOPTS_INCLUDE_DIR="$(real_pwd)/cxxopts/include" echo Done. } cd $DEPS