Skip to content

Commit

Permalink
Merge pull request #12927 from KratosMultiphysics/cmake/default-logge…
Browse files Browse the repository at this point in the history
…r-colored

[CMake] Defaulting the coloring of the `Logger`
  • Loading branch information
loumalouomega authored Dec 17, 2024
2 parents 046ab0d + 03ddb69 commit 23cf6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ option(KRATOS_BUILD_TESTING "KRATOS_BUILD_TESTING defines if the C++ tests are c
# If no benchmark policy enable by default
option(KRATOS_BUILD_BENCHMARK "KRATOS_BUILD_BENCHMARK defines if the C++ benchmarks (Google benchmark) are compiled. These increase compilation time. Default setting is OFF" OFF)

# If logger coloring policy enable by default
option(KRATOS_COLORED_OUTPUT "KRATOS_COLORED_OUTPUT defines if the logger output it is colored. Default setting is ON" ON)

# If no pch policy disable by default
option(KRATOS_USE_PCH "KRATOS_USE_PCH defines if pch will be used during the compilation. This may will decrease compilation for clean build or if core components are touched. Default setting is OFF" OFF)

Expand Down

0 comments on commit 23cf6a2

Please sign in to comment.