aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-03-15 07:19:23 -0400
committerJohn Szakmeister <john@szakmeister.net>2015-03-15 07:19:23 -0400
commit70b7ba0ccbd8ce05c689eb1f571bbe51b7e90bdb (patch)
tree57519519d4828c6673eeb3c729c6846b917512ed
parent3e9ca91ff6832000340b4bda85ca2412f7d26dc7 (diff)
parent862d687fea52001efa60ed3f78c2651c1bddb28d (diff)
downloadrneovim-70b7ba0ccbd8ce05c689eb1f571bbe51b7e90bdb.tar.gz
rneovim-70b7ba0ccbd8ce05c689eb1f571bbe51b7e90bdb.tar.bz2
rneovim-70b7ba0ccbd8ce05c689eb1f571bbe51b7e90bdb.zip
Merge pull request #2154 from lyuts/build_custom_libtermkey
Fixed compilation when using custom libtermkey (not installed in base system).
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1af79e60a8..c56e883f24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -193,7 +193,7 @@ include_directories(SYSTEM ${LIBUNIBILIUM_INCLUDE_DIRS})
option(LIBTERMKEY_USE_STATIC "Use static libtermkey" ON)
find_package(LibTermkey REQUIRED)
-include_directories(SYSTEM ${LIBTERMEY_INCLUDE_DIRS})
+include_directories(SYSTEM ${LIBTERMKEY_INCLUDE_DIRS})
option(LIBVTERM_USE_STATIC "Use static libvterm" ON)
find_package(LibVterm REQUIRED)