1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-29 20:23:55 +00:00

Restore non-arch dependant path for the pkgconfig file (#1012)

Originally setup at https://github.com/CLIUtils/CLI11/pull/635 but
reverted in https://github.com/CLIUtils/CLI11/pull/916 without any
specific reason that I can find.
This commit is contained in:
Jose Luis Rivero 2024-03-11 16:35:35 +01:00 committed by GitHub
parent ffd11bfc01
commit 852fc94f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,4 +4,4 @@ else()
configure_file("cmake/CLI11.pc.in" "CLI11.pc" @ONLY)
endif()
install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc" DESTINATION "${CMAKE_INSTALL_DATADIR}/pkgconfig")