Fix(build): Don't force building with unit tests as we don't always want to mess

with this
pull/657/head
Dave Corley 7 months ago
parent 8620d0e622
commit 5bac60f858

@ -30,7 +30,7 @@ option(BUILD_ESMTOOL "Build ESM inspector" OFF)
option(BUILD_NIFTEST "Build nif file tester" OFF)
option(BUILD_DOCS "Build documentation." OFF )
option(BUILD_WITH_CODE_COVERAGE "Enable code coverage with gconv" OFF)
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" ON)
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" OFF)
option(BUILD_BENCHMARKS "Build benchmarks with Google Benchmark" OFF)
option(BUILD_OPENMW_MP "Build OpenMW-MP" ON)
option(BUILD_BROWSER "Build tes3mp Server Browser" ON)

Loading…
Cancel
Save