Skip to content

Commit 1910b64

Browse files
committed
Fix cmake url
1 parent 5343394 commit 1910b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CheckSWIGFortran.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT SWIG_CHECKED_FORTRAN)
1616
if (NOT SWIG_help_output MATCHES "Fortran")
1717
message(FATAL_ERROR "This version of SWIG does not support Fortran "
1818
"wrapping. Please install the version from "
19-
"https://github.com/sethrj/swig")
19+
"https://github.com/swig-fortran/swig")
2020
endif()
2121
set(SWIG_CHECKED_FORTRAN TRUE CACHE INTERNAL "")
2222
endif()

0 commit comments

Comments
 (0)