diff --git a/CMakeLists.txt b/CMakeLists.txt index 85b9458..c1cdd43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,8 +170,9 @@ if (WHISPER_STANDALONE) target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) endif () - if (WHISPER_BUILD_TESTS) - enable_testing() - add_subdirectory(tests) - endif () + # TODO: temporary disabled + #if (WHISPER_BUILD_TESTS) + # enable_testing() + # add_subdirectory(tests) + #endif () endif ()