Skip to content

Commit

Permalink
Fix bugs while compiling roborts_camera
Browse files Browse the repository at this point in the history
  • Loading branch information
charmyoung committed Feb 19, 2019
1 parent fe5dcfe commit 0c28670
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions roborts_camera/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ add_executable(image_capture_test
test/image_capture.cpp
)

if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64" )
target_link_libraries(image_capture_test
PRIVATE
driver::mercure
)
endif()

target_link_libraries(image_capture_test
PRIVATE
driver::uvc_driver
Expand All @@ -95,9 +88,3 @@ target_include_directories(image_capture_test
PRIVATE
${OpenCV_INCLUDE_DIRECTORIES}
)

#install(DIRECTORY include/
# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
# FILES_MATCHING PATTERN "*.h"
# PATTERN ".svn" EXCLUDE
# )

0 comments on commit 0c28670

Please sign in to comment.