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
This commit is contained in:
parent
9a690580c9
commit
203652c27b
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ ELSE()
|
|||
ELSE()
|
||||
FIND_LIBRARY(BORINGSSL_LIB_${LIB_NAME}
|
||||
NAMES lib${LIB_NAME}.a
|
||||
PATHS ${BORINGSSL_LIB}
|
||||
PATHS ${BORINGSSL_LIB}/${LIB_NAME}
|
||||
NO_DEFAULT_PATH)
|
||||
ENDIF()
|
||||
IF(BORINGSSL_LIB_${LIB_NAME})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue