mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-18 22:32:30 -04:00
Fix typo
This commit is contained in:
parent
fa33270c55
commit
36d16085b5
@ -727,7 +727,7 @@ if (NOT ENABLE_EXTERNAL_LIBRARIES)
|
|||||||
endif()
|
endif()
|
||||||
elseif(ENABLE_EXTERNAL_LIBRARIES STREQUAL "AUTO")
|
elseif(ENABLE_EXTERNAL_LIBRARIES STREQUAL "AUTO")
|
||||||
find_package(Boost)
|
find_package(Boost)
|
||||||
find_package(FFTW3T)
|
find_package(FFTW3F)
|
||||||
if(NOT ANDROID)
|
if(NOT ANDROID)
|
||||||
find_package(LibUSB)
|
find_package(LibUSB)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user