We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3165c91 commit 3dfecaaCopy full SHA for 3dfecaa
1 file changed
CMakeLists.txt
@@ -14,6 +14,9 @@ include(GNUInstallDirs)
14
15
include(CMakePackageConfigHelpers)
16
17
+if(MSVC AND NOT DEFINED NOFORTRAN)
18
+ set(NOFORTRAN ON)
19
+endif()
20
21
#######
22
if(MSVC)
0 commit comments