Add CMake minimum version required.
Interface Libraries feature is not available before CMake 3.0 Signed-off-by: Gao Mingfei <mingfei.gao@ucloud.cn>
This commit is contained in:
parent
f376690822
commit
1ce28f454b
@ -1,3 +1,7 @@
|
|||||||
|
################################################################################
|
||||||
|
# CMake minimum version required
|
||||||
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# RapidJSON source dir
|
# RapidJSON source dir
|
||||||
set( RapidJSON_SOURCE_DIR "@CONFIG_SOURCE_DIR@")
|
set( RapidJSON_SOURCE_DIR "@CONFIG_SOURCE_DIR@")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user