Merge pull request #4536 from akohlmey/remove-cmake-tune-flags

Remove CMAKE_TUNE_FLAGS
This commit is contained in:
Axel Kohlmeyer
2025-04-17 11:02:04 -04:00
committed by GitHub
12 changed files with 39 additions and 112 deletions

View File

@ -33,10 +33,6 @@ mark_as_advanced(SKIP_DEATH_TESTS)
if(SKIP_DEATH_TESTS)
add_compile_definitions(LAMMPS_SKIP_DEATH_TESTS)
endif()
# import
foreach(_FLAG ${CMAKE_TUNE_FLAGS})
add_compile_options(${_FLAG})
endforeach()
# must repeat handling coverage for older CMake
if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND ENABLE_COVERAGE)