Skip to content

Commit 852fc94

Browse files
authored
Restore non-arch dependant path for the pkgconfig file (#1012)
Originally setup at #635 but reverted in #916 without any specific reason that I can find.
1 parent ffd11bf commit 852fc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CLI11GeneratePkgConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ else()
44
configure_file("cmake/CLI11.pc.in" "CLI11.pc" @ONLY)
55
endif()
66

7-
install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
7+
install(FILES "${PROJECT_BINARY_DIR}/CLI11.pc" DESTINATION "${CMAKE_INSTALL_DATADIR}/pkgconfig")

0 commit comments

Comments
 (0)