Skip to content

Commit 4cd60a6

Browse files
committed
Require CMake 3.5
1 parent b2f1bcf commit 4cd60a6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
if(WIN32)
2-
cmake_minimum_required(VERSION 3.4)
3-
else()
4-
cmake_minimum_required(VERSION 3.1)
5-
endif()
1+
cmake_minimum_required(VERSION 3.5)
62

73
### CUSTOMIZATION STEPS
84
# 1. Change the argument to project() with the name of your library/package

0 commit comments

Comments
 (0)