From 19be3a6146a7490de7fb8d39601cf86a7aa80243 Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Fri, 31 Jan 2025 17:20:52 +0000 Subject: [PATCH] fixed gitignore issue with CMake and audit tool --- src/blockchain_utilities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockchain_utilities/CMakeLists.txt b/src/blockchain_utilities/CMakeLists.txt index c09de09a1..a89b64de9 100644 --- a/src/blockchain_utilities/CMakeLists.txt +++ b/src/blockchain_utilities/CMakeLists.txt @@ -152,7 +152,7 @@ if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/blockchain_audit.cpp" AND NOT IS_DIRECTO monero_private_headers(blockchain_audit ${blockchain_audit_private_headers}) else() - message(FATAL_ERROR "blockchain_audit.cpp not found - not building the audit tool") + message(STATUS "blockchain_audit.cpp not found - not building the audit tool") endif() monero_add_executable(blockchain_import