diff --git a/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt b/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt index 217587f5e6..ecd336aa6c 100644 --- a/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt +++ b/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt @@ -1,11 +1,11 @@ # -# Copyright (C) 2021 Intel Corporation +# Copyright (C) 2021-2022 Intel Corporation # # SPDX-License-Identifier: MIT # set(L0_SRCS_TOOLS_SYSMAN_LINUX_PMT - ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}pmt_helper.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/pmt_helper.cpp ${CMAKE_CURRENT_SOURCE_DIR}/pmt.cpp ${CMAKE_CURRENT_SOURCE_DIR}/pmt.h )