set default build with cache variable

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Kalin Kiesling 2022-03-22 10:02:04 -05:00 committed by GitHub
parent 643749a0a0
commit 97bec28380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
#===============================================================================