Skip to content

Commit cf77aa1

Browse files
Add branch suffix for compression selector
Signed-off-by: Milczarek, Slawomir <[email protected]>
1 parent 3e41f24 commit cf77aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencl/source/memory_manager/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# Copyright (C) 2018-2020 Intel Corporation
2+
# Copyright (C) 2018-2021 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
66

77
set(RUNTIME_SRCS_MEMORY_MANAGER
88
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
9-
${CMAKE_CURRENT_SOURCE_DIR}/compression_selector_ocl.cpp
9+
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/compression_selector_ocl.cpp
1010
${CMAKE_CURRENT_SOURCE_DIR}/cpu_page_fault_manager_memory_sync.cpp
1111
${CMAKE_CURRENT_SOURCE_DIR}/mem_obj_surface.h
1212
${CMAKE_CURRENT_SOURCE_DIR}/page_table.cpp

0 commit comments

Comments
 (0)