Skip to content

Commit

Permalink
use system pugixml
Browse files Browse the repository at this point in the history
Do not use internal fork of pugixml. Require user to install
pugixml from distro provider or upstream.
  • Loading branch information
tripzero committed Sep 9, 2019
1 parent ba6e22b commit 7676e45
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14,212 deletions.
2 changes: 0 additions & 2 deletions inference-engine/thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_CC_FLAGS "${CMAKE_CC_FLAGS} -Wno-unknown-warning-option -Wno-inconsistent-missing-override -Wno-pass-failed")
endif()

add_subdirectory(pugixml)
export(TARGETS pugixml NAMESPACE IE:: APPEND FILE "${CMAKE_BINARY_DIR}/targets.cmake")
export(TARGETS pugixml NAMESPACE IE:: APPEND FILE "${CMAKE_BINARY_DIR}/targets_developer.cmake")

add_subdirectory(stb_lib)
Expand Down
88 changes: 0 additions & 88 deletions inference-engine/thirdparty/pugixml/CMakeLists.txt

This file was deleted.

74 changes: 0 additions & 74 deletions inference-engine/thirdparty/pugixml/src/pugiconfig.hpp

This file was deleted.

Loading

0 comments on commit 7676e45

Please sign in to comment.