Skip to content

Commit

Permalink
timer sample depends on ECAL_CORE_PUBLISHER
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 3, 2024
1 parent ad3dcc4 commit be616c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ endif()
# misc
add_subdirectory(cpp/misc/process)
add_subdirectory(cpp/misc/time)
add_subdirectory(cpp/misc/timer)
if(ECAL_CORE_PUBLISHER)
add_subdirectory(cpp/misc/timer)
endif()

# monitoring
if(ECAL_CORE_MONITORING)
Expand Down

0 comments on commit be616c5

Please sign in to comment.