mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
00964275fb
commit
f2ff5267d9
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2021 Intel Corporation
|
||||
# Copyright (C) 2021-2024 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -118,12 +118,3 @@ else()
|
||||
endif()
|
||||
|
||||
message(STATUS "IGA Includes dir: ${IGA_INCLUDE_DIR}")
|
||||
|
||||
if(WIN32)
|
||||
set(IGC_LIBRARY_NAME "igc${NEO_BITS}")
|
||||
set(FCL_LIBRARY_NAME "igdfcl${NEO_BITS}")
|
||||
endif()
|
||||
|
||||
if(WIN32 AND NOT NEO__IGC_FOUND)
|
||||
configure_file(igc.opencl.h.in ${NEO_BUILD_DIR}/igc.opencl.h)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user