Do not use system RapidJSON by default

This commit is contained in:
Ludovic J 2020-06-15 19:58:01 +02:00 committed by GitHub
parent 7a05f1ed06
commit 2abfc5dfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.8)
project(ccls LANGUAGES CXX)
option(USE_SYSTEM_RAPIDJSON "Use system RapidJSON instead of the git submodule if exists" ON)
option(USE_SYSTEM_RAPIDJSON "Use system RapidJSON instead of the git submodule if exists" OFF)
# Sources for the executable are specified at end of CMakeLists.txt
add_executable(ccls "")