Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qt_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)
project(qt_gui)

find_package(ament_cmake REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion qt_gui_app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)
project(qt_gui_app)

find_package(ament_cmake REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion qt_gui_core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)
project(qt_gui_core)
find_package(ament_cmake REQUIRED)
ament_package()
2 changes: 1 addition & 1 deletion qt_gui_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)
project(qt_gui_cpp)

# Default to C++17
Expand Down
2 changes: 1 addition & 1 deletion qt_gui_py_common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)
project(qt_gui_py_common)

find_package(ament_cmake REQUIRED)
Expand Down