File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 711
711
-- get cmake generator for msvc
712
712
function _get_cmake_generator_for_msvc (package )
713
713
local vs = _get_msvc (package ):config (" vs" ) or config .get (" vs" )
714
- assert (vsvers [vs ], " Unknown Visual Studio version: '" .. tostring (vs ) .. " ' set in project." )
715
714
return " Visual Studio " .. toolchain_utils .get_vsver (vs ) .. " " .. vs
716
715
end
717
716
Original file line number Diff line number Diff line change 396
396
-- get cmake generator for msvc
397
397
function _get_cmake_generator_for_msvc ()
398
398
local vs = _get_msvc ():config (" vs" ) or config .get (" vs" )
399
- assert (vsvers [vs ], " Unknown Visual Studio version: '" .. tostring (vs ) .. " ' set in project." )
400
399
return " Visual Studio " .. toolchain_utils .get_vsver (vs ) .. " " .. vs
401
400
end
402
401
You can’t perform that action at this time.
0 commit comments