Skip to content

Commit cf5afd6

Browse files
committed
Merge #1: Fix libmultiprocess.pc install path
1bc076f Fix libmultiprocess.pc install path (Russell Yanofsky) Pull request description: Top commit has no ACKs. Tree-SHA512: f2e435a9f509d0ae559d90c1b43a30a08ed4628cc43e8561c2c8503e2837cd86b34b8f511acab00871b6d539158aec68c0219c6d1d8a82c113abc461b4cefefc
2 parents 06e1045 + 1bc076f commit cf5afd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ target_link_libraries(mpgen PRIVATE -L${capnp_LIBRARY_DIRS} capnpc)
4242
install(TARGETS mpgen EXPORT Multiprocess RUNTIME DESTINATION bin)
4343

4444
configure_file(pkgconfig/libmultiprocess.pc.in "${CMAKE_CURRENT_BINARY_DIR}/libmultiprocess.pc" @ONLY)
45-
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmultiprocess.pc" DESTINATION "pkgconfig")
45+
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmultiprocess.pc" DESTINATION "lib/pkgconfig")
4646

4747
install(EXPORT Multiprocess DESTINATION lib/cmake/Multiprocess)
4848

0 commit comments

Comments
 (0)