diff options
author | Florian Walch <florian@fwalch.com> | 2015-04-19 22:51:31 +0300 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2015-04-29 22:26:55 +0300 |
commit | 07d4142a18c889c03b499e6db73f915e1d724d96 (patch) | |
tree | 2b0ea1e6241c67482f453e5e6d6a880cbcda9828 /src | |
parent | 45b617afada9304cb265aad02645b22d76dfc2d5 (diff) | |
download | rneovim-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.txt | 2 |
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} |