Skip to content
New issue

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

Failure to build VT+checkpoint+detector in TPL directory in app #1524

Closed
lifflander opened this issue Aug 17, 2021 · 1 comment · Fixed by #1525 or #1528
Closed

Failure to build VT+checkpoint+detector in TPL directory in app #1524

lifflander opened this issue Aug 17, 2021 · 1 comment · Fixed by #1525 or #1528

Comments

@lifflander
Copy link
Collaborator

Describe the bug

20:17:27  -- Configuring done
20:17:28  CMake Error: install(EXPORT "EMPIRE-targets" ...) includes target "input_deck" which requires target "checkpoint" that is not in this export set, but in multiple other export sets: cmake/checkpointTargets.cmake, cmake/vtTargets.cmake.
20:17:28  An exported target cannot depend upon another target which is exported multiple times. Consider consolidating the exports of the "checkpoint" target to a single export.
20:17:28  CMake Error: install(EXPORT "EMPIRE-targets" ...) includes target "RandomNumberGenerator" which requires target "checkpoint" that is not in this export set, but in multiple other export sets: cmake/checkpointTargets.cmake, cmake/vtTargets.cmake.
20:17:28  An exported target cannot depend upon another target which is exported multiple times. Consider consolidating the exports of the "checkpoint" target to a single export.
20:17:28  CMake Error: install(EXPORT "EMPIRE-targets" ...) includes target "utils" which requires target "checkpoint" that is not in this export set, but in multiple other export sets: cmake/checkpointTargets.cmake, cmake/vtTargets.cmake.
20:17:28  An exported target cannot depend upon another target which is exported multiple times. Consider consolidating the exports of the "checkpoint" target to a single export.
20:17:28  -- Generating done
20:17:28  CMake Generate step failed.  Build files cannot be regenerated correctly.
@PhilMiller
Copy link
Member

This alone doesn't fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants