aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2015-04-19 22:51:31 +0300
committerFlorian Walch <florian@fwalch.com>2015-04-29 22:26:55 +0300
commit07d4142a18c889c03b499e6db73f915e1d724d96 (patch)
tree2b0ea1e6241c67482f453e5e6d6a880cbcda9828 /src
parent45b617afada9304cb265aad02645b22d76dfc2d5 (diff)
downloadrneovim-07d4142a18c889c03b499e6db73f915e1d724d96.tar.gz
rneovim-07d4142a18c889c03b499e6db73f915e1d724d96.tar.bz2
rneovim-07d4142a18c889c03b499e6db73f915e1d724d96.zip
CMake: Refer to Unibilium instead of LibUnibilium.
Diffstat (limited to 'src')
-rw-r--r--src/nvim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 31612c7f47..fa1f81cdd1 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -163,7 +163,7 @@ list(APPEND NVIM_LINK_LIBRARIES
${LUAJIT_LIBRARIES}
${LIBVTERM_LIBRARIES}
${LIBTERMKEY_LIBRARIES}
- ${LIBUNIBILIUM_LIBRARIES}
+ ${UNIBILIUM_LIBRARIES}
m
util
${CMAKE_THREAD_LIBS_INIT}