cmake: remove unused includes (#4947)

This commit is contained in:
Nicolai Skogheim
2016-06-23 04:46:21 +02:00
committed by Justin M. Keyes
parent dff0dd2611
commit c475e3f8d1
2 changed files with 0 additions and 6 deletions

View File

@@ -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})

View File

@@ -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)