From 862d687fea52001efa60ed3f78c2651c1bddb28d Mon Sep 17 00:00:00 2001 From: lyuts Date: Sat, 14 Mar 2015 23:07:06 -0700 Subject: Fixed compilation when using custom libtermkey (not installed in base system). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit