summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Adamansky <adamansky@gmail.com>2015-06-02 00:27:56 +0600
committerAnton Adamansky <adamansky@gmail.com>2015-06-02 00:27:56 +0600
commit5d3b310c98be1240b4a9bec16e698a8e419bfa5c (patch)
tree00766f4b875894f577c53f553496c64a5d0a6330
parent8d1734027efad6e8869e9228e17930d7e3c76ef9 (diff)
downloadejdb-5d3b310c98be1240b4a9bec16e698a8e419bfa5c.tar.gz
ejdb-5d3b310c98be1240b4a9bec16e698a8e419bfa5c.tar.bz2
ejdb-5d3b310c98be1240b4a9bec16e698a8e419bfa5c.zip
Changed wintools download root to the softmotions.com
-rw-r--r--cmake/Modules/Win32LIBTools.cmake2
1 files changed, 1 insertions, 1 deletions
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})