Changed wintools download root to the softmotions.com
authorAnton Adamansky <adamansky@gmail.com>
Mon, 1 Jun 2015 18:27:56 +0000 (00:27 +0600)
committerAnton Adamansky <adamansky@gmail.com>
Mon, 1 Jun 2015 18:27:56 +0000 (00:27 +0600)
cmake/Modules/Win32LIBTools.cmake

index 0dcf437..d218364 100644 (file)
@@ -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})