Increased MSVC compiler version
This commit is contained in:
		
							parent
							
								
									1863ee55a2
								
							
						
					
					
						commit
						cb2cf149aa
					
				| @ -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) | ||||
| @ -327,4 +327,4 @@ function end_task() { | ||||
|     time_start=${task_timings[$name]} | ||||
|     format_time $(($time_end-$time_start)) | ||||
|     pline "$display_name ($time)" | ||||
| } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user