Skip to content

Commit

Permalink
Merge pull request #36 from Kukanani/avoid-cmp0048-warning-on-newer-c…
Browse files Browse the repository at this point in the history
…make-versions

Avoid CMP0048 warning
  • Loading branch information
Kukanani authored Jul 18, 2020
2 parents 3553955 + 7e8b598 commit a32d81d
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 a32d81d

Please sign in to comment.