mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
cmake: remove unused includes (#4947)
This commit is contained in:
parent
dff0dd2611
commit
c475e3f8d1
@ -291,9 +291,6 @@ endif()
|
||||
include_directories("${PROJECT_BINARY_DIR}/config")
|
||||
include_directories("${PROJECT_SOURCE_DIR}/src")
|
||||
|
||||
# Modules used by platform auto-detection
|
||||
include(CheckLibraryExists)
|
||||
|
||||
find_package(LibUV REQUIRED)
|
||||
include_directories(SYSTEM ${LIBUV_INCLUDE_DIRS})
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
include(CheckLibraryExists)
|
||||
include(CheckCCompilerFlag)
|
||||
|
||||
option(USE_GCOV "Enable gcov support" OFF)
|
||||
|
||||
if(NOT CLANG_TSAN)
|
||||
|
Loading…
Reference in New Issue
Block a user