Skip to content

Commit d835f86

Browse files
Removes extra comments
1 parent 1ed021e commit d835f86

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,6 @@ configure_file(
9292
include(PreventInSourceBuilds)
9393
include(PreventInBuildInstalls)
9494

95-
# # Following nomenclature from here:
96-
# # https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html
97-
# if (CMAKE_Fortran_COMPILER_ID MATCHES "GNU")
98-
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -frecursive")
99-
# # elseif(CMAKE_Fortran_COMPILER_ID MATCHES "G95")
100-
# # set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -frecursive")
101-
# elseif(CMAKE_Fortran_COMPILER_ID MATCHES "Intel")
102-
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -recursive")
103-
# elseif(CMAKE_Fortran_COMPILER_ID MATCHES "IntelLLVM")
104-
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -recursive")
105-
# elseif(CMAKE_Fortran_COMPILER_ID MATCHES "NVIDIA")
106-
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Mrecursive")
107-
# elseif(CMAKE_Fortran_COMPILER_ID MATCHES "PGI")
108-
# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Mrecursive")
109-
# endif()
110-
11195
# Check if recursive flag exists
11296
include(CheckFortranCompilerFlag)
11397
check_fortran_compiler_flag("-recursive" _recursiveFlag)

0 commit comments

Comments
 (0)