fix for typo in src/inference_engine/CMakeLists.txt (#1988)
This commit is contained in:
parent
4ecdd19653
commit
7212ff5bb2
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user