1
0
Fork 0
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:
elsid 2022-07-31 16:50:07 +02:00
parent 3479aa5bff
commit 9157c96c9b
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -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}" \