Skip to content

Commit 4baa632

Browse files
committed
[CMake] disable catkin tests
1 parent 2c700ca commit 4baa632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ IF(BUILD_PYTHON_INTERFACE)
5050
SET(CATKIN_DEPENDS_LIBRARIES ${CATKIN_DEPENDS_LIBRARIES} ros_interpreter)
5151
ENDIF(BUILD_PYTHON_INTERFACE)
5252

53+
SET(CATKIN_ENABLE_TESTING OFF)
54+
5355
find_package(catkin REQUIRED COMPONENTS ${CATKIN_REQUIRED_COMPONENTS})
5456
find_package(realtime_tools)
5557

0 commit comments

Comments
 (0)