Skip to content

Commit b8c3bae

Browse files
[CPU] Solving the build failure caused by setting the "ENABLE_OV_ONNX_FRONTEND" option to "OFF" (openvinotoolkit#22934)
### Details: See the [ticket description](https://jira.devtools.intel.com/browse/CVS-132119). The solution was checked only on a local setup on Ubuntu, if there's a way to check that using the CI please let me know (or if you could run the job and paste the link in the comments I would be grateful). Disclaimer: I'm not a CPU plugin developer, so I can't tell for sure if this is the ideal fix and no side effects are introduced. Please take that into account when reviewing/merging. ### Tickets: - [CVS-132119](https://jira.devtools.intel.com/browse/CVS-132119)
1 parent 1c6e2f5 commit b8c3bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/intel_cpu/tests/functional/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(LINK_LIBRARIES funcSharedTests cpuSpecificRtInfo openvino::snippets ov_snipp
1616
if(ENABLE_OV_ONNX_FRONTEND)
1717
list(APPEND DEFINES TEST_MODELS="${TEST_MODEL_ZOO}")
1818
else()
19-
set(EXCLUDED_SOURCE_PATHS ${CMAKE_CURRENT_SOURCE_DIR}/extension ${CMAKE_CURRENT_SOURCE_DIR}/shared_tests_instances/onnx)
19+
set(EXCLUDED_SOURCE_PATHS ${CMAKE_CURRENT_SOURCE_DIR}/custom/extension ${CMAKE_CURRENT_SOURCE_DIR}/shared_tests_instances/onnx)
2020
endif()
2121

2222
if(NOT (ARM OR AARCH64))

0 commit comments

Comments
 (0)