Skip to content

Commit

Permalink
Fix tools dependencies - use spdlog instead of fmt (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
msz-rai committed Jan 11, 2023
1 parent 8e15577 commit fcafe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_executable(tapePlayer tapePlayer.cpp)
target_link_libraries(tapePlayer RobotecGPULidar fmt)
target_link_libraries(tapePlayer RobotecGPULidar spdlog)

0 comments on commit fcafe56

Please sign in to comment.