Skip to content

Commit

Permalink
Avoid CMP0048 warning
Browse files Browse the repository at this point in the history
Examples of similar fixes:
ros/catkin#1052
ros/message_generation#5
  • Loading branch information
Kukanani authored Jul 18, 2020
1 parent 3553955 commit 7e8b598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(vision_msgs)

find_package(catkin REQUIRED COMPONENTS
Expand Down Expand Up @@ -46,4 +46,4 @@ install(DIRECTORY include/${PROJECT_NAME}/

if (CATKIN_ENABLE_TESTING)
add_subdirectory(test)
endif()
endif()

0 comments on commit 7e8b598

Please sign in to comment.