aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--third-party/CMakeLists.txt3
-rw-r--r--third-party/cmake/BuildLibtermkey.cmake1
2 files changed, 3 insertions, 1 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 5db8e10a33..b2b05e1175 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -191,6 +191,9 @@ endif()
if(USE_BUNDLED_LIBTERMKEY)
include(BuildLibtermkey)
+ if(USE_BUNDLED_UNIBILIUM)
+ add_dependencies(libtermkey unibilium)
+ endif()
endif()
if(USE_BUNDLED_LIBVTERM)
diff --git a/third-party/cmake/BuildLibtermkey.cmake b/third-party/cmake/BuildLibtermkey.cmake
index da65c87972..b2332ed65a 100644
--- a/third-party/cmake/BuildLibtermkey.cmake
+++ b/third-party/cmake/BuildLibtermkey.cmake
@@ -53,4 +53,3 @@ ExternalProject_Add(libtermkey
endif()
list(APPEND THIRD_PARTY_DEPS libtermkey)
-add_dependencies(libtermkey unibilium)