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

Merge branch 'change_loglevel' into 'master'

Changed the default CMAKE loglevel to INFO

Closes #211

See merge request walberla/walberla!616
parents d3fc9a70 fd16ff93
No related merge requests found
SET( WALBERLA_LOGLEVEL "PROGRESS" CACHE STRING "Set log level at compile time. Possible options: WARNING, INFO, PROGRESS, DETAIL, TRACING" )
SET( WALBERLA_LOGLEVEL "INFO" CACHE STRING "Set log level at compile time. Possible options: WARNING, INFO, PROGRESS, DETAIL, TRACING" )
SET_PROPERTY( CACHE WALBERLA_LOGLEVEL PROPERTY STRINGS WARNING INFO PROGRESS DETAIL TRACING )
SET( WALBERLA_LOGLEVEL_WARNING 1 )
......
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