From 511bbe87a9fc26f65ad9b3ea0f73d83d5216d00a Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Fri, 5 May 2023 14:17:22 +0200
Subject: [PATCH] Fix message to the user when HepMC3 is ON

---
 FullSimLight/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/FullSimLight/CMakeLists.txt b/FullSimLight/CMakeLists.txt
index 067437fa5..f0112cf1f 100644
--- a/FullSimLight/CMakeLists.txt
+++ b/FullSimLight/CMakeLists.txt
@@ -117,7 +117,7 @@ if( NOT HepMC3_FOUND)
     list(REMOVE_ITEM sources ${hepmc3src})
     #message("new sources without HepMC3 support: ${sources}") # debug msg
 else()
-    message(STATUS "Found HepMC3, so support for it will be compiled. (${HEPMC3_INCLUDE_DIR})")
+    message(STATUS "Found HepMC3, and support for HepMC3 is enabled; so, support for it will be compiled. (${HEPMC3_INCLUDE_DIR})")
 endif()
 
 #----------------------------------------------------------------------------
-- 
GitLab