diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2016-03-19 17:54:14 +0000 |
---|---|---|
committer | Rui Abreu Ferreira <rap-ep@gmx.com> | 2016-08-26 08:09:56 +0100 |
commit | bed61041a03637227787d6ec1066a183d457aba8 (patch) | |
tree | d9be4f376027e27650bd25f7b6e58bfa69675d74 /CMakeLists.txt | |
parent | 9da4d0dfeea45090919ec38a79f5a65221f7c728 (diff) | |
download | rneovim-bed61041a03637227787d6ec1066a183d457aba8.tar.gz rneovim-bed61041a03637227787d6ec1066a183d457aba8.tar.bz2 rneovim-bed61041a03637227787d6ec1066a183d457aba8.zip |
third-party: Build busted in Windows
Busted now builds on Windows, remove the check. In Windows the binary
is called busted.bat.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb044d521c..e91a7e67e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -395,7 +395,7 @@ endif() message(STATUS "Using the Lua interpreter ${LUA_PRG}.") # Setup busted. -find_program(BUSTED_PRG busted) +find_program(BUSTED_PRG NAMES busted busted.bat) find_program(BUSTED_LUA_PRG busted-lua) if(NOT BUSTED_OUTPUT_TYPE) if(WIN32) |