mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-08 11:46:46 +00:00
Improving detection of libgnutls-openssl library
This commit is contained in:
parent
11a4d531aa
commit
653835a6a8
@ -38,7 +38,7 @@ if(CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
endif(CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_C_FLAGS}")
|
||||
|
||||
find_library(GNUTLS_OPENSSL_LIBRARY NAMES gnutls-openssl
|
||||
find_library(GNUTLS_OPENSSL_LIBRARY NAMES gnutls-openssl libgnutls-openssl.so.27
|
||||
HINTS /usr/lib
|
||||
/usr/lib64
|
||||
/usr/local/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user