Skip to content

Commit

Permalink
Remove unneeded setting of OpenMP compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Oct 7, 2024
1 parent ffe753b commit e6516d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gromacs/cmake/gmxManageColvars.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function(gmx_manage_colvars)
target_compile_definitions(colvars_objlib PRIVATE -DCOLVARS_MPI)
endif()
if(GMX_OPENMP)
target_compile_options(colvars_objlib PRIVATE ${OpenMP_CXX_FLAGS})
target_link_libraries(colvars_objlib PRIVATE OpenMP::OpenMP_CXX)
endif()
if(GMX_TORCH)
Expand Down

0 comments on commit e6516d3

Please sign in to comment.