mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
Force 64 bit toolset for MSVC.
Change-Id: Icd8db90d9ee99e93edbe273a16ae270c30dca7cd Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
b98f712551
commit
2ea9bace60
@@ -16,10 +16,15 @@ endforeach()
|
||||
# Include needed macros
|
||||
include(common_macros.cmake)
|
||||
|
||||
if(MSVC)
|
||||
set(CMAKE_GENERATOR_TOOLSET "host=x64")
|
||||
endif()
|
||||
|
||||
if(NOT PROJECT_NAME)
|
||||
set(PROJECT_NAME igdrcl)
|
||||
endif()
|
||||
|
||||
|
||||
project(${PROJECT_NAME})
|
||||
|
||||
if(CMAKE_CONFIGURATION_TYPES)
|
||||
|
||||
Reference in New Issue
Block a user