summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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})