mirror of https://github.com/getdnsapi/getdns.git
Add libidn2 to list of library names searched when looking for libidn2.
Other find packages do this, and omitting it stops it from finding vcpkg library.
This commit is contained in:
parent
07a074c1b1
commit
c66d772c97
|
@ -34,7 +34,7 @@ find_path(LIBIDN2_INCLUDE_DIR idn2.h
|
|||
"${LIBIDN2_DIR}/include"
|
||||
)
|
||||
|
||||
find_library(LIBIDN2_LIBRARY NAMES idn2
|
||||
find_library(LIBIDN2_LIBRARY NAMES idn2 libidn2
|
||||
HINTS
|
||||
"${LIBIDN2_DIR}"
|
||||
"${LIBIDN2_DIR}/lib"
|
||||
|
|
Loading…
Reference in New Issue