[CMakeLists.txt] Removed definitions that are designed for Denso
This commit is contained in:
@@ -5,7 +5,7 @@ project(sas_robot_driver_franka)
|
|||||||
# add_compile_options(-std=c++11)
|
# add_compile_options(-std=c++11)
|
||||||
#add_compile_options(-std=c++11)
|
#add_compile_options(-std=c++11)
|
||||||
add_compile_options(-Werror=return-type)
|
add_compile_options(-Werror=return-type)
|
||||||
add_definitions(-D_USE_LINUX_API)
|
|
||||||
|
|
||||||
#Add custom (non compiling) targets so launch scripts and python files show up in QT Creator's project view.
|
#Add custom (non compiling) targets so launch scripts and python files show up in QT Creator's project view.
|
||||||
file(GLOB_RECURSE EXTRA_FILES */*)
|
file(GLOB_RECURSE EXTRA_FILES */*)
|
||||||
@@ -27,7 +27,6 @@ find_package(catkin REQUIRED COMPONENTS
|
|||||||
|
|
||||||
catkin_package(
|
catkin_package(
|
||||||
INCLUDE_DIRS include
|
INCLUDE_DIRS include
|
||||||
LIBRARIES sas_robot_driver_denso
|
|
||||||
CATKIN_DEPENDS roscpp rospy sas_common sas_clock sas_robot_driver
|
CATKIN_DEPENDS roscpp rospy sas_common sas_clock sas_robot_driver
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user