From 094330ef12a2ff3a3d781204957d3400966a4081 Mon Sep 17 00:00:00 2001 From: Kalin Kiesling Date: Wed, 23 Mar 2022 10:49:42 -0500 Subject: [PATCH] code review suggestions Co-authored-by: Paul Romano --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc9e12c91d..ba8a79efa5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ option(OPENMC_USE_DAGMC "Enable support for DAGMC (CAD) geometry" option(OPENMC_USE_LIBMESH "Enable support for libMesh unstructured mesh tallies" OFF) #=============================================================================== -# Set build configuration to Release if not set +# Set a default build configuration if not explicitly specified #=============================================================================== if(NOT CMAKE_BUILD_TYPE)