Skip to content
Snippets Groups Projects
Commit 806bacf1 authored by Henrik S. Gaßmann's avatar Henrik S. Gaßmann Committed by Arthur Sonzogni
Browse files

build(install): Fix pkgconfig install directory

`pkg-config` finds configs within `$prefix/lib/pkgconfig`, but not in
`$prefix/lib`.

See-Also: https://linux.die.net/man/1/pkg-config
parent d00d9462
Branches
No related tags found
No related merge requests found
......@@ -58,5 +58,5 @@ install(
configure_file(ftxui.pc.in ${CMAKE_CURRENT_BINARY_DIR}/ftxui.pc @ONLY)
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/ftxui.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment