diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bc9ac1e7..11617b18b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,9 +17,10 @@ include(GNUInstallDirs) include(CMakePackageConfigHelpers) -#if(MSVC AND NOT DEFINED NOFORTRAN) +if(MSVC AND NOT DEFINED NOFORTRAN) # set(NOFORTRAN ON) -#endif() +message (STATUS "would have set NOFORTRAN here") +endif() ####### #if(MSVC)