Un-breakify tests

This commit is contained in:
Krzysztof Kurek 2019-10-16 17:03:31 +02:00 committed by kiroma
parent e791090589
commit 75c5e6e0b2
No known key found for this signature in database
GPG Key ID: 388ED27EE6311049

View File

@ -10,7 +10,6 @@ add_library(glm::glm ALIAS glm)
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(test)
enable_testing()
option(GLM_QUIET "No CMake Message" OFF)
@ -239,4 +238,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
add_subdirectory(test)
endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})