From adfad73d8eb868b7b4691319c1f586f601f6815f Mon Sep 17 00:00:00 2001 From: b-r-o-c-k Date: Thu, 1 Mar 2018 22:46:37 -0600 Subject: build/msvc: Make libtermkey depend on Unibilium --- third-party/cmake/BuildLibtermkey.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/third-party/cmake/BuildLibtermkey.cmake b/third-party/cmake/BuildLibtermkey.cmake index 4b581c2a01..9081e5e988 100644 --- a/third-party/cmake/BuildLibtermkey.cmake +++ b/third-party/cmake/BuildLibtermkey.cmake @@ -47,7 +47,4 @@ ExternalProject_Add(libtermkey endif() list(APPEND THIRD_PARTY_DEPS libtermkey) -if(NOT WIN32) - # There is no unibilium build recipe for Windows yet - add_dependencies(libtermkey unibilium) -endif() +add_dependencies(libtermkey unibilium) -- cgit