USER-INTEL.cmake: remove duplicated injection of GNU flags

This commit is contained in:
Christoph Junghans
2020-04-03 14:25:43 -06:00
parent 1daa4ce374
commit c54bb316b8

View File

@ -81,8 +81,6 @@ if(PKG_USER-INTEL)
target_compile_options(lammps PRIVATE ${_FLAG})
endif()
endforeach()
else()
target_compile_options(lammps PRIVATE -O3 -ffast-math)
endif()
endif()