Skip to content

Commit

Permalink
Update TCLAP download link
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
achataigner committed Jul 30, 2024
1 parent 68e7146 commit df24f46
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 df24f46

Please sign in to comment.