Skip to content

Commit

Permalink
Remove specification of fortran gfortran compiler standard from the m…
Browse files Browse the repository at this point in the history
…ain CMakeLists.txt.
  • Loading branch information
jatkinson1000 authored and TomMelt committed Nov 12, 2024
1 parent 4f6daf9 commit 2265ca0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

if(NOT CMAKE_Fortran_FLAGS)
set(CMAKE_Fortran_FLAGS "-std=f2008")
endif()

include(CheckLanguage)
if(ENABLE_CUDA)
check_language(CUDA)
Expand Down

0 comments on commit 2265ca0

Please sign in to comment.