Update CMakeLists.txt

This commit is contained in:
Martin Kroeker 2022-03-17 12:18:05 +01:00 committed by GitHub
parent b87f7da501
commit 206d9a0620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -17,9 +17,10 @@ include(GNUInstallDirs)
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)
#if(MSVC AND NOT DEFINED NOFORTRAN) if(MSVC AND NOT DEFINED NOFORTRAN)
# set(NOFORTRAN ON) # set(NOFORTRAN ON)
#endif() message (STATUS "would have set NOFORTRAN here")
endif()
####### #######
#if(MSVC) #if(MSVC)