mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
cmake: cleanup variable names
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b8a03cdea1
commit
ea373d2664
@@ -4,10 +4,10 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(NOT SKIP_L0_UNIT_TESTS)
|
||||
if(NOT NEO_SKIP_L0_UNIT_TESTS)
|
||||
add_subdirectory(unit_tests)
|
||||
endif()
|
||||
|
||||
if(NOT SKIP_L0_BLACK_BOX_TESTS)
|
||||
if(NOT NEO_SKIP_L0_BLACK_BOX_TESTS)
|
||||
add_subdirectory(black_box_tests)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user