Remove Building TESTS

Remove Building TESTS
Remove PortAudio
This commit is contained in:
lwvmobile 2022-06-16 05:54:32 -04:00 committed by GitHub
parent 1a87f81f08
commit 5b46fb8ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -12,7 +12,6 @@ git_describe(GIT_TAG)
find_package(LibSndFile REQUIRED)
find_package(MBE REQUIRED)
find_package(ITPP REQUIRED)
#find_package(LibPortAudio) #disabled for testing
find_package(RTLSDR)
find_package(Curses REQUIRED)
find_package(PULSEAUDIO)
@ -67,10 +66,3 @@ configure_file(
add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
option(DISABLE_TEST "Disable building of test framework." OFF)
if (NOT DISABLE_TEST)
enable_testing()
add_subdirectory(test)
endif()