From 97737f9acc2c04ea6d81b8a9fcbcc0571b697483 Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Mon, 12 Mar 2018 13:47:07 +0100 Subject: CMAKE: Update option message Signed-off-by: Jens Lorenz --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e3bddb..3919fac 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,8 +65,7 @@ option ( WITH_SHARED_CORE "Build audio manager core as dynamic library" OFF) option ( WITH_TIMERFD - "Build with the linux specific TIMERFD feature to support timing without using signals" ON) - + "Build with timer fd support" ON ) set(DBUS_SERVICE_PREFIX "org.genivi.audiomanager" CACHE PROPERTY "The dbus service prefix for the AM - only changable for legacy dbus") @@ -213,7 +212,6 @@ if(WITH_DOCUMENTATION) PATTERN "def" EXCLUDE) endif(WITH_DOCUMENTATION) - message(STATUS) message(STATUS "${PROJECT_NAME} Configuration:") message(STATUS "CMAKE_BUILD_TYPE = ${CMAKE_BUILD_TYPE}") -- cgit v1.2.1