Skip to content

Commit

Permalink
Removing commented out generator pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikeowen committed Jan 31, 2022
1 parent 86351f3 commit 995d3e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/SetupSpheral.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ if (ENABLE_WARNINGS_AS_ERRORS)
endif()
add_compile_options(${CXX_WARNING_FLAGS})
message("-- treating warnings as errors with compile flags ${CXX_WARNING_FLAGS}")
# add_compile_options($<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:"-Wall;-Wextra;-pedantic;-Werror;-Wl,--fatal-warnings">
# $<CXX_COMPILER_ID:MSVC>:"/W4;/WX">)
endif()

# We build some Fortran code from outside sources (like the Helmholtz EOS) that
Expand Down

0 comments on commit 995d3e6

Please sign in to comment.