summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-05-28 01:01:24 +0200
committerlouiz’ <louiz@louiz.org>2017-05-28 01:01:24 +0200
commitca9db6f933978051807caa2f4e147bde7c5578db (patch)
treea74b3172f52109268dfed14c7f9afa7226d90a62 /CMakeLists.txt
parent6c2f79eeca64b07da121345c74d6a9e678d69c91 (diff)
downloadbiboumi-ca9db6f933978051807caa2f4e147bde7c5578db.tar.gz
biboumi-ca9db6f933978051807caa2f4e147bde7c5578db.tar.bz2
biboumi-ca9db6f933978051807caa2f4e147bde7c5578db.tar.xz
biboumi-ca9db6f933978051807caa2f4e147bde7c5578db.zip
Move biboumi.h.cmake inside the src/ directory
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 139f85a..6b081bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -432,4 +432,4 @@ mark_as_advanced(HAS_PUT_TIME)
configure_file(unit/biboumi.service.cmake biboumi.service)
configure_file(packaging/biboumi.spec.cmake biboumi.spec)
-configure_file(biboumi.h.cmake src/biboumi.h)
+configure_file(src/biboumi.h.cmake src/biboumi.h)