third-party: fix some whitespace issues from the recent splitting

This commit is contained in:
John Szakmeister
2015-03-10 06:04:06 -04:00
parent 51c6f38fca
commit e1ad8ae724
6 changed files with 8 additions and 12 deletions

View File

@@ -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)