mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
set a variable in template to boolean
This commit is contained in:
parent
05e48528bd
commit
29b5076da4
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ endif()
|
|||
|
||||
file(GLOB EXTRA_LIBRARIES "${BUNDLE_PLUGIN_DIR}/*.${PLUGIN_EXTENSION}")
|
||||
|
||||
if (@MANUAL_SSLEAY_COPY@)
|
||||
set(MANUAL_SSLEAY_COPY @MANUAL_SSLEAY_COPY@)
|
||||
if (MANUAL_SSLEAY_COPY)
|
||||
message(STATUS "Adding $<$<CONFIG:Debug>:@SSL_EAY_LIBRARY_DEBUG@> $<$<NOT:$<CONFIG:Debug>>:@SSL_EAY_LIBRARY_RELEASE@> to fixed up libraries")
|
||||
list(APPEND EXTRA_LIBRARIES "$<$<CONFIG:Debug>:@SSL_EAY_LIBRARY_DEBUG@>" "$<$<NOT:$<CONFIG:Debug>>:@SSL_EAY_LIBRARY_RELEASE@>")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue