Skip to content

Commit c479f94

Browse files
committed
Use cmake 3.14 as minimum required instead of 3.15
1 parent bb7f393 commit c479f94

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.15)
1+
cmake_minimum_required(VERSION 3.14)
22
project(mylib
33
VERSION 1.0.0
44
DESCRIPTION "Template for C++ library built with CMake"

0 commit comments

Comments
 (0)