We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #52 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
From serac codevelop:
CMake Error: install(EXPORT "tribol-targets" ...) includes target "openmp" more than once in the export set.
Originally posted by @chapman39 in #52 (comment)
The text was updated successfully, but these errors were encountered: