summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 65ced10e2..8ada439c1 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -114,7 +114,7 @@ if(WIN32)
# required by python2-lxml
${MINGW_BIN}/libexslt-0.dll
# required by python2-numpy
- ${MINGW_BIN}/libgfortran-3.dll
+ ${MINGW_BIN}/libgfortran-4.dll
${MINGW_BIN}/libopenblas.dll
${MINGW_BIN}/libquadmath-0.dll
DESTINATION .)