Skip to content

Commit

Permalink
Add CMake minimum version required.
Browse files Browse the repository at this point in the history
Interface Libraries feature is not available before CMake 3.0

Signed-off-by: Gao Mingfei <[email protected]>
  • Loading branch information
Gao Mingfei committed Apr 10, 2020
1 parent f376690 commit 1ce28f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RapidJSONConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
################################################################################
# CMake minimum version required
cmake_minimum_required(VERSION 3.0)

################################################################################
# RapidJSON source dir
set( RapidJSON_SOURCE_DIR "@CONFIG_SOURCE_DIR@")
Expand Down

0 comments on commit 1ce28f4

Please sign in to comment.