diff options
author | b-r-o-c-k <brockmammen@gmail.com> | 2018-03-01 22:46:37 -0600 |
---|---|---|
committer | b-r-o-c-k <brockmammen@gmail.com> | 2018-03-01 22:50:02 -0600 |
commit | adfad73d8eb868b7b4691319c1f586f601f6815f (patch) | |
tree | 4e27497fb56676c851457d13d8b6b8b467af3485 | |
parent | b3d0241416407450056a18b2c603bdd48b7ceb9f (diff) | |
download | rneovim-adfad73d8eb868b7b4691319c1f586f601f6815f.tar.gz rneovim-adfad73d8eb868b7b4691319c1f586f601f6815f.tar.bz2 rneovim-adfad73d8eb868b7b4691319c1f586f601f6815f.zip |
build/msvc: Make libtermkey depend on Unibilium
-rw-r--r-- | third-party/cmake/BuildLibtermkey.cmake | 5 |
1 files changed, 1 insertions, 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) |