mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 15:15:07 +00:00
cmake: Add LANGUAGE C to fix find_package(Clang REQUIRED) error
This commit is contained in:
parent
5a48e6c419
commit
dce86b1362
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(ccls LANGUAGES CXX)
|
||||
project(ccls LANGUAGES CXX C)
|
||||
|
||||
option(USE_SYSTEM_RAPIDJSON "Use system RapidJSON instead of the git submodule if exists" ON)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user