mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Rename plus in cmake macros to and_later
Related-To: NEO-5920 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2661962ac3
commit
a85ae676e7
@@ -21,7 +21,7 @@ set(NEO_SHARED_TESTS_CMD_PARSE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_parse.inl
|
||||
)
|
||||
|
||||
if(TESTS_XEHP_PLUS)
|
||||
if(TESTS_XEHP_AND_LATER)
|
||||
list(APPEND NEO_SHARED_TESTS_CMD_PARSE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmd_parse_xehp_plus.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmd_parse_l3_control_xehp_plus.inl
|
||||
|
||||
Reference in New Issue
Block a user