Skip to content

Commit

Permalink
#350: Rename checkpointTargets.cmake to magistrateTargets.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Jul 3, 2024
1 parent b7141c6 commit 615e90b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/checkpointConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Get compiler and flags
get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)

include(${SELF_DIR}/checkpointTargets.cmake)
include(${SELF_DIR}/magistrateTargets.cmake)

include(CMakeFindDependencyMacro)

Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ install(
install(
EXPORT ${MAGISTRATE_LIBRARY}
DESTINATION cmake
FILE "checkpointTargets.cmake"
FILE "magistrateTargets.cmake"
NAMESPACE vt::lib::
COMPONENT runtime
)

export(
TARGETS ${MAGISTRATE_LIBRARY}
FILE "checkpointTargets.cmake"
FILE "magistrateTargets.cmake"
NAMESPACE vt::lib::
)

0 comments on commit 615e90b

Please sign in to comment.