mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 06:45:35 +00:00
Do not build bulletobjectool and niftest when build tests
This commit is contained in:
parent
3479aa5bff
commit
9157c96c9b
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ if [[ "${BUILD_TESTS_ONLY}" ]]; then
|
|||
-DBUILD_OPENCS=OFF \
|
||||
-DBUILD_WIZARD=OFF \
|
||||
-DBUILD_NAVMESHTOOL=OFF \
|
||||
-DBUILD_BULLETOBJECTTOOL=OFF \
|
||||
-DBUILD_NIFTEST=OFF \
|
||||
-DBUILD_UNITTESTS=${BUILD_UNITTESTS} \
|
||||
-DBUILD_BENCHMARKS=${BUILD_BENCHMARKS} \
|
||||
-DGTEST_ROOT="${GOOGLETEST_DIR}" \
|
||||
|
|
Loading…
Reference in a new issue