diff options
Diffstat (limited to 'conf/dist/config.cmake')
-rw-r--r-- | conf/dist/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dist/config.cmake b/conf/dist/config.cmake index dd6abcbd25..3b2000b638 100644 --- a/conf/dist/config.cmake +++ b/conf/dist/config.cmake @@ -1,6 +1,6 @@ option(SERVERS "Build worldserver and authserver" 1) option(SCRIPTS "Build core with scripts included" 1) -option(UNIT_TESTS "Build unit tests" 0) +option(BUILD_TESTING "Build unit tests" 0) option(TOOLS "Build map/vmap/mmap extraction/assembler tools" 0) option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1) option(USE_COREPCH "Use precompiled headers when compiling servers" 1) |