Skip to content

Commit

Permalink
Set minimume cmake version to 3.12
Browse files Browse the repository at this point in the history
`add_compile_options` was added in CMake 3.12.
  • Loading branch information
galou committed Sep 8, 2020
1 parent e7b6c96 commit 13af550
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 13af550

Please sign in to comment.