cmake: cleanup variable names

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2021-11-10 10:34:06 +00:00
committed by Compute-Runtime-Automation
parent b8a03cdea1
commit ea373d2664
26 changed files with 59 additions and 55 deletions

View File

@@ -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()