Skip to content

Commit

Permalink
Merge pull request eclipse-ecal#1 from galou/patch-1
Browse files Browse the repository at this point in the history
Set minimume cmake version to 3.12
  • Loading branch information
rex-schilasky committed Sep 8, 2020
2 parents e7b6c96 + 13af550 commit 5cf487a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw_ecal_dynamic_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# ========================= RMW eCAL LICENSE =================================

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

project(rmw_ecal_dynamic_cpp)

Expand Down Expand Up @@ -117,4 +117,4 @@ register_rmw_implementation(
"cpp:rosidl_typesupport_cpp:rosidl_typesupport_introspection_cpp"
)

ament_package()
ament_package()

0 comments on commit 5cf487a

Please sign in to comment.