Fix CMakeLists formatting

Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
Pawel Cieslak
2022-08-05 13:00:06 +00:00
committed by Compute-Runtime-Automation
parent 505e0b7059
commit 7c174a09aa
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2020-2021 Intel Corporation
# Copyright (C) 2020-2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@ -95,8 +95,8 @@ if(MSVC)
PROPERTIES
VS_DEBUGGER_COMMAND_ARGUMENTS
"${L0_TESTS_FILTER_OPTION} --gtest_catch_exceptions=0 ${L0_TESTS_LISTENER_OPTION}"
VS_DEBUGGER_WORKING_DIRECTORY "$(OutDir
)")
VS_DEBUGGER_WORKING_DIRECTORY "$(OutDir)"
)
endif()
add_dependencies(unit_tests ${TARGET_NAME})