aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffro256 <jeffro256@tutanota.com>2023-02-26 13:38:53 -0600
committerJeffro256 <jeffro256@tutanota.com>2023-02-26 13:38:53 -0600
commit5a7a5f17da6abf758fa9c63fb0275659acdcdb28 (patch)
treeeec9072f3e74134bd6791fd155cd4d849fe75e2f
parentMerge pull request #8737 (diff)
downloadmonero-5a7a5f17da6abf758fa9c63fb0275659acdcdb28.tar.xz
build: BUILD_DEBUG_UTILITIES fix
Co-authored-by: Jethro Grassie <jtg@xtrabass.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c088f26d..dc190535d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -412,7 +412,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
else()
set(DEFAULT_BUILD_DEBUG_UTILITIES OFF)
endif()
-option(BUILD_DEBUG_UTILITIES "Build debug utilities." DEFAULT_BUILD_DEBUG_UTILITIES)
+option(BUILD_DEBUG_UTILITIES "Build debug utilities." ${DEFAULT_BUILD_DEBUG_UTILITIES})
if(OSSFUZZ)
message(STATUS "Using OSS-Fuzz fuzzing system")