Skip to content
Snippets Groups Projects
Commit 4baa6321 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] disable catkin tests

parent 2c700ca6
No related branches found
Tags v2.5
No related merge requests found
Pipeline #1329 passed with warnings
......@@ -50,6 +50,8 @@ IF(BUILD_PYTHON_INTERFACE)
SET(CATKIN_DEPENDS_LIBRARIES ${CATKIN_DEPENDS_LIBRARIES} ros_interpreter)
ENDIF(BUILD_PYTHON_INTERFACE)
SET(CATKIN_ENABLE_TESTING OFF)
find_package(catkin REQUIRED COMPONENTS ${CATKIN_REQUIRED_COMPONENTS})
find_package(realtime_tools)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment