From 3852fd79942d49c3c01ef538c28887331b74b516 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 26 Apr 2023 13:38:21 +0200 Subject: [PATCH] one too many S --- CI/before_script.msvc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 0abf522280..57158e63e8 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -754,6 +754,8 @@ printf "Bullet ${BULLET_VER}... " add_cmake_opts -DBULLET_ROOT="$(real_pwd)/Bullet" echo Done. } +cd $DEPS +echo printf "cxxopts ${CXXOPTS_VER}... " { cd $DEPS_INSTALL @@ -765,7 +767,7 @@ printf "cxxopts ${CXXOPTS_VER}... " mv "cxxopts-${CXXOPTS_VER}" cxxopts fi export CXXOPTS_HOME="$(real_pwd)/cxxopts" - add_cmake_opts -DCXXOPTS_INCLUDE_DIRS="${CXXOPTS_HOME}/include" + add_cmake_opts -DCXXOPTS_INCLUDE_DIR="${CXXOPTS_HOME}/include" echo Done. } cd $DEPS