From 6332f7d4b17138015fc5f61488cd0e20b5ab1c3b Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 24 Jan 2019 08:59:53 +0100 Subject: Fixes remaining indentations that are not covered by the cmake formatting script in CMakeLists.txt files --- CMakeLists.txt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a8085d1b..9bc10550 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -329,10 +329,10 @@ option(DBUS_DISABLE_CHECKS "Disable public API sanity checking" OFF) if(NOT MSVC) option(DBUS_GCOV_ENABLED "compile with coverage profiling instrumentation (gcc only)" OFF) if(DBUS_GCOV_ENABLED) - add_definitions(-fprofile-arcs -ftest-coverage) - # FIXME!!!! - ## remove optimization - # CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9]*//g'` + add_definitions(-fprofile-arcs -ftest-coverage) + # FIXME!!!! + ## remove optimization + # CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9]*//g'` endif() endif() @@ -371,12 +371,15 @@ set(atomic_int OFF) set(atomic_int486 OFF) if(CMAKE_COMPILER_IS_GNUCC AND NOT DBUS_ENABLE_ANSI) find_program(UNAME_EXECUTABLE - NAMES uname - PATHS /bin /usr/bin /usr/local/bin c:/Programme/MSys/bin d:/Programme/MSys/bin) + NAMES uname + PATHS /bin /usr/bin /usr/local/bin c:/Programme/MSys/bin d:/Programme/MSys/bin + ) if(UNAME_EXECUTABLE) - execute_process(COMMAND ${UNAME_EXECUTABLE} "-m" - OUTPUT_VARIABLE UNAME_OUTPUT) + execute_process( + COMMAND ${UNAME_EXECUTABLE} "-m" + OUTPUT_VARIABLE UNAME_OUTPUT + ) if("UNAME_OUTPUT" MATCHES "^.*i[0123]86.*$") set(atomic_int ON) -- cgit v1.2.1