Skip to content
Snippets Groups Projects
Commit 39035e03 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

Turn WALBERLA_LOG_SKIPPED ON by default

parent c39a21f7
Branches
Tags
No related merge requests found
...@@ -101,7 +101,7 @@ option ( WALBERLA_PROFILE_USE "Uses Profile to optimize" ...@@ -101,7 +101,7 @@ option ( WALBERLA_PROFILE_USE "Uses Profile to optimize"
# Compiler Optimization # Compiler Optimization
option ( WALBERLA_OPTIMIZE_FOR_LOCALHOST "Enable compiler optimizations spcific to localhost" ) 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 # Installation Directory
set ( CMAKE_INSTALL_PREFIX /usr/local/waLBerla CACHE STRING "The default installation directory." ) set ( CMAKE_INSTALL_PREFIX /usr/local/waLBerla CACHE STRING "The default installation directory." )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment