From: Anton Adamansky Date: Mon, 1 Jun 2015 18:27:56 +0000 (+0600) Subject: Changed wintools download root to the softmotions.com X-Git-Tag: v1.2.12~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d3b310c98be1240b4a9bec16e698a8e419bfa5c;p=platform%2Fupstream%2Fejdb.git Changed wintools download root to the softmotions.com --- diff --git a/cmake/Modules/Win32LIBTools.cmake b/cmake/Modules/Win32LIBTools.cmake index 0dcf437..d218364 100644 --- a/cmake/Modules/Win32LIBTools.cmake +++ b/cmake/Modules/Win32LIBTools.cmake @@ -15,7 +15,7 @@ if (NOT WINTOOLS_WGET_EXEC) endif() set(WINTOOLS_DIR ${CMAKE_BINARY_DIR}/WINTOOLS) -set(WINTOOLS_DL_ROOT "https://dl.dropboxusercontent.com/u/4709222/windev") +set(WINTOOLS_DL_ROOT "http://softmotions.com/windev") if (NOT EXISTS ${WINTOOLS_DIR}) file(MAKE_DIRECTORY ${WINTOOLS_DIR})