summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2012-10-30 18:01:17 +0100
committerMihael Koep <koep@schneide.com>2012-10-30 18:01:17 +0100
commitc11a6c7bed07d50fb654984fe603b27613e9abc2 (patch)
tree0c9b1b965f024ce746d0504789b37d8331902987
parent8ce877dfe1dcf1fc1896142405c61a76d5b8b00f (diff)
downloaduca-c11a6c7bed07d50fb654984fe603b27613e9abc2.tar.gz
uca-c11a6c7bed07d50fb654984fe603b27613e9abc2.tar.bz2
uca-c11a6c7bed07d50fb654984fe603b27613e9abc2.tar.xz
uca-c11a6c7bed07d50fb654984fe603b27613e9abc2.zip
Add configuring of the spec-file.
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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 ------------------------------------------------------------