Skip to content

Commit 8788701

Browse files
committed
More code review
1 parent 0191d7f commit 8788701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ endif()
116116
#--- Test suite
117117
if((NOT WINDOWS_STORE) AND (NOT (DEFINED XBOX_CONSOLE_TARGET)))
118118
include(CTest)
119-
if(BUILD_TESTING AND WIN32 AND (NOT WINDOWS_STORE) AND (EXISTS "${CMAKE_CURRENT_LIST_DIR}/Tests/CMakeLists.txt"))
119+
if(BUILD_TESTING AND (EXISTS "${CMAKE_CURRENT_LIST_DIR}/Tests/CMakeLists.txt"))
120120
enable_testing()
121121
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/Tests)
122122
endif()

0 commit comments

Comments
 (0)