From bbc0f27313795153e5a49a3271c6a392519ce64e Mon Sep 17 00:00:00 2001 From: smartinezs <smartinezs@upc.iri.edu> Date: Wed, 17 Mar 2021 09:41:33 +0100 Subject: [PATCH] removing test_candump.cpp from CMakeLists.txt --- src/examples/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt index 39a241c..dcdee12 100644 --- a/src/examples/CMakeLists.txt +++ b/src/examples/CMakeLists.txt @@ -22,12 +22,6 @@ ADD_EXECUTABLE(test_virtual_can_rx test_virtual_can_rx.cpp) # edit the following line to add the necessary libraries TARGET_LINK_LIBRARIES(test_virtual_can_rx ${IRIUTILS_LIBRARY} comm pthread) -# edit the following line to add the source code for the example and the name of the executable -ADD_EXECUTABLE(test_candump test_candump.cpp) - -# edit the following line to add the necessary libraries -TARGET_LINK_LIBRARIES(test_candump ${IRIUTILS_LIBRARY} comm pthread) - IF(BUILD_FTDI) ADD_EXECUTABLE(test_ftdi test_ftdi.cpp) -- GitLab