Skip to content

Commit

Permalink
Fix pkgconfig install path.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2a8a4160d82ee15f02ee9996a7a964bd8fe37c6e
  • Loading branch information
levlam committed Nov 2, 2020
1 parent c1de6a7 commit 1f48444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/GeneratePkgConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ CFlags: -I\"\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}\"
Libs: -L\"\${prefix}/${CMAKE_INSTALL_LIBDIR}\" -l${TARGET}
${REQUIRES}${LIBRARIES}")

install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/${TARGET}.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/${TARGET}.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
endfunction()

0 comments on commit 1f48444

Please sign in to comment.