Open chapman39 opened 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.
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_
This line can be removed in an upcoming Axom update:
See https://github.com/LLNL/Tribol/pull/52/files#diff-7c7bae65f535f61f97e00bb99c48133673c6d8039edb9d526d51cc45c03cfca6R36
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_