Skip to content

Commit a8aa6c4

Browse files
authored
fix cmake deprecation
cmake version < then 3.10 is deprecated.
1 parent 4eb834c commit a8aa6c4

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.20)
22
project(pluginlib)
33

44
# Default to C++17

0 commit comments

Comments
 (0)