From 3dd9fca200d121517a7ba25ad8ba9a0a98b320a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 8 Nov 2012 02:58:39 +0100 Subject: Fix various cmake build issues Fix automake build issue in kapptemplate --- kapptemplate/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kapptemplate/CMakeLists.txt') diff --git a/kapptemplate/CMakeLists.txt b/kapptemplate/CMakeLists.txt index 399917a9..1be17f9c 100644 --- a/kapptemplate/CMakeLists.txt +++ b/kapptemplate/CMakeLists.txt @@ -23,6 +23,10 @@ configure_file( kapptemplate.cmake kapptemplate @ONLY ) install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/kapptemplate + DESTINATION ${BIN_INSTALL_DIR} ) + +install( PROGRAMS + ${CMAKE_CURRENT_SOURCE_DIR}/mkinstalldirs DESTINATION ${DATA_INSTALL_DIR}/kapptemplate/bin ) install( FILES -- cgit v1.2.1