comparison Resources/CMake/SdlConfiguration.cmake @ 449:bb658baeb967

moving third-party dependencies to another server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 12:06:34 +0100
parents b70e9be013e4
children f4b37a991dac
comparison
equal deleted inserted replaced
446:3fd8e4e5f93e 449:bb658baeb967
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 if (STATIC_BUILD OR NOT USE_SYSTEM_SDL) 20 if (STATIC_BUILD OR NOT USE_SYSTEM_SDL)
21 SET(SDL_SOURCES_DIR ${CMAKE_BINARY_DIR}/SDL2-2.0.4) 21 SET(SDL_SOURCES_DIR ${CMAKE_BINARY_DIR}/SDL2-2.0.4)
22 SET(SDL_URL "http://www.orthanc-server.com/downloads/third-party/Stone/SDL2-2.0.4.tar.gz") 22 SET(SDL_URL "http://orthanc.osimis.io/ThirdPartyDownloads/SDL2-2.0.4.tar.gz")
23 SET(SDL_MD5 "44fc4a023349933e7f5d7a582f7b886e") 23 SET(SDL_MD5 "44fc4a023349933e7f5d7a582f7b886e")
24 24
25 DownloadPackage(${SDL_MD5} ${SDL_URL} "${SDL_SOURCES_DIR}") 25 DownloadPackage(${SDL_MD5} ${SDL_URL} "${SDL_SOURCES_DIR}")
26 26
27 include_directories(${SDL_SOURCES_DIR}/include) 27 include_directories(${SDL_SOURCES_DIR}/include)