Skip to content

Commit

Permalink
Merge pull request #453 from mmuetzel/cmake
Browse files Browse the repository at this point in the history
AMD: Don't force-disable Fortran on Windows
  • Loading branch information
DrTimothyAldenDavis authored Oct 20, 2023
2 parents 0900858 + ab2d833 commit b4620c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AMD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ include ( SuiteSparsePolicy )
# define the project
#-------------------------------------------------------------------------------

if ( WIN32 )
# disable Fortran in AMD when compiling on Windows
set ( NFORTRAN true )
endif ( )

if ( NOT NFORTRAN )
# Fortan is available and enabled
project ( amd
Expand Down

0 comments on commit b4620c7

Please sign in to comment.