Skip to content

Commit 9625d03

Browse files
authored
Merge pull request #115 from achataigner/achataigner/update-tclap-download-link
Update TCLAP download link
2 parents 68e7146 + df24f46 commit 9625d03

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)