Skip to content

Commit

Permalink
Merge pull request oneapi-src#1333 from lukaszstolarczuk/cmake-cleanup
Browse files Browse the repository at this point in the history
[Adapters] Remove redundant variable in CMake
  • Loading branch information
wlemkows committed Feb 13, 2024
2 parents 03cd9d1 + d549d8e commit 5e548c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/adapters/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2022 Intel Corporation
# Copyright (C) 2022-2024 Intel Corporation
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.TXT
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Expand Down Expand Up @@ -30,8 +30,6 @@ endfunction()

add_subdirectory(null)

set(INTEL_LLVM_TAG nightly-2023-09-20)

if(UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_ALL)
add_subdirectory(level_zero)
endif()
Expand Down

0 comments on commit 5e548c5

Please sign in to comment.