mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add verbose option to CMakeLists.txt.
This commit is contained in:
parent
049b894bb6
commit
6e4bfb4065
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@ option(hdf5 "Enable HDF5 binary output" OFF)
|
|||
option(petsc "Enable PETSC for use in CMFD acceleration" OFF)
|
||||
option(debug "Compile with debug flags" OFF)
|
||||
option(optimize "Turn on all compiler optimization flags" OFF)
|
||||
option(verbose "Create verbose Makefiles" OFF)
|
||||
|
||||
if (verbose)
|
||||
set(CMAKE_VERBOSE_MAKEFILE on)
|
||||
endif()
|
||||
|
||||
#===============================================================================
|
||||
# MPI for distributed-memory parallelism
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue