cmake: Fix upgraded URL
This commit is contained in:
parent
3f4a07ebb2
commit
d0b39186ea
|
@ -181,7 +181,7 @@ else()
|
||||||
else()
|
else()
|
||||||
message(STATUS "${PROJECT_NAME}: No OBS Studio detected, using downloadable prebuilt binaries.")
|
message(STATUS "${PROJECT_NAME}: No OBS Studio detected, using downloadable prebuilt binaries.")
|
||||||
CacheSet(${PropertyPrefix}OBS_DOWNLOAD TRUE)
|
CacheSet(${PropertyPrefix}OBS_DOWNLOAD TRUE)
|
||||||
set(${PropertyPrefix}OBS_DOWNLOAD_URL "https://github.com/Xaymar/obs-studio/releases/download/${OBS_DOWNLOAD_VERSION}/obs-studio-${ARCH}-vs2017.7z")
|
set(${PropertyPrefix}OBS_DOWNLOAD_URL "https://github.com/Xaymar/obs-studio/releases/download/${OBS_DOWNLOAD_VERSION}/obs-studio-${ARCH}-0.0.0.0-vs2017.7z")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue