From 256304ee92f49b536358252693a2083f211e1e37 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 12 May 2011 15:27:59 -0700 Subject: Volk: fixed pkgconfig install --- volk/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'volk') diff --git a/volk/CMakeLists.txt b/volk/CMakeLists.txt index 9c95fe6cd..5a3da11d4 100644 --- a/volk/CMakeLists.txt +++ b/volk/CMakeLists.txt @@ -76,8 +76,8 @@ CONFIGURE_FILE( ${CMAKE_CURRENT_BINARY_DIR}/volk.pc @ONLY) -INSTALL_FILES( - ${CMAKE_CURRENT_BINARY_DIR}/volk.pc +INSTALL( + FILES ${CMAKE_CURRENT_BINARY_DIR}/volk.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig ) -- cgit