mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-27 11:45:34 -05:00
Add option to not link date-tz even if the source code exists
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user