Explorar o código

Merge pull request #1812 from Azaezel/testTrouble

clang: The unit test suite doesn't play nice with -wundef
Areloch %!s(int64=8) %!d(string=hai) anos
pai
achega
e759ab8612
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Tools/CMake/modules/module_testing.cmake

+ 1 - 1
Tools/CMake/modules/module_testing.cmake

@@ -20,7 +20,7 @@
 # IN THE SOFTWARE.
 # -----------------------------------------------------------------------------
 
-option(TORQUE_TESTING "Enable unit test module" ON)
+option(TORQUE_TESTING "Enable unit test module" OFF)
 mark_as_advanced(TORQUE_TESTING)
 
 if(TORQUE_TESTING)