Increased MSVC compiler version

This commit is contained in:
WolverinDEV 2019-07-06 19:43:09 +02:00
parent 1863ee55a2
commit cb2cf149aa

View File

@ -193,7 +193,7 @@ function cmake_build() {
[[ ! -z ${definition_string} ]] && definition_string=${definition_string:1}
local _cmake_generator=""
[[ "${build_os_type}" == "win32" ]] && _cmake_generator=" -G\"Visual Studio 14 2015 Win64\""
[[ "${build_os_type}" == "win32" ]] && _cmake_generator=" -G\"Visual Studio 15 2017 Win64\""
local cmake_command="cmake $base_path$base_path_suffix ${_cmake_generator} ${final_parms[*]} ${definition_string} ${CMAKE_OPTIONS}"
local origin_directory=$(pwd)