From e5e833146934f39c893890edd23a12af68ec353c Mon Sep 17 00:00:00 2001 From: Riccardo De Benedictis Date: Sun, 14 Apr 2024 08:39:44 +0200 Subject: [PATCH] Update visualization message in CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6d69ea..6a82041 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,7 @@ add_dependencies(RiDDLe utils) target_link_libraries(RiDDLe PUBLIC utils) target_include_directories(RiDDLe PUBLIC $) -message(STATUS "Enable visualization features: ${ENABLE_VISUALIZATION}") - +message(STATUS "Enable RiDDLe visualization features: ${ENABLE_VISUALIZATION}") if(ENABLE_VISUALIZATION) target_compile_definitions(RiDDLe PUBLIC ENABLE_VISUALIZATION) endif()