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.
1 parent ffd11bf commit 852fc94Copy full SHA for 852fc94
cmake/CLI11GeneratePkgConfig.cmake
@@ -4,4 +4,4 @@ else()
4
configure_file("cmake/CLI11.pc.in" "CLI11.pc" @ONLY)
5
endif()
6
7
-install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
+install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc" DESTINATION "${CMAKE_INSTALL_DATADIR}/pkgconfig")
0 commit comments