We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e1045 + 1bc076f commit cf5afd6Copy full SHA for cf5afd6
CMakeLists.txt
@@ -42,7 +42,7 @@ target_link_libraries(mpgen PRIVATE -L${capnp_LIBRARY_DIRS} capnpc)
42
install(TARGETS mpgen EXPORT Multiprocess RUNTIME DESTINATION bin)
43
44
configure_file(pkgconfig/libmultiprocess.pc.in "${CMAKE_CURRENT_BINARY_DIR}/libmultiprocess.pc" @ONLY)
45
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmultiprocess.pc" DESTINATION "pkgconfig")
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmultiprocess.pc" DESTINATION "lib/pkgconfig")
46
47
install(EXPORT Multiprocess DESTINATION lib/cmake/Multiprocess)
48
0 commit comments