Skip to content

Commit d549d8e

Browse files
[Adapters] Remove redundant variable in CMake
1 parent be849b2 commit d549d8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/adapters/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022 Intel Corporation
1+
# Copyright (C) 2022-2024 Intel Corporation
22
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
33
# See LICENSE.TXT
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -30,8 +30,6 @@ endfunction()
3030

3131
add_subdirectory(null)
3232

33-
set(INTEL_LLVM_TAG nightly-2023-09-20)
34-
3533
if(UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_ALL)
3634
add_subdirectory(level_zero)
3735
endif()

0 commit comments

Comments
 (0)