mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
try prefix path
This commit is contained in:
parent
78bac0ddc8
commit
85081c8350
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/cmake" -DCXXOPTS_INCLUDE_DIR="$(real_pwd)/cxxopts/include"
|
||||
add_cmake_opts -DCMAKE_PREFIX_PATH="$(real_pwd)/cxxopts"
|
||||
echo Done.
|
||||
}
|
||||
cd $DEPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue