Skip to content

Commit

Permalink
Force VERBOSE ON by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mic84 committed Jun 20, 2017
1 parent 9492b1e commit e232221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

enable_language(Fortran)

# Make verbose output the default ( this is useful for debugging )
set( CMAKE_VERBOSE_MAKEFILE on )
#
# Usage:
#
Expand Down

0 comments on commit e232221

Please sign in to comment.