Skip to content

Commit 6dcd1af

Browse files
authored
Bump CMake minimum version to use CMP0048 (ros#148)
Signed-off-by: Michael Carroll <[email protected]>
1 parent 7e89305 commit 6dcd1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.0.2)
22
project(dynamic_reconfigure)
33

44
find_package(catkin REQUIRED COMPONENTS message_generation roscpp std_msgs)

0 commit comments

Comments
 (0)