We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0191d7f commit 8788701Copy full SHA for 8788701
CMakeLists.txt
@@ -116,7 +116,7 @@ endif()
116
#--- Test suite
117
if((NOT WINDOWS_STORE) AND (NOT (DEFINED XBOX_CONSOLE_TARGET)))
118
include(CTest)
119
- if(BUILD_TESTING AND WIN32 AND (NOT WINDOWS_STORE) AND (EXISTS "${CMAKE_CURRENT_LIST_DIR}/Tests/CMakeLists.txt"))
+ if(BUILD_TESTING AND (EXISTS "${CMAKE_CURRENT_LIST_DIR}/Tests/CMakeLists.txt"))
120
enable_testing()
121
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/Tests)
122
endif()
0 commit comments