Skip to content

Commit

Permalink
Align code with pdpd_release provided to CI/E2E tests development
Browse files Browse the repository at this point in the history
  • Loading branch information
nosovmik committed May 31, 2021
1 parent fd7c86a commit 98b8684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function(build_ngraph)
ngraph_set(NGRAPH_ONNX_IMPORT_ENABLE OFF)
endif()
ngraph_set(NGRAPH_INTERPRETER_ENABLE ON)
ngraph_set(NGRAPH_TF_FRONTEND_ENABLE OFF)
if(NOT (ANDROID OR WIN32 OR ARM OR AARCH64) )
ngraph_set(NGRAPH_PDPD_FRONTEND_ENABLE ON) #TODO: make it OFF by default
else()
Expand Down

0 comments on commit 98b8684

Please sign in to comment.