mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
set default build with cache variable
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
643749a0a0
commit
97bec28380
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ option(libmesh "Enable support for libMesh unstructured mesh tallies" OFF)
|
|||
#===============================================================================
|
||||
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build" FORCE)
|
||||
endif()
|
||||
|
||||
#===============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue