mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Correct branch_dir_suffix in cmake
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-6245
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bbd11a7448
commit
9ccf43e441
@@ -1,12 +1,12 @@
|
||||
#
|
||||
# Copyright (C) 2018-2020 Intel Corporation
|
||||
# Copyright (C) 2018-2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(IS_DIRECTORY ${NEO_SOURCE_DIR}/.git)
|
||||
add_custom_target(lint
|
||||
${NEO_SOURCE_DIR}/scripts/lint${BRANCH_DIR_SUFFIX}/set_copyright.sh
|
||||
${NEO_SOURCE_DIR}/scripts/lint${BRANCH_DIR_SUFFIX}set_copyright.sh
|
||||
WORKING_DIRECTORY ${NEO_SOURCE_DIR}
|
||||
)
|
||||
set_target_properties(lint PROPERTIES
|
||||
@@ -15,7 +15,7 @@ if(IS_DIRECTORY ${NEO_SOURCE_DIR}/.git)
|
||||
FOLDER ${NEO_SCRIPT_PROJECTS_FOLDER}
|
||||
)
|
||||
add_custom_target(lint_head
|
||||
${NEO_SOURCE_DIR}/scripts/lint${BRANCH_DIR_SUFFIX}/set_copyright.sh HEAD
|
||||
${NEO_SOURCE_DIR}/scripts/lint${BRANCH_DIR_SUFFIX}set_copyright.sh HEAD
|
||||
WORKING_DIRECTORY ${NEO_SOURCE_DIR}
|
||||
)
|
||||
set_target_properties(lint_head PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user