Spaces:
Running
Running
ci : disable tests temporarily
Browse files- CMakeLists.txt +5 -4
CMakeLists.txt
CHANGED
|
@@ -170,8 +170,9 @@ if (WHISPER_STANDALONE)
|
|
| 170 |
target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
| 171 |
endif ()
|
| 172 |
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
|
|
|
| 177 |
endif ()
|
|
|
|
| 170 |
target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
| 171 |
endif ()
|
| 172 |
|
| 173 |
+
# TODO: temporary disabled
|
| 174 |
+
#if (WHISPER_BUILD_TESTS)
|
| 175 |
+
# enable_testing()
|
| 176 |
+
# add_subdirectory(tests)
|
| 177 |
+
#endif ()
|
| 178 |
endif ()
|