diff options
author | John Szakmeister <john@szakmeister.net> | 2015-03-10 06:04:06 -0400 |
---|---|---|
committer | John Szakmeister <john@szakmeister.net> | 2015-03-10 06:04:06 -0400 |
commit | e1ad8ae7240c8535e4beb0a2e8e35acfb571b7af (patch) | |
tree | 1f81f97de5493fbc7db757de0d532ba802dceba6 /third-party/cmake/BuildLibtermkey.cmake | |
parent | 51c6f38fcac82fb56965548631e913e8347dbe6a (diff) | |
download | rneovim-e1ad8ae7240c8535e4beb0a2e8e35acfb571b7af.tar.gz rneovim-e1ad8ae7240c8535e4beb0a2e8e35acfb571b7af.tar.bz2 rneovim-e1ad8ae7240c8535e4beb0a2e8e35acfb571b7af.zip |
third-party: fix some whitespace issues from the recent splitting
Diffstat (limited to 'third-party/cmake/BuildLibtermkey.cmake')
-rw-r--r-- | third-party/cmake/BuildLibtermkey.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLibtermkey.cmake b/third-party/cmake/BuildLibtermkey.cmake index 43ecc52538..fe8c8af84b 100644 --- a/third-party/cmake/BuildLibtermkey.cmake +++ b/third-party/cmake/BuildLibtermkey.cmake @@ -1,4 +1,3 @@ - ExternalProject_Add(libtermkey PREFIX ${DEPS_BUILD_DIR} URL ${LIBTERMKEY_URL} @@ -18,5 +17,6 @@ ExternalProject_Add(libtermkey PKG_CONFIG_PATH=${DEPS_LIB_DIR}/pkgconfig CFLAGS=-fPIC install) + list(APPEND THIRD_PARTY_DEPS libtermkey) add_dependencies(libtermkey libunibilium) |