summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 12:13:40 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 12:13:40 +0100
commit7492eebe4816606a716998264c5fb5b5f28a6428 (patch)
treedf119de0b058cd935d92f9bd18291f989c5f948b /common
parent6b1565bb95de59ec5bf26a38f225a14169ee1824 (diff)
downloadsink-7492eebe4816606a716998264c5fb5b5f28a6428.tar.gz
sink-7492eebe4816606a716998264c5fb5b5f28a6428.zip
Set the version in the main CMakeLists.txt
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index b9d18ec..f6a8823 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories(domain)
3 3
4project(sink) 4project(sink)
5 5
6ecm_setup_version("0.1.0" VARIABLE_PREFIX Sink 6ecm_setup_version("${SINK_VERSION}" VARIABLE_PREFIX Sink
7 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/sink_version.h" 7 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/sink_version.h"
8 PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/SinkConfigVersion.cmake" 8 PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/SinkConfigVersion.cmake"
9 SOVERSION 0 9 SOVERSION 0