Skip to content

Commit 4f72904

Browse files
committed
build: bump CMake minimum requirement to 3.13
Among other things this allows us to link against object libraries.
1 parent 5658209 commit 4f72904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.13)
22

33
if(CMAKE_VERSION VERSION_GREATER 3.14)
44
# MSVC runtime library flags are selected by the CMAKE_MSVC_RUNTIME_LIBRARY abstraction.

0 commit comments

Comments
 (0)