forked from lijiext/lammps
USER-INTEL.cmake: remove duplicated injection of GNU flags
This commit is contained in:
parent
1daa4ce374
commit
c54bb316b8
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue