require nofortran to be set on msvc
This commit is contained in:
parent
3165c915b6
commit
3dfecaaf7c
|
@ -14,6 +14,9 @@ include(GNUInstallDirs)
|
|||
|
||||
include(CMakePackageConfigHelpers)
|
||||
|
||||
if(MSVC AND NOT DEFINED NOFORTRAN)
|
||||
set(NOFORTRAN ON)
|
||||
endif()
|
||||
|
||||
#######
|
||||
if(MSVC)
|
||||
|
|
Loading…
Reference in New Issue