mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
3f2d85cad3
commit
4f93bf22f5
2 changed files with 3 additions and 2 deletions
|
|
@ -35,7 +35,8 @@ option(OPENMC_USE_LIBMESH "Enable support for libMesh unstructured mesh tall
|
|||
# Set build configuration to Release if not set
|
||||
#===============================================================================
|
||||
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
message(STATUS "No build type selected, defaulting to RelWithDebInfo")
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build" FORCE)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ OPENMC_ENABLE_COVERAGE
|
|||
Compile and link code instrumented for coverage analysis. This is typically
|
||||
used in conjunction with gcov_. (Default: off)
|
||||
|
||||
To set any of these options (e.g. turning on profiling), the following form
|
||||
To set any of these options (e.g., turning on profiling), the following form
|
||||
should be used:
|
||||
|
||||
.. code-block:: sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue