Merge pull request #344 from oynqr/build/allow-disabling-tests

This commit is contained in:
Sefa Eyeoglu
2022-03-29 14:42:49 +02:00
committed by GitHub
3 changed files with 54 additions and 50 deletions

View File

@ -6,7 +6,7 @@ if(WIN32)
endif()
project(Launcher)
enable_testing()
include(CTest)
string(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BUILD_DIR}" IS_IN_SOURCE_BUILD)
if(IS_IN_SOURCE_BUILD)