refactor: Disable Win 32 bit PVC build using existing CMake macro

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-01-14 08:46:07 +00:00
committed by Compute-Runtime-Automation
parent 595fe10770
commit 0977e75dce
2 changed files with 2 additions and 5 deletions

View File

@@ -5,10 +5,6 @@
#
if(TESTS_PVC)
if(MSVC AND NOT "${NEO_BITS}" STREQUAL "64")
return()
endif()
set(unit_test_config "pvc/2/4/8/47") # non-zero values for unit tests
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()