Skip to content

Commit 01d0966

Browse files
committed
Bump CMake version to avoid CMP0048 warning
1 parent 8cea4e3 commit 01d0966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CMake
33
##############################################################################
44

5-
cmake_minimum_required(VERSION 2.8.3)
5+
cmake_minimum_required(VERSION 3.0.2)
66
project(rosjava_messages)
77

88
##############################################################################

0 commit comments

Comments
 (0)