mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
Disable build plugin for compilation without tests
.
This commit is contained in:
@ -10,6 +10,10 @@ if((${LLVM_VERSION_MAJOR} LESS 16))
|
||||
return()
|
||||
endif()
|
||||
|
||||
if (NOT IGC_BUILD__CMLIT_ENABLE)
|
||||
return()
|
||||
endif()
|
||||
|
||||
if (NOT LLVM_ON_UNIX)
|
||||
return()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user