mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-04 15:56:30 +00:00
Fix(CI): Oops we actually do need unit tests
This commit is contained in:
parent
31ecaba895
commit
1dc46c700c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue