summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2016-02-25 07:54:08 +0100
committerChristian Linke <christian.linke@bmw.de>2016-02-25 07:54:08 +0100
commitf0d0c703910498876b095260eeb86c71b98b5f0c (patch)
treed3372acee3798d74ccc0c539ab849bd93d26064f
parent204a337649acba29a5a642bfa015ec12cb617e3f (diff)
downloadaudiomanager-f0d0c703910498876b095260eeb86c71b98b5f0c.tar.gz
move macro to a place where it is reachable
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a631df..f8d0dc3 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,11 +20,11 @@ cmake_minimum_required(VERSION 3.0)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
include ( MacroVersionFromGit )
+include ( MacroInterfaceVersions )
project(AudioManager LANGUAGES CXX VERSION ${DAEMONVERSION})
include ( CMakeDependentOption )
-include ( MacroInterfaceVersions )
include ( CMakePackageConfigHelpers )
include ( GNUInstallDirs )
include ( CTest )