Skip to content

Commit

Permalink
Introduce IEDevScripts package (openvinotoolkit#3661)
Browse files Browse the repository at this point in the history
* Refactored developer package

* Added fuzzing for CMAKE_MODULE_LINKER_FLAGS as well

* Added options for developer package

* More improvements

* Further improvements

* Removed global CMAKE_MODULE_PATH population

* Fixes

* Final fixes

* Fixed python build

* Fix for TBB

* Fixed Find TBB

* Fixed install

* Fixes for OV features

* Split developer targets per component

* Fixed IE build tree config

* Fixed ITT

* Fixed review comments

* Clean export dependencies

* Fixed export of pugixml

* Added IEDevScripts_DIR for Android

* Fixed Android #2

* Fixed Android openvinotoolkit#3

* Fixed python cc

* Disabled Core threading tests on GNA
  • Loading branch information
ilya-lavrenov authored and dood-apo committed Aug 24, 2023
1 parent 0c56d2e commit 0f4180c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inference-engine/src/gna_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ file(GLOB_RECURSE HEADERS

addVersionDefines(gna_plugin_entry_points.cpp CI_BUILD_NUMBER)

find_package(libGNA)
find_package(libGNA REQUIRED
PATHS "${IE_MAIN_SOURCE_DIR}/cmake"
NO_DEFAULT_PATH)

if(GNA_LIBRARY_VERSION STREQUAL "GNA2")
set(GNA_LIBRARY_VERSION_NUMBER 2)
Expand Down

0 comments on commit 0f4180c

Please sign in to comment.