diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-17 20:22:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-17 20:22:40 +0200 |
commit | 5d88506182e1c8b29a1c0e308514db37022b2233 (patch) | |
tree | 8d1c7093fa32c2dec46b003a36a9cae7c60cf147 | |
parent | bc4b50acff7062f7155e87c4d337f37dfc5f1fd5 (diff) | |
download | akode-5d88506182e1c8b29a1c0e308514db37022b2233.tar.gz akode-5d88506182e1c8b29a1c0e308514db37022b2233.zip |
Fix installation of akode-config
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | akode/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) |