diff --git a/FullSimLight/CMakeLists.txt b/FullSimLight/CMakeLists.txt
index 067437fa5aa4c63732d2db0c772bee79055af13d..f0112cf1f9358d072c9427f2b60a5bb3176fd0a7 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()
 
 #----------------------------------------------------------------------------