diff options
author | Anton Adamansky <adamansky@gmail.com> | 2015-06-02 00:27:56 +0600 |
---|---|---|
committer | Anton Adamansky <adamansky@gmail.com> | 2015-06-02 00:27:56 +0600 |
commit | 5d3b310c98be1240b4a9bec16e698a8e419bfa5c (patch) | |
tree | 00766f4b875894f577c53f553496c64a5d0a6330 | |
parent | 8d1734027efad6e8869e9228e17930d7e3c76ef9 (diff) | |
download | ejdb-5d3b310c98be1240b4a9bec16e698a8e419bfa5c.tar.gz ejdb-5d3b310c98be1240b4a9bec16e698a8e419bfa5c.tar.bz2 ejdb-5d3b310c98be1240b4a9bec16e698a8e419bfa5c.zip |
Changed wintools download root to the softmotions.com
-rw-r--r-- | cmake/Modules/Win32LIBTools.cmake | 2 |
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}) |