1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-12 04:14:05 +00:00

give _DIR a try and point to cmake dir

This commit is contained in:
Bret Curtis 2023-04-26 08:59:22 +02:00
parent 28a557fb55
commit 78bac0ddc8

View File

@ -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