Merge pull request #1689 from g199209/master

Add CMake minimum version required.
This commit is contained in:
Milo Yip 2020-04-10 17:34:09 +08:00 committed by GitHub
commit 8f4c021fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
################################################################################
# CMake minimum version required
cmake_minimum_required(VERSION 3.0)
################################################################################
# RapidJSON source dir
set( RapidJSON_SOURCE_DIR "@CONFIG_SOURCE_DIR@")