File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.16 )
22project (rviz)
33
44if (POLICY CMP0042)
@@ -113,7 +113,7 @@ foreach(_current_version ${RVIZ_QT_VERSIONS})
113113 set (QT_LIBRARIES Qt${_current_version} ::Widgets)
114114 break () # early break from loop
115115 else ()
116- message (WARNING "Qt${_current_version} not found." )
116+ message (STATUS "Qt${_current_version} not found." )
117117 endif ()
118118endforeach ()
119119if (NOT QTVERSION)
@@ -149,8 +149,6 @@ find_package(catkin REQUIRED
149149 visualization_msgs
150150)
151151
152- find_package (PythonLibs "${PYTHON_VERSION_MAJOR} .${PYTHON_VERSION_MINOR} " REQUIRED)
153-
154152find_package (Eigen3 QUIET )
155153if (NOT EIGEN3_FOUND)
156154 #catkin_lint: ignore_once deprecated_cmake_module
@@ -230,7 +228,6 @@ include_directories(SYSTEM
230228 ${EIGEN3_INCLUDE_DIRS}
231229 ${OGRE_INCLUDE_DIRS}
232230 ${OPENGL_INCLUDE_DIR}
233- ${PYTHON_INCLUDE_PATH}
234231 ${TinyXML2_INCLUDE_DIRS}
235232 ${urdfdom_headers_INCLUDE_DIRS}
236233 ${ASSIMP_INCLUDE_DIRS}
You can’t perform that action at this time.
0 commit comments