From 39035e03a38f152b534f5a6ca996e93ceedbcf4a Mon Sep 17 00:00:00 2001
From: Dominik Thoennes <dominik.thoennes@fau.de>
Date: Tue, 30 Jul 2019 14:33:41 +0200
Subject: [PATCH] Turn WALBERLA_LOG_SKIPPED ON by default

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a14b6194..6de20290c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,7 +101,7 @@ option ( WALBERLA_PROFILE_USE               "Uses Profile to optimize"
 # Compiler Optimization
 option ( WALBERLA_OPTIMIZE_FOR_LOCALHOST    "Enable compiler optimizations spcific to localhost" )
 
-option ( WALBERLA_LOG_SKIPPED               "Log skipped cmake targets"                       OFF)
+option ( WALBERLA_LOG_SKIPPED               "Log skipped cmake targets"                      ON  )
 
 # Installation Directory
 set ( CMAKE_INSTALL_PREFIX /usr/local/waLBerla CACHE STRING "The default installation directory."   )
-- 
GitLab