Skip to content

Commit

Permalink
Merge pull request #115 from achataigner/achataigner/update-tclap-dow…
Browse files Browse the repository at this point in the history
…nload-link

Update TCLAP download link
  • Loading branch information
Florent2305 authored Sep 4, 2024
2 parents 68e7146 + df24f46 commit 9625d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superbuild/TCLAP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set (proj TCLAP)

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

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 9625d03

Please sign in to comment.