summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2013-03-21 12:08:14 +0100
committerMihael Koep <koep@schneide.com>2013-03-21 12:08:14 +0100
commit9bdf1616c6f1360658c7a97c0d7e681a932b4ee7 (patch)
tree89d5d51904286e778a3ead0dcd49dd360843300f /CMakeLists.txt
parentb9bfef1a6032e0ce0cc8f9cc95a28121a17331ce (diff)
downloaduca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.gz
uca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.bz2
uca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.xz
uca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.zip
Improve libuca package compatibility with RPM systems.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 443f33c..03abdad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,9 +40,6 @@ 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 ------------------------------------------------------------