Skip to content

Commit ad694c0

Browse files
authored
Increase cmake_minimum_required to 3.14 (#60)
Which is the minimum required by the upstream repo since [this commit](foonathan/memory@62a41dd) Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]>
1 parent 5d315b2 commit ad694c0

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.14)
22
project(foonathan_memory_vendor VERSION "1.2.1")
33

44
find_package(foonathan_memory QUIET)

0 commit comments

Comments
 (0)