Files

11 lines
338 B
CMake
Raw Permalink Normal View History

2017-06-13 08:13:28 +00:00
--- cmake/modules/PkgConfigEx.cmake.orig 2017-06-02 14:39:21 UTC
+++ cmake/modules/PkgConfigEx.cmake
@@ -85,6 +85,6 @@ macro(add_pkgconfig_file _input _output)
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_output}
- DESTINATION ${LIB_INSTALL_DIR}/pkgconfig
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig
)
endmacro()