Fix(CI): Oops we actually do need unit tests

pull/657/head
Dave Corley 7 months ago
parent 31ecaba895
commit 1dc46c700c

@ -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" OFF)
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" ON)
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