mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
build: add missing definition of XE3_AND_LATER
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e709165f41
commit
7096f05022
@@ -85,6 +85,15 @@ foreach(CORE_TYPE ${XE2_AND_LATER_CORE_TYPES})
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
foreach(CORE_TYPE ${XE3_AND_LATER_CORE_TYPES})
|
||||
if(TESTS_${CORE_TYPE})
|
||||
set(TESTS_XE3_AND_LATER 1)
|
||||
endif()
|
||||
if(SUPPORT_${CORE_TYPE})
|
||||
set(SUPPORT_XE3_AND_LATER 1)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
if(SUPPORT_ARL)
|
||||
ENABLE_ADDITIONAL_SKU("MTL")
|
||||
if(TESTS_ARL)
|
||||
|
||||
Reference in New Issue
Block a user