mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
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:
committed by
Compute-Runtime-Automation
parent
595fe10770
commit
0977e75dce
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user