Skip to content

Commit 253ec3c

Browse files
authored
Merge pull request #56 from solbjorg/bugfix/build-with-cmake
Update minimum version of CMake
2 parents e00c6be + 3b3af58 commit 253ec3c

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.1.0)
1+
cmake_minimum_required(VERSION 3.5.0)
22

33
project(CppLinuxSerial VERSION 2.7.1)
44

0 commit comments

Comments
 (0)