[mlpack-git] master: Fix location of pkg-config file install. (96ac227)

gitdub at mlpack.org gitdub at mlpack.org
Tue Sep 13 11:46:35 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/12a10f428c07dd409d52684932655842a8eddb29...8d6d3919faf8596778b6db8c8865262fec9c394b

>---------------------------------------------------------------

commit 96ac22753a3651a28ffd505e2bc172ddd149691c
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Sep 13 11:46:24 2016 -0400

    Fix location of pkg-config file install.


>---------------------------------------------------------------

96ac22753a3651a28ffd505e2bc172ddd149691c
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8383f81..c30404b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -542,5 +542,5 @@ if (PKG_CONFIG_FOUND)
 
   # Do we need a different directory?
   install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib/pkgconfig/mlpack.pc
-      DESTINATION ${libdir}/pkgconfig/)
+      DESTINATION lib/pkgconfig/)
 endif ()




More information about the mlpack-git mailing list