mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +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
@@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
set(SHARED_TEST_PROJECTS_FOLDER "neo shared")
|
||||
if(NOT SKIP_UNIT_TESTS)
|
||||
if(NOT NEO_SKIP_UNIT_TESTS)
|
||||
|
||||
add_custom_target(unit_tests)
|
||||
|
||||
@@ -67,7 +67,7 @@ if(NOT SKIP_UNIT_TESTS)
|
||||
add_subdirectory(${NEO_SHARED_TEST_DIRECTORY}/common "${NEO_BUILD_DIR}/shared/test/common")
|
||||
add_subdirectory_unique(mocks)
|
||||
|
||||
if(NOT SKIP_SHARED_UNIT_TESTS)
|
||||
if(NOT NEO_SKIP_SHARED_UNIT_TESTS)
|
||||
add_subdirectories()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user