Skip to content

Commit

Permalink
NPU CMakeLists.txt: Build NPU internal tools only if tests are enabled (
Browse files Browse the repository at this point in the history
openvinotoolkit#25749)

### Details:
 - Build NPU internal tools only if tests are enabled
  • Loading branch information
artanokhov authored Jul 26, 2024
1 parent 88cefef commit b0b36a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_npu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ add_subdirectory(src)

if(ENABLE_TESTS)
add_subdirectory(tests)
add_subdirectory(tools)
endif()

add_subdirectory(tools)

ov_cpack_add_component(${NPU_INTERNAL_COMPONENT} HIDDEN)

0 comments on commit b0b36a6

Please sign in to comment.