mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
fix for BORINGSSL_LIB and BORINGSSL_INCLUDE paths with cmake (#134)
* fix for BORINGSSL_LIB and BORINGSSL_INCLUDE paths with cmake * fix boringssl lib search with different build dir
This commit is contained in:
parent
9a690580c9
commit
81558c3f8c
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ ELSE()
|
|||
FIND_LIBRARY(BORINGSSL_LIB_${LIB_NAME}
|
||||
NAMES lib${LIB_NAME}.a
|
||||
PATHS ${BORINGSSL_LIB}
|
||||
PATH_SUFFIXES ${LIB_NAME}
|
||||
NO_DEFAULT_PATH)
|
||||
ENDIF()
|
||||
IF(BORINGSSL_LIB_${LIB_NAME})
|
||||
|
|
Loading…
Reference in a new issue