LLNL / Tribol

Modular interface physics library featuring state-of-the-art contact physics methods.
MIT License
25 stars 2 forks source link

Undo remove openmp from Axom section in SetupThirdParty #54

Open chapman39 opened 9 months ago

chapman39 commented 9 months ago

This line can be removed in an upcoming Axom update:

list(REMOVE_ITEM _axom_exported_targets openmp)

See https://github.com/LLNL/Tribol/pull/52/files#diff-7c7bae65f535f61f97e00bb99c48133673c6d8039edb9d526d51cc45c03cfca6R36

          Also, i had to remove openmp from list, since it was included in another export set

From serac codevelop: CMake Error: install(EXPORT "tribol-targets" ...) includes target "openmp" more than once in the export set.

_Originally posted by @chapman39 in https://github.com/LLNL/Tribol/pull/52#discussion_r1454219835_