mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Some minor fixes:
- Fix SUPPORT_X and TESTS_X flags in cmake Previously it was possible to enable TESTS_X with disabled SUPPORT_X - Remove genX dirs from include paths Change-Id: I70aa6ee4df6cc1ca641cce2e99b66f92f99fd4e1
This commit is contained in:

committed by
sys_ocldev

parent
9564c5c2c1
commit
4f884496a6
@ -33,7 +33,6 @@ foreach(GEN_NUM RANGE 0 ${MAX_GEN} 1)
|
||||
endif()
|
||||
endforeach()
|
||||
GET_PLATFORMS_FOR_GEN("TESTED" ${GEN_NUM} TESTED_GENX_PLATFORMS)
|
||||
list (APPEND HW_SRC_INCLUDES ${IGDRCL_SOURCE_DIR}/runtime/gen${GEN_NUM} ${IGDRCL_SOURCE_DIR}/unit_tests/gen${GEN_NUM})
|
||||
list (APPEND IGDRCL_SRCS_LIB_ULT
|
||||
${IGDRCL_SOURCE_DIR}/unit_tests/libult/gen${GEN_NUM}.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/gen${GEN_NUM}/enable_family_full.cpp
|
||||
|
Reference in New Issue
Block a user