addon: remove build WHISPER_BUILD_TESTS

pull/468/head
chenqianhe 2 years ago
parent b2f55c4740
commit 84737cd996
No known key found for this signature in database
GPG Key ID: 1AC9D28A999EC1DA

@ -242,7 +242,7 @@ add_subdirectory(bindings)
# programs, examples and tests # programs, examples and tests
# #
if (WHISPER_BUILD_TESTS) if (WHISPER_BUILD_TESTS AND NOT CMAKE_JS_VERSION)
enable_testing() enable_testing()
add_subdirectory(tests) add_subdirectory(tests)
endif () endif ()

Loading…
Cancel
Save