diff --git a/premake5-deps.lua b/premake5-deps.lua index 3ec364d9..f88b4c78 100644 --- a/premake5-deps.lua +++ b/premake5-deps.lua @@ -156,7 +156,6 @@ if _OPTIONS["custom-cmake"] then mycmake = _OPTIONS["custom-cmake"] print('using custom cmake: ' .. _OPTIONS["custom-cmake"]) else - if os.host() == 'windows' then if os.host() == 'windows' then mycmake = mycmake .. '.exe' end