Skip to content

Commit

Permalink
Update visualization message in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodebenedictis committed Apr 14, 2024
1 parent bec101b commit e5e8331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ add_dependencies(RiDDLe utils)
target_link_libraries(RiDDLe PUBLIC utils)
target_include_directories(RiDDLe PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)

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()
Expand Down

0 comments on commit e5e8331

Please sign in to comment.