Skip to content

Commit 1ce28f4

Browse files
author
Gao Mingfei
committed
Add CMake minimum version required.
Interface Libraries feature is not available before CMake 3.0 Signed-off-by: Gao Mingfei <[email protected]>
1 parent f376690 commit 1ce28f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RapidJSONConfig.cmake.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
################################################################################
2+
# CMake minimum version required
3+
cmake_minimum_required(VERSION 3.0)
4+
15
################################################################################
26
# RapidJSON source dir
37
set( RapidJSON_SOURCE_DIR "@CONFIG_SOURCE_DIR@")

0 commit comments

Comments
 (0)