File tree 1 file changed +1
-11
lines changed
unified-runtime/source/adapters/level_zero
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (C) 2022-2024 Intel Corporation
1
+ # Copyright (C) 2022-2025 Intel Corporation
2
2
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
3
3
# See LICENSE.TXT
4
4
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -100,11 +100,6 @@ if(UR_BUILD_ADAPTER_L0)
100
100
SOVERSION "${PROJECT_VERSION_MAJOR} "
101
101
)
102
102
103
- if (WIN32 )
104
- # 0x800: Search for the DLL only in the System32 folder
105
- target_link_options (ur_adapter_level_zero PRIVATE LINKER:/DEPENDENTLOADFLAG:0x800)
106
- endif ()
107
-
108
103
target_link_libraries (ur_adapter_level_zero PRIVATE
109
104
${PROJECT_NAME} ::headers
110
105
${PROJECT_NAME} ::common
@@ -206,11 +201,6 @@ if(UR_BUILD_ADAPTER_L0_V2)
206
201
SOVERSION "${PROJECT_VERSION_MAJOR} "
207
202
)
208
203
209
- if (WIN32 )
210
- # 0x800: Search for the DLL only in the System32 folder
211
- target_link_options (ur_adapter_level_zero_v2 PUBLIC LINKER:/DEPENDENTLOADFLAG:0x800)
212
- endif ()
213
-
214
204
target_link_libraries (ur_adapter_level_zero_v2 PRIVATE
215
205
${PROJECT_NAME} ::headers
216
206
${PROJECT_NAME} ::common
You can’t perform that action at this time.
0 commit comments