Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C samples build fix #2293

Conversation

ilya-lavrenov
Copy link
Contributor

No description provided.

@ilya-lavrenov ilya-lavrenov added category: build OpenVINO cmake script / infra category: samples OpenVINO Runtime Samples labels Sep 16, 2020
@ilya-lavrenov ilya-lavrenov added this to the 2021.1 milestone Sep 16, 2020
@ilya-lavrenov ilya-lavrenov requested review from ilyachur, mryzhov and a team September 16, 2020 15:52
@openvino-pushbot openvino-pushbot added the category: inference OpenVINO Runtime library - Inference label Sep 16, 2020
@@ -145,6 +145,9 @@ endif()
# exactly the same OpenCV_DIR path which was used for the InferenceEngine build
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/common/format_reader")
add_subdirectory(common/format_reader)
elseif(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/common")
# opencv_wrapper_c for C samples is here
add_subdirectory(common)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is better to isolate opencv_wraper like done for cpp samples, for example, common/opencv_c_wraper

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've included your gflags commit + changed the subproject name in #2278 to fix this issue.

@ilya-lavrenov ilya-lavrenov deleted the c-samples-build-fix branch September 17, 2020 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra category: inference OpenVINO Runtime library - Inference category: samples OpenVINO Runtime Samples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants