mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
Merge pull request #1812 from Azaezel/testTrouble
clang: The unit test suite doesn't play nice with -wundef
This commit is contained in:
commit
e759ab8612
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue