From 0072ba93612bb66e1c9411b6c497961c38b2f0e4 Mon Sep 17 00:00:00 2001 From: oni-link Date: Mon, 21 Apr 2014 09:15:41 +0200 Subject: [PATCH] Remove proto as an include directory. The proto directory was removed in 0ef90c13b72b74928bfb3c183c7a5bd7240b51ad. --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 41b3b92a18..a49c84ba42 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -93,5 +93,3 @@ if(NOT DEFINED ENV{SKIP_UNITTEST}) add_library(nvim-test MODULE EXCLUDE_FROM_ALL ${NEOVIM_SOURCES} ${OS_SOURCES}) target_link_libraries(nvim-test ${NVIM_LINK_LIBRARIES}) endif() - -include_directories("${PROJECT_SOURCE_DIR}/src/proto")