Skip to content

Commit 8f4c021

Browse files
authored
Merge pull request Tencent#1689 from g199209/master
Add CMake minimum version required.
2 parents f376690 + 1ce28f4 commit 8f4c021

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)