fix for typo in src/inference_engine/CMakeLists.txt (#1988)

This commit is contained in:
Polina Brzezinskaya 2020-09-04 15:07:47 +03:00 committed by GitHub
parent 4ecdd19653
commit 7212ff5bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ if(ENABLE_SSE42)
endif()
if(ENABLE_V7_SERIALIZE)
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/src/cnn_network_ngraph_impl.cpp"
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/cnn_network_ngraph_impl.cpp"
PROPERTIES COMPILE_DEFINITIONS ENABLE_V7_SERIALIZE)
endif()