From c11a6c7bed07d50fb654984fe603b27613e9abc2 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 30 Oct 2012 18:01:17 +0100 Subject: Add configuring of the spec-file. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bef3712..e9d49fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,8 @@ set(UCA_ENUM_HDRS configure_file(${CMAKE_CURRENT_SOURCE_DIR}/package.sh.in ${CMAKE_CURRENT_BINARY_DIR}/package.sh) +configure_file("${CMAKE_CURRENT_SOURCE_DIR}/libuca.spec.in" + "${CMAKE_CURRENT_BINARY_DIR}/libuca.spec" @ONLY IMMEDIATE) # --- Common flags ------------------------------------------------------------ -- cgit v1.2.3