mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Add option to not link date-tz even if the source code exists
This commit is contained in:
parent
1affe9dce3
commit
1ca61f3ed4
|
|
@ -31,7 +31,8 @@ if(NOT ZLIB_FOUND)
|
|||
endif()
|
||||
|
||||
set(DATE_LIB_DIR "${ADVSS_SOURCE_DIR}/deps/date")
|
||||
if(EXISTS "${DATE_LIB_DIR}/CMakeLists.txt")
|
||||
if(EXISTS "${DATE_LIB_DIR}/CMakeLists.txt"
|
||||
AND NOT DISABLE_TWITCH_TIMESTAMP_VERIFICATION)
|
||||
set(BUILD_TZ_LIB ON)
|
||||
if(OS_WINDOWS)
|
||||
if(CURL_FOUND AND TARGET CURL::libcurl)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user