diff options
author | Mihael Koep <koep@schneide.com> | 2013-03-21 12:08:14 +0100 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2013-03-21 12:08:14 +0100 |
commit | 9bdf1616c6f1360658c7a97c0d7e681a932b4ee7 (patch) | |
tree | 89d5d51904286e778a3ead0dcd49dd360843300f /CMakeLists.txt | |
parent | b9bfef1a6032e0ce0cc8f9cc95a28121a17331ce (diff) | |
download | libuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.gz libuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.bz2 libuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.xz libuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.zip |
Improve libuca package compatibility with RPM systems.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
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 ------------------------------------------------------------ |