From 5d88506182e1c8b29a1c0e308514db37022b2233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 17 Jun 2015 20:22:40 +0200 Subject: [PATCH] Fix installation of akode-config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- akode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akode/CMakeLists.txt b/akode/CMakeLists.txt index 01009c0..26cc5c0 100644 --- a/akode/CMakeLists.txt +++ b/akode/CMakeLists.txt @@ -21,7 +21,7 @@ string( REGEX REPLACE "^${CMAKE_INSTALL_PREFIX}" "\${prefix}" includedir ${INCLUDE_INSTALL_DIR} ) configure_file( akode-config.in akode-config @ONLY ) -install( FILES ${CMAKE_CURRENT_BINARY_DIR}/akode-config +install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/akode-config DESTINATION ${BIN_INSTALL_DIR} )