Khronos headers have absolute priority over other
In some cases we may hit issue because of different version of Khronos headers available to include. The version from Khronos public github repository has absolute priority. Change-Id: I3d336943a3779d75d1a0f4bf4990a61ae6c0e2f2
This commit is contained in:
parent
f1f9fba509
commit
d510f8c865
|
@ -75,11 +75,11 @@ target_include_directories(${NEO_STATIC_LIB_NAME} PRIVATE
|
|||
)
|
||||
|
||||
target_include_directories(${NEO_STATIC_LIB_NAME} PUBLIC
|
||||
${KHRONOS_HEADERS_DIR}
|
||||
${CIF_BASE_DIR}
|
||||
${GTPIN_HEADERS_DIR}
|
||||
${IGC_OCL_ADAPTOR_DIR}
|
||||
${IGDRCL__IGC_INCLUDE_DIR}
|
||||
${KHRONOS_HEADERS_DIR}
|
||||
${THIRD_PARTY_DIR}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue