aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2014-04-21 09:15:41 +0200
committerJohn Szakmeister <john@szakmeister.net>2014-04-21 17:31:22 -0400
commit0072ba93612bb66e1c9411b6c497961c38b2f0e4 (patch)
tree51f5e5d554b0d90e1df58de70406ab63735bb324
parent14e4e678b9eb480c1a8ef14347d6408887a25da1 (diff)
downloadrneovim-0072ba93612bb66e1c9411b6c497961c38b2f0e4.tar.gz
rneovim-0072ba93612bb66e1c9411b6c497961c38b2f0e4.tar.bz2
rneovim-0072ba93612bb66e1c9411b6c497961c38b2f0e4.zip
Remove proto as an include directory.
The proto directory was removed in 0ef90c13b72b74928bfb3c183c7a5bd7240b51ad.
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 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")