Skip to content

Commit 7c65102

Browse files
authored
Fix lp_solve url (GeomScale#358)
1 parent a33e5f4 commit 7c65102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/cmake-files/LPSolve.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif(NOT APPLE)
99
set(FETCHCONTENT_BASE_DIR "${LP_SOLVE_CMAKE_DIR}/../_deps")
1010
FetchContent_Declare(
1111
lpsolve
12-
URL https://webwerks.dl.sourceforge.net/project/lpsolve/lpsolve/5.5.2.11/lp_solve_5.5.2.11_source.tar.gz
12+
URL https://downloads.sourceforge.net/project/lpsolve/lpsolve/5.5.2.11/lp_solve_5.5.2.11_source.tar.gz
1313
URL_HASH MD5=a829a8d9c60ff81dc72ff52363703886
1414
)
1515

0 commit comments

Comments
 (0)