Browse Source

require nofortran to be set on msvc

tags/v0.3.14^2
xoviat 5 years ago
parent
commit
3dfecaaf7c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      CMakeLists.txt

+ 3
- 0
CMakeLists.txt View File

@@ -14,6 +14,9 @@ include(GNUInstallDirs)

include(CMakePackageConfigHelpers)

if(MSVC AND NOT DEFINED NOFORTRAN)
set(NOFORTRAN ON)
endif()

#######
if(MSVC)


Loading…
Cancel
Save