mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix(sysman): Fix compilation error in fabric port
Include sysman_os_fabric_port_imp even in absence of libgenl. Related-To: NEO-11438 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0136ef049a
commit
9f7d144e63
@@ -8,6 +8,8 @@ if(UNIX)
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_fabric_port_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_fabric_port_imp.h
|
||||
)
|
||||
|
||||
if(LIBGENL_FOUND)
|
||||
@@ -16,8 +18,6 @@ if(UNIX)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_fabric_device_access.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_fabric_device_access_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_fabric_device_access_imp.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_fabric_port_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_fabric_port_imp.h
|
||||
)
|
||||
else()
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
|
||||
Reference in New Issue
Block a user