Skip to content

Commit 71e50bc

Browse files
committed
Require CMake v3.12
To support `--parallel` for faster builds
1 parent 02902dd commit 71e50bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2)
1+
CMAKE_MINIMUM_REQUIRED (VERSION 3.12)
22

33
LIST (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
44

0 commit comments

Comments
 (0)