mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-12 17:43:05 +00:00
give _DIR a try and point to cmake dir
This commit is contained in:
parent
28a557fb55
commit
78bac0ddc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue