Disable build plugin for compilation without tests

.
This commit is contained in:
Gorban, Igor
2025-10-25 17:42:05 +00:00
committed by igcbot
parent 6230f5290f
commit 5f4fc0e861

View File

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