fix CMake's UHD find script for newer UHD binaries

master
Andre Puschmann 7 years ago
parent 3e712d6a57
commit 8a7e376410

@ -16,6 +16,7 @@ FIND_LIBRARY(
HINTS $ENV{UHD_DIR}/lib
PATHS /usr/local/lib
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/local/lib64
/usr/local/lib32
)

Loading…
Cancel
Save