Skip to content

Commit

Permalink
Enable ov_add_api_validator_post_build_step (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jan 7, 2025
1 parent 74fd08f commit d48326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ endif()

if(OpenVINODeveloperPackage_FOUND)
# must be called after all target_link_libraries
# ov_add_api_validator_post_build_step(TARGET ${TARGET_NAME})
ov_add_api_validator_post_build_step(TARGET ${TARGET_NAME})

ov_ncc_naming_style(FOR_TARGET ${TARGET_NAME}
SOURCE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include")
Expand Down

0 comments on commit d48326b

Please sign in to comment.