mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
cmake: fix pkgconfig generation (copy-paste typo)
(cherry picked from commit 882f537c409d9c51ede581a3e13de7519227edb7)
This commit is contained in:
parent
9806b12637
commit
cc554d87ce
@ -25,12 +25,12 @@ macro(generate_pkgconfig LIB_NAME)
|
||||
|
||||
set(LIBS "")
|
||||
foreach (LIB ${LIB_PLATFORM})
|
||||
set(OPENSSL_LIBS "${LIBS} -L${LIB}")
|
||||
set(LIBS "${LIBS} -L${LIB}")
|
||||
endforeach()
|
||||
|
||||
set(OPENSSL_LIBS "")
|
||||
foreach(LIB ${OPENSSL_LIBRARIES})
|
||||
set(OPENSSL_LIBS "${LIBS} -L${LIB}")
|
||||
set(OPENSSL_LIBS "${OPENSSL_LIBS} -L${LIB}")
|
||||
endforeach()
|
||||
|
||||
configure_file("lib${LIB_NAME}.pc.in" "lib${LIB_NAME}.pc" @ONLY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user