From d549d8e58e35de5ff96192b6089b71bb4964e075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Mon, 12 Feb 2024 12:07:21 +0100 Subject: [PATCH] [Adapters] Remove redundant variable in CMake --- source/adapters/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/adapters/CMakeLists.txt b/source/adapters/CMakeLists.txt index 23e42232de..f0c9b71200 100644 --- a/source/adapters/CMakeLists.txt +++ b/source/adapters/CMakeLists.txt @@ -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 @@ -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()