Skip to content

Commit df24f46

Browse files
committed
Update TCLAP download link
Previous link did not work because of SSL connection error: CMake Error at /mnt/disk/dev/build-anima-release/External-Projects/TCLAP/src/TCLAP-stamp/download-TCLAP.cmake:170 (message): Each download failed! error: downloading 'https://netix.dl.sourceforge.net/project/tclap/tclap-1.2.1.tar.gz' failed status_code: 35 status_string: "SSL connect error"
1 parent 68e7146 commit df24f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superbuild/TCLAP.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set (proj TCLAP)
22

33
set (location "")
44
if (NOT DEFINED ${proj}_SRC_DIR)
5-
set(location URL https://netix.dl.sourceforge.net/project/tclap/tclap-1.2.1.tar.gz)
5+
set(location URL https://sourceforge.net/projects/tclap/files/tclap-1.2.1.tar.gz/download)
66
endif()
77

88
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)