1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-12 16:13:06 +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