aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolai Skogheim <nicolai.skogheim@gmail.com>2016-06-23 04:46:21 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-06-22 22:46:21 -0400
commitc475e3f8d165e91cbafe4e34ae1ca3c857533703 (patch)
treebd162799086cd2ceebcb088c51836a2a00c42be5 /CMakeLists.txt
parentdff0dd261153573c26db42b7a04c2bf828337ef2 (diff)
downloadrneovim-c475e3f8d165e91cbafe4e34ae1ca3c857533703.tar.gz
rneovim-c475e3f8d165e91cbafe4e34ae1ca3c857533703.tar.bz2
rneovim-c475e3f8d165e91cbafe4e34ae1ca3c857533703.zip
cmake: remove unused includes (#4947)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f736508641..0b3e6ec85e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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})