Skip to content

Commit

Permalink
Merge pull request #1689 from g199209/master
Browse files Browse the repository at this point in the history
Add CMake minimum version required.
  • Loading branch information
miloyip authored Apr 10, 2020
2 parents f376690 + 1ce28f4 commit 8f4c021
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 8f4c021

Please sign in to comment.