Skip to content

Commit

Permalink
Small fixes in cmake (openvinotoolkit#7472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored and akuporos committed Sep 29, 2021
1 parent 36d9c6e commit 257c4b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ file(GLOB_RECURSE legacy_tests
"${CMAKE_CURRENT_SOURCE_DIR}/lp_transformations/*.cpp" # CVS-55376
"${CMAKE_CURRENT_SOURCE_DIR}/ngraph_reader/*.cpp" # CVS-55365
"${CMAKE_CURRENT_SOURCE_DIR}/cnn_network/cnn_ngraph_impl_tests.cpp" # CVS-55375
"${CMAKE_CURRENT_SOURCE_DIR}/local_test.cpp" # CVS-55386
)

set_source_files_properties(${legacy_tests} PROPERTIES INCLUDE_DIRECTORIES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ addIeTarget(
ngraphFunctions
)

# CVS-55373
set_source_files_properties(
"${CMAKE_CURRENT_SOURCE_DIR}/src/subgraph/softsign.cpp"
PROPERTIES INCLUDE_DIRECTORIES
$<TARGET_PROPERTY:inference_engine_legacy,INTERFACE_INCLUDE_DIRECTORIES>)

ie_faster_build(${TARGET_NAME}
PCH PRIVATE "src/precomp.hpp"
)

0 comments on commit 257c4b0

Please sign in to comment.