mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Update CEF download to new Spotify link
This commit is contained in:
@@ -68,7 +68,7 @@ function(download_cef platform version download_dir)
|
||||
set(CEF_DOWNLOAD_FILENAME "${CEF_DISTRIBUTION}.tar.bz2")
|
||||
set(CEF_DOWNLOAD_PATH "${CEF_DOWNLOAD_DIR}/${CEF_DOWNLOAD_FILENAME}")
|
||||
if (NOT EXISTS "${CEF_DOWNLOAD_PATH}")
|
||||
string(REPLACE "+" "%2B" CEF_DOWNLOAD_URL "http://opensource.spotify.com/cefbuilds/${CEF_DOWNLOAD_FILENAME}")
|
||||
string(REPLACE "+" "%2B" CEF_DOWNLOAD_URL "http://cef-builds.spotifycdn.com/${CEF_DOWNLOAD_FILENAME}")
|
||||
|
||||
# Download the SHA1 hash for the binary distribution.
|
||||
message(STATUS "Downloading CEF: ${CEF_DOWNLOAD_PATH}.sha1...")
|
||||
|
||||
Reference in New Issue
Block a user