Skip to content

Commit

Permalink
fixed path to mona-mpi.pc in install command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jun 20, 2022
1 parent 64cd102 commit 08b96b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ install (FILES "${CMAKE_CURRENT_BINARY_DIR}/mona-config.cmake"
install (FILES "${CMAKE_CURRENT_SOURCE_DIR}/../include/mona.h"
"${CMAKE_CURRENT_SOURCE_DIR}/../include/mona-coll.h"
DESTINATION include)
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/mona.pc"
DESTINATION "lib/pkgconfig/")
if (ENABLE_MPI_WRAPPERS)
install (FILES "${CMAKE_CURRENT_SOURCE_DIR}/../include/mona-mpi.h"
DESTINATION include)
install (FILES "${CMAKE_CURRENT_SOURCE_DIR}/mona-mpi.pc"
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/mona-mpi.pc"
DESTINATION "lib/pkgconfig/")
endif ()
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/mona.pc"
DESTINATION "lib/pkgconfig/")

0 comments on commit 08b96b4

Please sign in to comment.