This commit is contained in:
Jon Beniston 2023-08-23 11:53:22 +01:00
parent fa33270c55
commit 36d16085b5
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ if (NOT ENABLE_EXTERNAL_LIBRARIES)
endif()
elseif(ENABLE_EXTERNAL_LIBRARIES STREQUAL "AUTO")
find_package(Boost)
find_package(FFTW3T)
find_package(FFTW3F)
if(NOT ANDROID)
find_package(LibUSB)
endif()