Skip to content

Commit

Permalink
Merge pull request #2123 from DARMA-tasking/2119-vt-doesnt-install-ch…
Browse files Browse the repository at this point in the history
…eckpoint-and-detector-if-they-are-added-as-subdirectories-to-vt

#2119: cmake: install target for checkpoint when included in lib
  • Loading branch information
lifflander authored Mar 29, 2023
2 parents 6822a09 + ed666b2 commit db009ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,10 @@ export(
FILE "vtTargets.cmake"
NAMESPACE vt::runtime::
)

if (EXISTS "${PROJECT_LIB_DIR}/checkpoint")
install(
TARGETS checkpoint
EXPORT ${VIRTUAL_TRANSPORT_LIBRARY}
)
endif()

0 comments on commit db009ff

Please sign in to comment.