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:
parent
28a557fb55
commit
78bac0ddc8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user