Disabled tests by default

This commit is contained in:
Lukas Dürrenberger 2018-08-20 23:49:56 +02:00 committed by Lukas Dürrenberger
parent d53858afb1
commit c626332e03
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ if(SFML_BUILD_WINDOW)
endif() endif()
# add an option for building the test suite # add an option for building the test suite
sfml_set_option(SFML_BUILD_TEST_SUITE TRUE BOOL "TRUE to build the SFML test suite, FALSE to ignore it") sfml_set_option(SFML_BUILD_TEST_SUITE FALSE BOOL "TRUE to build the SFML test suite, FALSE to ignore it")
# macOS specific options # macOS specific options
if(SFML_OS_MACOSX) if(SFML_OS_MACOSX)