mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
cmake: remove unused includes (#4947)
This commit is contained in:

committed by
Justin M. Keyes

parent
dff0dd2611
commit
c475e3f8d1
@@ -291,9 +291,6 @@ endif()
|
|||||||
include_directories("${PROJECT_BINARY_DIR}/config")
|
include_directories("${PROJECT_BINARY_DIR}/config")
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/src")
|
include_directories("${PROJECT_SOURCE_DIR}/src")
|
||||||
|
|
||||||
# Modules used by platform auto-detection
|
|
||||||
include(CheckLibraryExists)
|
|
||||||
|
|
||||||
find_package(LibUV REQUIRED)
|
find_package(LibUV REQUIRED)
|
||||||
include_directories(SYSTEM ${LIBUV_INCLUDE_DIRS})
|
include_directories(SYSTEM ${LIBUV_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
@@ -1,6 +1,3 @@
|
|||||||
include(CheckLibraryExists)
|
|
||||||
include(CheckCCompilerFlag)
|
|
||||||
|
|
||||||
option(USE_GCOV "Enable gcov support" OFF)
|
option(USE_GCOV "Enable gcov support" OFF)
|
||||||
|
|
||||||
if(NOT CLANG_TSAN)
|
if(NOT CLANG_TSAN)
|
||||||
|
Reference in New Issue
Block a user