aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLibUnibilium.cmake
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-01-15 10:02:30 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-02-11 12:40:50 -0300
commit9e75b2e18b51f5f081b35b96d284ddb9bd665f08 (patch)
tree1f56843f3b786a4bc1350ab1d8cb08e81dda4751 /cmake/FindLibUnibilium.cmake
parentdd12238329477afb75373c0974230519ebc5c0a9 (diff)
downloadrneovim-9e75b2e18b51f5f081b35b96d284ddb9bd665f08.tar.gz
rneovim-9e75b2e18b51f5f081b35b96d284ddb9bd665f08.tar.bz2
rneovim-9e75b2e18b51f5f081b35b96d284ddb9bd665f08.zip
deps: Remove libtickit as a project dependency
Also update libtermkey version and fix the pkg-config search scripts.
Diffstat (limited to 'cmake/FindLibUnibilium.cmake')
-rw-r--r--cmake/FindLibUnibilium.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindLibUnibilium.cmake b/cmake/FindLibUnibilium.cmake
index aace9a40d5..6aafd07c90 100644
--- a/cmake/FindLibUnibilium.cmake
+++ b/cmake/FindLibUnibilium.cmake
@@ -8,7 +8,7 @@ find_package(PkgConfig)
if(NOT LIBUNIBILIUM_USE_BUNDLED)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)
- pkg_check_modules(PC_LIBUNIBILIUM QUIET libunibilium)
+ pkg_check_modules(PC_LIBUNIBILIUM QUIET unibilium)
endif()
else()
set(PC_LIBUNIBILIUM_INCLUDEDIR)