Browse Source

Un-breakify tests

Krzysztof Kurek 6 years ago
parent
commit
75c5e6e0b2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -10,7 +10,6 @@ add_library(glm::glm ALIAS glm)
 
 
 if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
 if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
 
 
-add_subdirectory(test)
 enable_testing()
 enable_testing()
 
 
 option(GLM_QUIET "No CMake Message" OFF)
 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)
 	add_definitions(-D_CRT_SECURE_NO_WARNINGS)
 endif()
 endif()
 
 
+add_subdirectory(test)
+
 endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
 endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})