Skip to content

Commit

Permalink
Restore non-arch dependant path for the pkgconfig file (#1012)
Browse files Browse the repository at this point in the history
Originally setup at #635 but
reverted in #916 without any
specific reason that I can find.
  • Loading branch information
j-rivero authored Mar 11, 2024
1 parent ffd11bf commit 852fc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CLI11GeneratePkgConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 852fc94

Please sign in to comment.