Skip to content

Commit

Permalink
Update cmake_minimum_required version to fix warning
Browse files Browse the repository at this point in the history
This fixes the following warning:

    Policy CMP0048 is not set: project() command manages VERSION variables.
    Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
    command to set the policy and suppress this warning.
  • Loading branch information
mintar committed Nov 8, 2022
1 parent 6c80d16 commit 74070a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.5.2)
project(dope)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down

0 comments on commit 74070a9

Please sign in to comment.