We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5343394 commit 1910b64Copy full SHA for 1910b64
cmake/CheckSWIGFortran.cmake
@@ -16,7 +16,7 @@ if (NOT SWIG_CHECKED_FORTRAN)
16
if (NOT SWIG_help_output MATCHES "Fortran")
17
message(FATAL_ERROR "This version of SWIG does not support Fortran "
18
"wrapping. Please install the version from "
19
- "https://github.com/sethrj/swig")
+ "https://github.com/swig-fortran/swig")
20
endif()
21
set(SWIG_CHECKED_FORTRAN TRUE CACHE INTERNAL "")
22
0 commit comments