Skip to content

Commit

Permalink
Adapt llvmorg-12-init-946-g10b1b4a231a: add find_package(ZLIB)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jul 25, 2020
1 parent cb08df4 commit 4cf16a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD)
target_link_libraries(ccls PRIVATE thr)
endif()

if(LLVM_ENABLE_ZLIB)
find_package(ZLIB)
endif()

### Definitions

# Find Clang resource directory with Clang executable.
Expand Down

0 comments on commit 4cf16a7

Please sign in to comment.