We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d98dd commit 97dc9f4Copy full SHA for 97dc9f4
1 file changed
mola_state_estimation_smoother/CMakeLists.txt
@@ -7,8 +7,9 @@
7
# Released under GNU GPL v3. See LICENSE file
8
# ------------------------------------------------------------------------------
9
10
-# Minimum CMake vesion: limited by CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
11
-cmake_minimum_required(VERSION 3.22...3.31) # Ubuntu 22.04+
+# Rolled-back to support ROS2 Humble (FindPythonInterp.cmake)
+#cmake_minimum_required(VERSION 3.22...3.31) # Ubuntu 22.04+
12
+cmake_minimum_required(VERSION 3.10)
13
14
if("$ENV{ROS_VERSION}" STREQUAL "2")
15
set(DETECTED_ROS2 TRUE)
0 commit comments