Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[openvino] Build error #38221

Closed
WangHHY19931001 opened this issue Apr 17, 2024 · 8 comments · Fixed by openvinotoolkit/openvino#25069 or #39489
Closed

[openvino] Build error #38221

WangHHY19931001 opened this issue Apr 17, 2024 · 8 comments · Fixed by openvinotoolkit/openvino#25069 or #39489
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@WangHHY19931001
Copy link

WangHHY19931001 commented Apr 17, 2024

issue_body.md
Package: openvino[auto,auto-batch,core,cpu,gpu,hetero,ir,onnx,paddle,pytorch,tensorflow,tensorflow-lite]:x64-windows -> 2024.0.0

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.39.33523.0
  • vcpkg-tool version: 2023-08-09-9990a4c9026811a312cb2af78bf77f3d9d288416
    vcpkg-scripts version: 501cb01 2024-04-16 (12 hours ago)

To Reproduce

vcpkg install openvino:x64-windows
Failure logs

-- Using cached openvinotoolkit-openvino-2024.0.0.tar.gz.
-- Cleaning sources at C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/openvinotoolkit-openvino-2024.0.0.tar.gz
-- Applying patch 001-disable-tools.patch
-- Using source at C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean
-- Using cached oneapi-src-oneDNN-494af5f9921bdae98f1a0e2955fa7d76ff386c4f.tar.gz.
-- Cleaning sources at C:/vcpkg/buildtrees/openvino/src/76ff386c4f-e8dbebac8e.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/oneapi-src-oneDNN-494af5f9921bdae98f1a0e2955fa7d76ff386c4f.tar.gz
-- Using source at C:/vcpkg/buildtrees/openvino/src/76ff386c4f-e8dbebac8e.clean
-- Using cached openvinotoolkit-oneDNN-f82148befdbdc9576ec721c9d500155ee4de8060.tar.gz.
-- Cleaning sources at C:/vcpkg/buildtrees/openvino/src/5ee4de8060-29f031a046.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/openvinotoolkit-oneDNN-f82148befdbdc9576ec721c9d500155ee4de8060.tar.gz
-- Using source at C:/vcpkg/buildtrees/openvino/src/5ee4de8060-29f031a046.clean
-- Using cached openvinotoolkit-mlas-d1bc25ec4660cddd87804fcf03b2411b5dfb2e94.tar.gz.
-- Cleaning sources at C:/vcpkg/buildtrees/openvino/src/1b5dfb2e94-e89ef61ea3.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/openvinotoolkit-mlas-d1bc25ec4660cddd87804fcf03b2411b5dfb2e94.tar.gz
-- Using source at C:/vcpkg/buildtrees/openvino/src/1b5dfb2e94-e89ef61ea3.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: C:/vcpkg/buildtrees/openvino/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      C:\vcpkg\buildtrees\openvino\config-x64-windows-dbg-CMakeCache.txt.log
      C:\vcpkg\buildtrees\openvino\config-x64-windows-rel-CMakeCache.txt.log
      C:\vcpkg\buildtrees\openvino\config-x64-windows-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:252 (vcpkg_execute_required_process)
  ports/openvino/portfile.cmake:103 (vcpkg_cmake_configure)
  scripts/ports.cmake:175 (include)



C:\vcpkg\buildtrees\openvino\config-x64-windows-dbg-CMakeCache.txt.log
# This is the CMakeCache file.
# For build in directory: c:/vcpkg/buildtrees/openvino/x64-windows-dbg
# It was generated by CMake: C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Build as a shared library
BUILD_SHARED_LIBS:BOOL=ON

//Path to a program.
CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/lib.exe

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Debug

//Enable warnings as errors
CMAKE_COMPILE_WARNING_AS_ERROR:BOOL=OFF

CMAKE_CROSSCOMPILING:STRING=OFF

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe

CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP '

CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//C compiler
CMAKE_C_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe

CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP '

CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//No help, variable specified on the command line.
CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=

//No help, variable specified on the command line.
CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON

//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/vcpkg/buildtrees/openvino/x64-windows-dbg/CMakeFiles/pkgRedirects

//No help, variable specified on the command line.
CMAKE_INSTALL_BINDIR:STRING=bin

//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=

//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share

//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=

//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include

//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=

//No help, variable specified on the command line.
CMAKE_INSTALL_LIBDIR:STRING=lib

//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec

//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=

//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var

//Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=

//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/vcpkg/packages/openvino_x64-windows/debug

//Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=

//System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin

//Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com

//Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc

//No help, variable specified on the command line.
CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE

//Path to a program.
CMAKE_LINKER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/link.exe

//make program
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe

//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

CMAKE_MSVC_RUNTIME_LIBRARY:STRING=MultiThreaded$<$<CONFIG:Debug>:Debug>$<$<STREQUAL:dynamic,dynamic>:DLL>

//Path to a program.
CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe

//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=OpenVINO toolkit

//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=OpenVINO

//RC compiler
CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe

CMAKE_RC_FLAGS:STRING=-c65001 /DWIN32

//Flags for Windows Resource Compiler during DEBUG builds.
CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG

//Flags for Windows Resource Compiler during MINSIZEREL builds.
CMAKE_RC_FLAGS_MINSIZEREL:STRING=

//Flags for Windows Resource Compiler during RELEASE builds.
CMAKE_RC_FLAGS_RELEASE:STRING=

//Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=

//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=/nologo

//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=/nologo

//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

CMAKE_SYSTEM_NAME:STRING=Windows

CMAKE_SYSTEM_PROCESSOR:STRING=AMD64

CMAKE_SYSTEM_VERSION:STRING=10.0.19045

//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/vcpkg/scripts/buildsystems/vcpkg.cmake

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=ON

//Don't warn about obsolete cmake versions in 3rdparty
CMAKE_WARN_DEPRECATED:BOOL=OFF

//Warn about absolute paths in destination
CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION:BOOL=ON

//Cpack generator for OpenVINO
CPACK_GENERATOR:STRING=VCPKG

//Path to a program.
CYGWIN_BAT:FILEPATH=CYGWIN_BAT-NOTFOUND

//Enable ARM Compute build via cmake
ENABLE_ARM_COMPUTE_CMAKE:BOOL=OFF

//Enables AUTO Device Plugin
ENABLE_AUTO:BOOL=ON

//Enables Auto-Batching Plugin
ENABLE_AUTO_BATCH:BOOL=ON

//Enable AVX2 optimizations
ENABLE_AVX2:BOOL=ON

//Enable AVX512 optimizations
ENABLE_AVX512F:BOOL=ON

//Enable clang-format checks during the build
ENABLE_CLANG_FORMAT:BOOL=OFF

//Enable cpplint checks during the build
ENABLE_CPPLINT:BOOL=OFF

//enable OpenVINO debug capabilities at runtime
ENABLE_DEBUG_CAPS:BOOL=OFF

//Build docs using Doxygen
ENABLE_DOCS:BOOL=OFF

//Enable build features (PCH, UNITY) to speed up build time
ENABLE_FASTER_BUILD:BOOL=OFF

//instrument build for fuzzing
ENABLE_FUZZING:BOOL=OFF

//No help, variable specified on the command line.
ENABLE_GAPI_PREPROCESSING:UNINITIALIZED=OFF

//Enables Hetero Device Plugin
ENABLE_HETERO:BOOL=ON

//CPU plugin for OpenVINO Runtime
ENABLE_INTEL_CPU:BOOL=ON

//No help, variable specified on the command line.
ENABLE_INTEL_GNA:UNINITIALIZED=OFF

//GPU OpenCL-based plugin for OpenVINO Runtime
ENABLE_INTEL_GPU:BOOL=ON

//Enables JS API building
ENABLE_JS:BOOL=OFF

//Enables MULTI Device Plugin
ENABLE_MULTI:BOOL=ON

//Enable ncc style check
ENABLE_NCC_STYLE:BOOL=OFF

//Enable oneDNN with GPU support
ENABLE_ONEDNN_FOR_GPU:BOOL=ON

//Enable output for OPENVINO_DEBUG statements
ENABLE_OPENVINO_DEBUG:BOOL=OFF

//Enable IR FrontEnd
ENABLE_OV_IR_FRONTEND:BOOL=ON

//Enable ONNX FrontEnd
ENABLE_OV_ONNX_FRONTEND:BOOL=ON

//Enable PaddlePaddle FrontEnd
ENABLE_OV_PADDLE_FRONTEND:BOOL=ON

//Enable PyTorch FrontEnd
ENABLE_OV_PYTORCH_FRONTEND:BOOL=ON

//Enable TensorFlow FrontEnd
ENABLE_OV_TF_FRONTEND:BOOL=ON

//Enable TensorFlow Lite FrontEnd
ENABLE_OV_TF_LITE_FRONTEND:BOOL=ON

//Generate plugins.xml configuration file or not
ENABLE_PLUGINS_XML:BOOL=OFF

//Enable or disable ITT counter groups.Supported values: ALL -
// enable all ITT counters (default value) FIRST_INFERENCE - enable
// only first inference time counters
ENABLE_PROFILING_FILTER:STRING=ALL

//Build with ITT tracing of first inference time.
ENABLE_PROFILING_FIRST_INFERENCE:BOOL=ON

//Build with ITT tracing. Optionally configure pre-built ittnotify
// library though INTEL_VTUNE_DIR variable.
ENABLE_PROFILING_ITT:BOOL=OFF

//Proxy plugin for OpenVINO Runtime
ENABLE_PROXY:BOOL=ON

//No help, variable specified on the command line.
ENABLE_PYTHON:UNINITIALIZED=OFF

//console samples are part of OpenVINO Runtime package
ENABLE_SAMPLES:BOOL=OFF

//enable checking memory errors via AddressSanitizer
ENABLE_SANITIZER:BOOL=OFF

//Enables compression support for TF FE
ENABLE_SNAPPY_COMPRESSION:BOOL=ON

//Enable SSE4.2 optimizations
ENABLE_SSE42:BOOL=ON

//Enables use of system flatbuffers
ENABLE_SYSTEM_FLATBUFFERS:BOOL=ON

//Enables use of system OpenCL
ENABLE_SYSTEM_OPENCL:BOOL=ON

//Enables use of system Protobuf
ENABLE_SYSTEM_PROTOBUF:BOOL=ON

//Enables use of system PugiXML
ENABLE_SYSTEM_PUGIXML:BOOL=ON

//Enables use of system version of Snappy
ENABLE_SYSTEM_SNAPPY:BOOL=ON

//Enables use of system TBB
ENABLE_SYSTEM_TBB:BOOL=ON

//Enable TBBBind_2_5 static usage in OpenVINO runtime
ENABLE_TBBBIND_2_5:BOOL=OFF

//Enable template plugin
ENABLE_TEMPLATE:BOOL=OFF

//unit, behavior and functional tests
ENABLE_TESTS:BOOL=OFF

//enable checking data races via ThreadSanitizer
ENABLE_THREAD_SANITIZER:BOOL=OFF

//enable UndefinedBahavior sanitizer
ENABLE_UB_SANITIZER:BOOL=OFF

//skip check for MD5 for dependency
ENABLE_UNSAFE_LOCATIONS:BOOL=OFF

//No help, variable specified on the command line.
FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON

//The directory containing a CMake configuration file for Flatbuffers.
Flatbuffers_DIR:PATH=C:/vcpkg/installed/x64-windows/share/flatbuffers

//Git command line client
GIT_EXECUTABLE:FILEPATH=C:/Program Files/Git/cmd/git.exe

//Path to a program.
MSYS_CMD:FILEPATH=C:/msys64/msys2_shell.cmd

//ApiValidator for OneCore compliance
ONECORE_API_VALIDATOR:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/apivalidator.exe

//Path to UniversalDDIs.xml file
ONECORE_API_VALIDATOR_APIS:FILEPATH=ONECORE_API_VALIDATOR_APIS-NOTFOUND

//Path to BinaryExclusionlist.xml file
ONECORE_API_VALIDATOR_EXCLUSION:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/BinaryExclusionlist.xml

//The directory containing a CMake configuration file for ONNX.
ONNX_DIR:PATH=C:/vcpkg/installed/x64-windows/share/onnx

//Extra paths for extra modules to include into OpenVINO build
OPENVINO_EXTRA_MODULES:STRING=

//create OS dedicated folder in output
OS_FOLDER:BOOL=OFF

//Path to CL/opencl.hpp
OpenCL_HPP:FILEPATH=C:/vcpkg/installed/x64-windows/include/CL/opencl.hpp

//Path to a file.
OpenCL_INCLUDE_DIR:PATH=C:/vcpkg/installed/x64-windows/include

//Path to a library.
OpenCL_LIBRARY:FILEPATH=C:/vcpkg/installed/x64-windows/debug/lib/OpenCL.lib

//The directory containing a CMake configuration file for OpenVINODeveloperScripts.
OpenVINODeveloperScripts_DIR:PATH=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean/cmake/developer_package

//Value Computed by CMake
OpenVINO_BINARY_DIR:STATIC=C:/vcpkg/buildtrees/openvino/x64-windows-dbg

//Value Computed by CMake
OpenVINO_IS_TOP_LEVEL:STATIC=ON

//Value Computed by CMake
OpenVINO_SOURCE_DIR:STATIC=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean

//Arguments to supply to pkg-config
PKG_CONFIG_ARGN:STRING=

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe

//The directory containing a CMake configuration file for Protobuf.
Protobuf_DIR:PATH=C:/vcpkg/installed/x64-windows/share/protobuf

//Path to a program.
Protobuf_PROTOC_EXECUTABLE:FILEPATH=C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe

//The directory containing a CMake configuration file for PugiXML.
PugiXML_DIR:PATH=C:/vcpkg/installed/x64-windows/share/pugixml

PugiXML_FOUND:BOOL=1

//No help, variable specified on the command line.
Python3_EXECUTABLE:UNINITIALIZED=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe

//Enable OpenVINO conditional compilation or statistics collection.
// In case SELECTIVE_BUILD is enabled, the SELECTIVE_BUILD_STAT
// variable should contain the path to the collected IntelSEAPI
// statistics. Usage: -DSELECTIVE_BUILD=ON -DSELECTIVE_BUILD_STAT=/path/*.csv
SELECTIVE_BUILD:STRING=OFF

//The directory containing a CMake configuration file for Snappy.
Snappy_DIR:PATH=C:/vcpkg/installed/x64-windows/share/snappy

//The directory containing a CMake configuration file for TBB.
TBB_DIR:PATH=C:/vcpkg/installed/x64-windows/share/tbb

//TBB library install directory
TBB_LIB_INSTALL_DIR:PATH=runtime/3rdparty/tbb/lib

//Path to temp directory
TEMP:PATH=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean/temp

//Threading
THREADING:STRING=TBB

//Create dedicated sub-folder per build type for output binaries
USE_BUILD_TYPE_SUBFOLDER:BOOL=ON

//Automatically copy dependencies into the output directory for
// executables.
VCPKG_APPLOCAL_DEPS:BOOL=OFF

//No help, variable specified on the command line.
VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=C:/vcpkg/scripts/toolchains/windows.cmake

//No help, variable specified on the command line.
VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic

//No help, variable specified on the command line.
VCPKG_CXX_FLAGS:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_C_FLAGS:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_C_FLAGS_DEBUG:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_C_FLAGS_RELEASE:UNINITIALIZED=

//The directory which contains the installed libraries for each
// triplet
VCPKG_INSTALLED_DIR:PATH=C:/vcpkg/installed

//No help, variable specified on the command line.
VCPKG_LINKER_FLAGS:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_LINKER_FLAGS_DEBUG:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_LINKER_FLAGS_RELEASE:UNINITIALIZED=

//The path to the vcpkg manifest directory.
VCPKG_MANIFEST_DIR:PATH=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean

//Install the dependencies listed in your manifest:
//\n    If this is off, you will have to manually install your dependencies.
//\n    See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md
// for more info.
//\n
VCPKG_MANIFEST_INSTALL:BOOL=OFF

//Use manifest mode, as opposed to classic mode.
VCPKG_MANIFEST_MODE:BOOL=ON

//No help, variable specified on the command line.
VCPKG_PLATFORM_TOOLSET:UNINITIALIZED=v143

//Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH
// and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are
// found after toolchain/system libraries/packages.
VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF

//Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths
VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON

//No help, variable specified on the command line.
VCPKG_SET_CHARSET_FLAG:UNINITIALIZED=ON

//No help, variable specified on the command line.
VCPKG_TARGET_ARCHITECTURE:UNINITIALIZED=x64

//Vcpkg target triplet (ex. x86-windows)
VCPKG_TARGET_TRIPLET:STRING=x64-windows

//Trace calls to find_package()
VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF

//Enables messages from the VCPKG toolchain for debugging purposes.
VCPKG_VERBOSE:BOOL=OFF

//Path to a program.
WGET_EXECUTABLE:FILEPATH=C:/msys64/usr/bin/wget.exe

//(experimental) Automatically copy dependencies into the install
// target directory for executables. Requires CMake 3.14.
X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF

//(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force
// serialization.
X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF

//The directory which contains the installed libraries for each
// triplet
_VCPKG_INSTALLED_DIR:PATH=C:/vcpkg/installed

//No help, variable specified on the command line.
_VCPKG_ROOT_DIR:UNINITIALIZED=C:/vcpkg

//Path to TBBBind 2.5+ library
_ov_tbbbind_2_5:FILEPATH=_ov_tbbbind_2_5-NOTFOUND

//Path to a library.
pkgcfg_lib_HWLOC_hwloc:FILEPATH=C:/vcpkg/installed/x64-windows/debug/lib/hwloc.lib

//The directory containing a CMake configuration file for protobuf.
protobuf_DIR:PATH=C:/vcpkg/installed/x64-windows/share/protobuf

//CMake built-in FindProtobuf.cmake module compatible
protobuf_MODULE_COMPATIBLE:BOOL=OFF

//Enable for verbose output
protobuf_VERBOSE:BOOL=OFF

//Path to shellcheck tool
shellcheck_PROGRAM:FILEPATH=shellcheck_PROGRAM-NOTFOUND

//The directory containing a CMake configuration file for xbyak.
xbyak_DIR:PATH=C:/vcpkg/installed/x64-windows/share/xbyak


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//STRINGS property for variable: CMAKE_BUILD_TYPE
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Release;Debug;RelWithDebInfo;MinSizeRel
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/vcpkg/buildtrees/openvino/x64-windows-dbg
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=29
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Ninja
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Test CMAKE_HAVE_LIBC_PTHREAD
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MT
CMAKE_MT-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=18
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/share/cmake-3.29
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE
CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CYGWIN_BAT
CYGWIN_BAT-ADVANCED:INTERNAL=1
//STRINGS property for variable: ENABLE_PROFILING_FILTER
ENABLE_PROFILING_FILTER-STRINGS:INTERNAL=ALL;FIRST_INFERENCE
//Details about finding Protobuf
FIND_PACKAGE_MESSAGE_DETAILS_Protobuf:INTERNAL=[C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe][optimized;C:/vcpkg/installed/x64-windows/bin/libprotobuf.dll;debug;C:/vcpkg/installed/x64-windows/debug/bin/libprotobufd.dll][C:/vcpkg/installed/x64-windows/include][v3.21.12.0()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
FRONTEND_NAMES:INTERNAL=ir
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
HWLOC_CFLAGS:INTERNAL=-IC:/vcpkg/installed/x64-windows/debug/../include
HWLOC_CFLAGS_I:INTERNAL=
HWLOC_CFLAGS_OTHER:INTERNAL=
HWLOC_FOUND:INTERNAL=1
HWLOC_INCLUDEDIR:INTERNAL=C:/vcpkg/installed/x64-windows/debug/../include
HWLOC_INCLUDE_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/debug/../include
HWLOC_LDFLAGS:INTERNAL=-LC:/vcpkg/installed/x64-windows/debug/lib;-lhwloc
HWLOC_LDFLAGS_OTHER:INTERNAL=
HWLOC_LIBDIR:INTERNAL=C:/vcpkg/installed/x64-windows/debug/lib
HWLOC_LIBRARIES:INTERNAL=hwloc
HWLOC_LIBRARY_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/debug/lib
HWLOC_LIBS:INTERNAL=
HWLOC_LIBS_L:INTERNAL=
HWLOC_LIBS_OTHER:INTERNAL=
HWLOC_LIBS_PATHS:INTERNAL=
HWLOC_MODULE_NAME:INTERNAL=hwloc
HWLOC_PREFIX:INTERNAL=C:/vcpkg/installed/x64-windows/debug
HWLOC_STATIC_CFLAGS:INTERNAL=-IC:/vcpkg/installed/x64-windows/debug/../include
HWLOC_STATIC_CFLAGS_I:INTERNAL=
HWLOC_STATIC_CFLAGS_OTHER:INTERNAL=
HWLOC_STATIC_INCLUDE_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/debug/../include
HWLOC_STATIC_LDFLAGS:INTERNAL=-LC:/vcpkg/installed/x64-windows/debug/lib;-lhwloc
HWLOC_STATIC_LDFLAGS_OTHER:INTERNAL=
HWLOC_STATIC_LIBDIR:INTERNAL=
HWLOC_STATIC_LIBRARIES:INTERNAL=hwloc
HWLOC_STATIC_LIBRARY_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/debug/lib
HWLOC_STATIC_LIBS:INTERNAL=
HWLOC_STATIC_LIBS_L:INTERNAL=
HWLOC_STATIC_LIBS_OTHER:INTERNAL=
HWLOC_STATIC_LIBS_PATHS:INTERNAL=
HWLOC_VERSION:INTERNAL=2.10.0rc3-git
HWLOC_hwloc_INCLUDEDIR:INTERNAL=
HWLOC_hwloc_LIBDIR:INTERNAL=
HWLOC_hwloc_PREFIX:INTERNAL=
HWLOC_hwloc_VERSION:INTERNAL=
//ADVANCED property for variable: MSYS_CMD
MSYS_CMD-ADVANCED:INTERNAL=1
//Have symbol CL_VERSION_3_0
OPENCL_VERSION_3_0:INTERNAL=1
//ADVANCED property for variable: OpenCL_INCLUDE_DIR
OpenCL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenCL_LIBRARY
OpenCL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_ARGN
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
PLUGIN_FILES:INTERNAL=
//STRINGS property for variable: SELECTIVE_BUILD
SELECTIVE_BUILD-STRINGS:INTERNAL=ON;OFF;COLLECT
//Test SUGGEST_OVERRIDE_SUPPORTED
SUGGEST_OVERRIDE_SUPPORTED:INTERNAL=
//STRINGS property for variable: THREADING
THREADING-STRINGS:INTERNAL=TBB;TBB_AUTO;SEQ;OMP
//Test UNUSED_BUT_SET_VARIABLE_SUPPORTED
UNUSED_BUT_SET_VARIABLE_SUPPORTED:INTERNAL=
VALIDATED_TARGETS:INTERNAL=
//ADVANCED property for variable: VCPKG_VERBOSE
VCPKG_VERBOSE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: WGET_EXECUTABLE
WGET_EXECUTABLE-ADVANCED:INTERNAL=1
//Making sure VCPKG_MANIFEST_MODE doesn't change
Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=ON
//Vcpkg root directory
Z_VCPKG_ROOT_DIR:INTERNAL=C:/vcpkg
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/vcpkg/packages/openvino_x64-windows/debug
//A list of OpenVINO Developer Package exported targets
_OPENVINO_DEVELOPER_PACKAGE_TARGETS:INTERNAL=openvino_itt;openvino_conditional_compilation;openvino_util;openvino_snippets;openvino_offline_transformations;openvino_reference;openvino_shape_inference;openvino_core_dev
//Compiler reason failure
_Python3_Compiler_REASON_FAILURE:INTERNAL=
//Development reason failure
_Python3_Development_REASON_FAILURE:INTERNAL=
_Python3_EXECUTABLE:INTERNAL=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe
//Python3 Properties
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;8;64;32;;cp311-win_amd64;;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib\site-packages;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib\site-packages
_Python3_INTERPRETER_SIGNATURE:INTERNAL=10a69c5462c0b6b237d1b6e9ef8eaa3e
//NumPy reason failure
_Python3_NumPy_REASON_FAILURE:INTERNAL=
__pkg_config_checked_HWLOC:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_HWLOC_hwloc
pkgcfg_lib_HWLOC_hwloc-ADVANCED:INTERNAL=1
prefix_result:INTERNAL=C:/vcpkg/installed/x64-windows/debug/lib
//ADVANCED property for variable: protobuf_MODULE_COMPATIBLE
protobuf_MODULE_COMPATIBLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: protobuf_VERBOSE
protobuf_VERBOSE-ADVANCED:INTERNAL=1

C:\vcpkg\buildtrees\openvino\config-x64-windows-rel-CMakeCache.txt.log
# This is the CMakeCache file.
# For build in directory: c:/vcpkg/buildtrees/openvino/x64-windows-rel
# It was generated by CMake: C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Build as a shared library
BUILD_SHARED_LIBS:BOOL=ON

//Path to a program.
CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/lib.exe

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Release

//Enable warnings as errors
CMAKE_COMPILE_WARNING_AS_ERROR:BOOL=OFF

CMAKE_CROSSCOMPILING:STRING=OFF

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe

CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP '

CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//C compiler
CMAKE_C_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe

CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP '

CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//No help, variable specified on the command line.
CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=

//No help, variable specified on the command line.
CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON

//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/vcpkg/buildtrees/openvino/x64-windows-rel/CMakeFiles/pkgRedirects

//No help, variable specified on the command line.
CMAKE_INSTALL_BINDIR:STRING=bin

//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=

//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share

//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=

//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include

//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=

//No help, variable specified on the command line.
CMAKE_INSTALL_LIBDIR:STRING=lib

//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec

//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=

//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var

//Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=

//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/vcpkg/packages/openvino_x64-windows

//Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=

//System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin

//Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com

//Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc

//No help, variable specified on the command line.
CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE

//Path to a program.
CMAKE_LINKER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/link.exe

//make program
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe

//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

CMAKE_MSVC_RUNTIME_LIBRARY:STRING=MultiThreaded$<$<CONFIG:Debug>:Debug>$<$<STREQUAL:dynamic,dynamic>:DLL>

//Path to a program.
CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe

//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=OpenVINO toolkit

//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=OpenVINO

//RC compiler
CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe

CMAKE_RC_FLAGS:STRING=-c65001 /DWIN32

//Flags for Windows Resource Compiler during DEBUG builds.
CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG

//Flags for Windows Resource Compiler during MINSIZEREL builds.
CMAKE_RC_FLAGS_MINSIZEREL:STRING=

//Flags for Windows Resource Compiler during RELEASE builds.
CMAKE_RC_FLAGS_RELEASE:STRING=

//Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=

//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=/nologo

//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=/nologo

//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

CMAKE_SYSTEM_NAME:STRING=Windows

CMAKE_SYSTEM_PROCESSOR:STRING=AMD64

CMAKE_SYSTEM_VERSION:STRING=10.0.19045

//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/vcpkg/scripts/buildsystems/vcpkg.cmake

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=ON

//Don't warn about obsolete cmake versions in 3rdparty
CMAKE_WARN_DEPRECATED:BOOL=OFF

//Warn about absolute paths in destination
CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION:BOOL=ON

//Cpack generator for OpenVINO
CPACK_GENERATOR:STRING=VCPKG

//Path to a program.
CYGWIN_BAT:FILEPATH=CYGWIN_BAT-NOTFOUND

//Enable ARM Compute build via cmake
ENABLE_ARM_COMPUTE_CMAKE:BOOL=OFF

//Enables AUTO Device Plugin
ENABLE_AUTO:BOOL=ON

//Enables Auto-Batching Plugin
ENABLE_AUTO_BATCH:BOOL=ON

//Enable AVX2 optimizations
ENABLE_AVX2:BOOL=ON

//Enable AVX512 optimizations
ENABLE_AVX512F:BOOL=ON

//Enable clang-format checks during the build
ENABLE_CLANG_FORMAT:BOOL=OFF

//Enable cpplint checks during the build
ENABLE_CPPLINT:BOOL=OFF

//enable OpenVINO debug capabilities at runtime
ENABLE_DEBUG_CAPS:BOOL=OFF

//Build docs using Doxygen
ENABLE_DOCS:BOOL=OFF

//Enable build features (PCH, UNITY) to speed up build time
ENABLE_FASTER_BUILD:BOOL=OFF

//instrument build for fuzzing
ENABLE_FUZZING:BOOL=OFF

//No help, variable specified on the command line.
ENABLE_GAPI_PREPROCESSING:UNINITIALIZED=OFF

//Enables Hetero Device Plugin
ENABLE_HETERO:BOOL=ON

//CPU plugin for OpenVINO Runtime
ENABLE_INTEL_CPU:BOOL=ON

//No help, variable specified on the command line.
ENABLE_INTEL_GNA:UNINITIALIZED=OFF

//GPU OpenCL-based plugin for OpenVINO Runtime
ENABLE_INTEL_GPU:BOOL=ON

//Enables JS API building
ENABLE_JS:BOOL=OFF

//Enables MULTI Device Plugin
ENABLE_MULTI:BOOL=ON

//Enable ncc style check
ENABLE_NCC_STYLE:BOOL=OFF

//Enable oneDNN with GPU support
ENABLE_ONEDNN_FOR_GPU:BOOL=ON

//Enable output for OPENVINO_DEBUG statements
ENABLE_OPENVINO_DEBUG:BOOL=OFF

//Enable IR FrontEnd
ENABLE_OV_IR_FRONTEND:BOOL=ON

//Enable ONNX FrontEnd
ENABLE_OV_ONNX_FRONTEND:BOOL=ON

//Enable PaddlePaddle FrontEnd
ENABLE_OV_PADDLE_FRONTEND:BOOL=ON

//Enable PyTorch FrontEnd
ENABLE_OV_PYTORCH_FRONTEND:BOOL=ON

//Enable TensorFlow FrontEnd
ENABLE_OV_TF_FRONTEND:BOOL=ON

//Enable TensorFlow Lite FrontEnd
ENABLE_OV_TF_LITE_FRONTEND:BOOL=ON

//Generate plugins.xml configuration file or not
ENABLE_PLUGINS_XML:BOOL=OFF

//Enable or disable ITT counter groups.Supported values: ALL -
// enable all ITT counters (default value) FIRST_INFERENCE - enable
// only first inference time counters
ENABLE_PROFILING_FILTER:STRING=ALL

//Build with ITT tracing of first inference time.
ENABLE_PROFILING_FIRST_INFERENCE:BOOL=ON

//Build with ITT tracing. Optionally configure pre-built ittnotify
// library though INTEL_VTUNE_DIR variable.
ENABLE_PROFILING_ITT:BOOL=OFF

//Proxy plugin for OpenVINO Runtime
ENABLE_PROXY:BOOL=ON

//No help, variable specified on the command line.
ENABLE_PYTHON:UNINITIALIZED=OFF

//console samples are part of OpenVINO Runtime package
ENABLE_SAMPLES:BOOL=OFF

//enable checking memory errors via AddressSanitizer
ENABLE_SANITIZER:BOOL=OFF

//Enables compression support for TF FE
ENABLE_SNAPPY_COMPRESSION:BOOL=ON

//Enable SSE4.2 optimizations
ENABLE_SSE42:BOOL=ON

//Enables use of system flatbuffers
ENABLE_SYSTEM_FLATBUFFERS:BOOL=ON

//Enables use of system OpenCL
ENABLE_SYSTEM_OPENCL:BOOL=ON

//Enables use of system Protobuf
ENABLE_SYSTEM_PROTOBUF:BOOL=ON

//Enables use of system PugiXML
ENABLE_SYSTEM_PUGIXML:BOOL=ON

//Enables use of system version of Snappy
ENABLE_SYSTEM_SNAPPY:BOOL=ON

//Enables use of system TBB
ENABLE_SYSTEM_TBB:BOOL=ON

//Enable TBBBind_2_5 static usage in OpenVINO runtime
ENABLE_TBBBIND_2_5:BOOL=OFF

//Enable template plugin
ENABLE_TEMPLATE:BOOL=OFF

//unit, behavior and functional tests
ENABLE_TESTS:BOOL=OFF

//enable checking data races via ThreadSanitizer
ENABLE_THREAD_SANITIZER:BOOL=OFF

//enable UndefinedBahavior sanitizer
ENABLE_UB_SANITIZER:BOOL=OFF

//skip check for MD5 for dependency
ENABLE_UNSAFE_LOCATIONS:BOOL=OFF

//No help, variable specified on the command line.
FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON

//The directory containing a CMake configuration file for Flatbuffers.
Flatbuffers_DIR:PATH=C:/vcpkg/installed/x64-windows/share/flatbuffers

//Git command line client
GIT_EXECUTABLE:FILEPATH=C:/Program Files/Git/cmd/git.exe

//Path to a program.
MSYS_CMD:FILEPATH=C:/msys64/msys2_shell.cmd

//ApiValidator for OneCore compliance
ONECORE_API_VALIDATOR:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/apivalidator.exe

//Path to UniversalDDIs.xml file
ONECORE_API_VALIDATOR_APIS:FILEPATH=ONECORE_API_VALIDATOR_APIS-NOTFOUND

//Path to BinaryExclusionlist.xml file
ONECORE_API_VALIDATOR_EXCLUSION:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/BinaryExclusionlist.xml

//The directory containing a CMake configuration file for ONNX.
ONNX_DIR:PATH=C:/vcpkg/installed/x64-windows/share/onnx

//Extra paths for extra modules to include into OpenVINO build
OPENVINO_EXTRA_MODULES:STRING=

//create OS dedicated folder in output
OS_FOLDER:BOOL=OFF

//Path to CL/opencl.hpp
OpenCL_HPP:FILEPATH=C:/vcpkg/installed/x64-windows/include/CL/opencl.hpp

//Path to a file.
OpenCL_INCLUDE_DIR:PATH=C:/vcpkg/installed/x64-windows/include

//Path to a library.
OpenCL_LIBRARY:FILEPATH=C:/vcpkg/installed/x64-windows/lib/OpenCL.lib

//The directory containing a CMake configuration file for OpenVINODeveloperScripts.
OpenVINODeveloperScripts_DIR:PATH=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean/cmake/developer_package

//Value Computed by CMake
OpenVINO_BINARY_DIR:STATIC=C:/vcpkg/buildtrees/openvino/x64-windows-rel

//Value Computed by CMake
OpenVINO_IS_TOP_LEVEL:STATIC=ON

//Value Computed by CMake
OpenVINO_SOURCE_DIR:STATIC=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean

//Arguments to supply to pkg-config
PKG_CONFIG_ARGN:STRING=

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe

//The directory containing a CMake configuration file for Protobuf.
Protobuf_DIR:PATH=C:/vcpkg/installed/x64-windows/share/protobuf

//Path to a program.
Protobuf_PROTOC_EXECUTABLE:FILEPATH=C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe

//The directory containing a CMake configuration file for PugiXML.
PugiXML_DIR:PATH=C:/vcpkg/installed/x64-windows/share/pugixml

PugiXML_FOUND:BOOL=1

//No help, variable specified on the command line.
Python3_EXECUTABLE:UNINITIALIZED=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe

//Enable OpenVINO conditional compilation or statistics collection.
// In case SELECTIVE_BUILD is enabled, the SELECTIVE_BUILD_STAT
// variable should contain the path to the collected IntelSEAPI
// statistics. Usage: -DSELECTIVE_BUILD=ON -DSELECTIVE_BUILD_STAT=/path/*.csv
SELECTIVE_BUILD:STRING=OFF

//The directory containing a CMake configuration file for Snappy.
Snappy_DIR:PATH=C:/vcpkg/installed/x64-windows/share/snappy

//The directory containing a CMake configuration file for TBB.
TBB_DIR:PATH=C:/vcpkg/installed/x64-windows/share/tbb

//TBB library install directory
TBB_LIB_INSTALL_DIR:PATH=runtime/3rdparty/tbb/lib

//Path to temp directory
TEMP:PATH=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean/temp

//Threading
THREADING:STRING=TBB

//Create dedicated sub-folder per build type for output binaries
USE_BUILD_TYPE_SUBFOLDER:BOOL=ON

//Automatically copy dependencies into the output directory for
// executables.
VCPKG_APPLOCAL_DEPS:BOOL=OFF

//No help, variable specified on the command line.
VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=C:/vcpkg/scripts/toolchains/windows.cmake

//No help, variable specified on the command line.
VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic

//No help, variable specified on the command line.
VCPKG_CXX_FLAGS:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_C_FLAGS:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_C_FLAGS_DEBUG:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_C_FLAGS_RELEASE:UNINITIALIZED=

//The directory which contains the installed libraries for each
// triplet
VCPKG_INSTALLED_DIR:PATH=C:/vcpkg/installed

//No help, variable specified on the command line.
VCPKG_LINKER_FLAGS:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_LINKER_FLAGS_DEBUG:UNINITIALIZED=

//No help, variable specified on the command line.
VCPKG_LINKER_FLAGS_RELEASE:UNINITIALIZED=

//The path to the vcpkg manifest directory.
VCPKG_MANIFEST_DIR:PATH=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean

//Install the dependencies listed in your manifest:
//\n    If this is off, you will have to manually install your dependencies.
//\n    See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md
// for more info.
//\n
VCPKG_MANIFEST_INSTALL:BOOL=OFF

//Use manifest mode, as opposed to classic mode.
VCPKG_MANIFEST_MODE:BOOL=ON

//No help, variable specified on the command line.
VCPKG_PLATFORM_TOOLSET:UNINITIALIZED=v143

//Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH
// and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are
// found after toolchain/system libraries/packages.
VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF

//Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths
VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON

//No help, variable specified on the command line.
VCPKG_SET_CHARSET_FLAG:UNINITIALIZED=ON

//No help, variable specified on the command line.
VCPKG_TARGET_ARCHITECTURE:UNINITIALIZED=x64

//Vcpkg target triplet (ex. x86-windows)
VCPKG_TARGET_TRIPLET:STRING=x64-windows

//Trace calls to find_package()
VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF

//Enables messages from the VCPKG toolchain for debugging purposes.
VCPKG_VERBOSE:BOOL=OFF

//Path to a program.
WGET_EXECUTABLE:FILEPATH=C:/msys64/usr/bin/wget.exe

//(experimental) Automatically copy dependencies into the install
// target directory for executables. Requires CMake 3.14.
X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF

//(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force
// serialization.
X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF

//The directory which contains the installed libraries for each
// triplet
_VCPKG_INSTALLED_DIR:PATH=C:/vcpkg/installed

//No help, variable specified on the command line.
_VCPKG_ROOT_DIR:UNINITIALIZED=C:/vcpkg

//Path to TBBBind 2.5+ library
_ov_tbbbind_2_5:FILEPATH=_ov_tbbbind_2_5-NOTFOUND

//Path to a library.
pkgcfg_lib_HWLOC_hwloc:FILEPATH=C:/vcpkg/installed/x64-windows/lib/hwloc.lib

//The directory containing a CMake configuration file for protobuf.
protobuf_DIR:PATH=C:/vcpkg/installed/x64-windows/share/protobuf

//CMake built-in FindProtobuf.cmake module compatible
protobuf_MODULE_COMPATIBLE:BOOL=OFF

//Enable for verbose output
protobuf_VERBOSE:BOOL=OFF

//Path to shellcheck tool
shellcheck_PROGRAM:FILEPATH=shellcheck_PROGRAM-NOTFOUND

//The directory containing a CMake configuration file for xbyak.
xbyak_DIR:PATH=C:/vcpkg/installed/x64-windows/share/xbyak


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//STRINGS property for variable: CMAKE_BUILD_TYPE
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Release;Debug;RelWithDebInfo;MinSizeRel
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/vcpkg/buildtrees/openvino/x64-windows-rel
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=29
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Ninja
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Test CMAKE_HAVE_LIBC_PTHREAD
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MT
CMAKE_MT-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=18
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/share/cmake-3.29
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE
CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CYGWIN_BAT
CYGWIN_BAT-ADVANCED:INTERNAL=1
//STRINGS property for variable: ENABLE_PROFILING_FILTER
ENABLE_PROFILING_FILTER-STRINGS:INTERNAL=ALL;FIRST_INFERENCE
//Details about finding Protobuf
FIND_PACKAGE_MESSAGE_DETAILS_Protobuf:INTERNAL=[C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe][optimized;C:/vcpkg/installed/x64-windows/bin/libprotobuf.dll;debug;C:/vcpkg/installed/x64-windows/debug/bin/libprotobufd.dll][C:/vcpkg/installed/x64-windows/include][v3.21.12.0()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
FRONTEND_NAMES:INTERNAL=ir
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
HWLOC_CFLAGS:INTERNAL=-IC:/vcpkg/installed/x64-windows/include
HWLOC_CFLAGS_I:INTERNAL=
HWLOC_CFLAGS_OTHER:INTERNAL=
HWLOC_FOUND:INTERNAL=1
HWLOC_INCLUDEDIR:INTERNAL=C:/vcpkg/installed/x64-windows/include
HWLOC_INCLUDE_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/include
HWLOC_LDFLAGS:INTERNAL=-LC:/vcpkg/installed/x64-windows/lib;-lhwloc
HWLOC_LDFLAGS_OTHER:INTERNAL=
HWLOC_LIBDIR:INTERNAL=C:/vcpkg/installed/x64-windows/lib
HWLOC_LIBRARIES:INTERNAL=hwloc
HWLOC_LIBRARY_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/lib
HWLOC_LIBS:INTERNAL=
HWLOC_LIBS_L:INTERNAL=
HWLOC_LIBS_OTHER:INTERNAL=
HWLOC_LIBS_PATHS:INTERNAL=
HWLOC_MODULE_NAME:INTERNAL=hwloc
HWLOC_PREFIX:INTERNAL=C:/vcpkg/installed/x64-windows
HWLOC_STATIC_CFLAGS:INTERNAL=-IC:/vcpkg/installed/x64-windows/include
HWLOC_STATIC_CFLAGS_I:INTERNAL=
HWLOC_STATIC_CFLAGS_OTHER:INTERNAL=
HWLOC_STATIC_INCLUDE_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/include
HWLOC_STATIC_LDFLAGS:INTERNAL=-LC:/vcpkg/installed/x64-windows/lib;-lhwloc
HWLOC_STATIC_LDFLAGS_OTHER:INTERNAL=
HWLOC_STATIC_LIBDIR:INTERNAL=
HWLOC_STATIC_LIBRARIES:INTERNAL=hwloc
HWLOC_STATIC_LIBRARY_DIRS:INTERNAL=C:/vcpkg/installed/x64-windows/lib
HWLOC_STATIC_LIBS:INTERNAL=
HWLOC_STATIC_LIBS_L:INTERNAL=
HWLOC_STATIC_LIBS_OTHER:INTERNAL=
HWLOC_STATIC_LIBS_PATHS:INTERNAL=
HWLOC_VERSION:INTERNAL=2.10.0rc3-git
HWLOC_hwloc_INCLUDEDIR:INTERNAL=
HWLOC_hwloc_LIBDIR:INTERNAL=
HWLOC_hwloc_PREFIX:INTERNAL=
HWLOC_hwloc_VERSION:INTERNAL=
//ADVANCED property for variable: MSYS_CMD
MSYS_CMD-ADVANCED:INTERNAL=1
//Have symbol CL_VERSION_3_0
OPENCL_VERSION_3_0:INTERNAL=1
//ADVANCED property for variable: OpenCL_INCLUDE_DIR
OpenCL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenCL_LIBRARY
OpenCL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_ARGN
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
PLUGIN_FILES:INTERNAL=
//STRINGS property for variable: SELECTIVE_BUILD
SELECTIVE_BUILD-STRINGS:INTERNAL=ON;OFF;COLLECT
//Test SUGGEST_OVERRIDE_SUPPORTED
SUGGEST_OVERRIDE_SUPPORTED:INTERNAL=
//STRINGS property for variable: THREADING
THREADING-STRINGS:INTERNAL=TBB;TBB_AUTO;SEQ;OMP
//Test UNUSED_BUT_SET_VARIABLE_SUPPORTED
UNUSED_BUT_SET_VARIABLE_SUPPORTED:INTERNAL=
VALIDATED_TARGETS:INTERNAL=
//ADVANCED property for variable: VCPKG_VERBOSE
VCPKG_VERBOSE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: WGET_EXECUTABLE
WGET_EXECUTABLE-ADVANCED:INTERNAL=1
//Making sure VCPKG_MANIFEST_MODE doesn't change
Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=ON
//Vcpkg root directory
Z_VCPKG_ROOT_DIR:INTERNAL=C:/vcpkg
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/vcpkg/packages/openvino_x64-windows
//A list of OpenVINO Developer Package exported targets
_OPENVINO_DEVELOPER_PACKAGE_TARGETS:INTERNAL=openvino_itt;openvino_conditional_compilation;openvino_util;openvino_snippets;openvino_offline_transformations;openvino_reference;openvino_shape_inference;openvino_core_dev
//Compiler reason failure
_Python3_Compiler_REASON_FAILURE:INTERNAL=
//Development reason failure
_Python3_Development_REASON_FAILURE:INTERNAL=
_Python3_EXECUTABLE:INTERNAL=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe
//Python3 Properties
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;8;64;32;;cp311-win_amd64;;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib\site-packages;C:\vcpkg\downloads\tools\python\python-3.11.8-x64\Lib\site-packages
_Python3_INTERPRETER_SIGNATURE:INTERNAL=10a69c5462c0b6b237d1b6e9ef8eaa3e
//NumPy reason failure
_Python3_NumPy_REASON_FAILURE:INTERNAL=
__pkg_config_checked_HWLOC:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_HWLOC_hwloc
pkgcfg_lib_HWLOC_hwloc-ADVANCED:INTERNAL=1
prefix_result:INTERNAL=C:/vcpkg/installed/x64-windows/lib
//ADVANCED property for variable: protobuf_MODULE_COMPATIBLE
protobuf_MODULE_COMPATIBLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: protobuf_VERBOSE
protobuf_VERBOSE-ADVANCED:INTERNAL=1

C:\vcpkg\buildtrees\openvino\config-x64-windows-out.log
[1/2] "C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" -E chdir ".." "C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" "C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/vcpkg/packages/openvino_x64-windows" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DENABLE_INTEL_CPU=ON" "-DENABLE_INTEL_GPU=ON" "-DENABLE_AUTO=ON" "-DENABLE_HETERO=ON" "-DENABLE_AUTO_BATCH=ON" "-DENABLE_OV_IR_FRONTEND=ON" "-DENABLE_OV_ONNX_FRONTEND=ON" "-DENABLE_OV_PADDLE_FRONTEND=ON" "-DENABLE_OV_PYTORCH_FRONTEND=ON" "-DENABLE_OV_TF_FRONTEND=ON" "-DENABLE_OV_TF_LITE_FRONTEND=ON" "-DENABLE_SYSTEM_OPENCL=ON" "-DPython3_EXECUTABLE=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe" "-DENABLE_SYSTEM_PROTOBUF=ON" "-DENABLE_SYSTEM_SNAPPY=ON" "-DENABLE_SYSTEM_FLATBUFFERS=ON" "-DENABLE_SYSTEM_TBB=ON" "-DENABLE_SYSTEM_PUGIXML=ON" "-DENABLE_TBBBIND_2_5=OFF" "-DENABLE_CLANG_FORMAT=OFF" "-DENABLE_NCC_STYLE=OFF" "-DENABLE_CPPLINT=OFF" "-DENABLE_SAMPLES=OFF" "-DENABLE_TEMPLATE=OFF" "-DENABLE_INTEL_GNA=OFF" "-DENABLE_PYTHON=OFF" "-DENABLE_GAPI_PREPROCESSING=OFF" "-DCPACK_GENERATOR=VCPKG" "-DENABLE_JS=OFF" "-DCMAKE_MAKE_PROGRAM=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/vcpkg" "-D_VCPKG_INSTALLED_DIR=C:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF"
FAILED: ../CMakeCache.txt 
"C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" -E chdir ".." "C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" "C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/vcpkg/packages/openvino_x64-windows" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DENABLE_INTEL_CPU=ON" "-DENABLE_INTEL_GPU=ON" "-DENABLE_AUTO=ON" "-DENABLE_HETERO=ON" "-DENABLE_AUTO_BATCH=ON" "-DENABLE_OV_IR_FRONTEND=ON" "-DENABLE_OV_ONNX_FRONTEND=ON" "-DENABLE_OV_PADDLE_FRONTEND=ON" "-DENABLE_OV_PYTORCH_FRONTEND=ON" "-DENABLE_OV_TF_FRONTEND=ON" "-DENABLE_OV_TF_LITE_FRONTEND=ON" "-DENABLE_SYSTEM_OPENCL=ON" "-DPython3_EXECUTABLE=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe" "-DENABLE_SYSTEM_PROTOBUF=ON" "-DENABLE_SYSTEM_SNAPPY=ON" "-DENABLE_SYSTEM_FLATBUFFERS=ON" "-DENABLE_SYSTEM_TBB=ON" "-DENABLE_SYSTEM_PUGIXML=ON" "-DENABLE_TBBBIND_2_5=OFF" "-DENABLE_CLANG_FORMAT=OFF" "-DENABLE_NCC_STYLE=OFF" "-DENABLE_CPPLINT=OFF" "-DENABLE_SAMPLES=OFF" "-DENABLE_TEMPLATE=OFF" "-DENABLE_INTEL_GNA=OFF" "-DENABLE_PYTHON=OFF" "-DENABLE_GAPI_PREPROCESSING=OFF" "-DCPACK_GENERATOR=VCPKG" "-DENABLE_JS=OFF" "-DCMAKE_MAKE_PROGRAM=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/vcpkg" "-D_VCPKG_INSTALLED_DIR=C:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF"
-- The C compiler identification is MSVC 19.39.33523.0
-- The CXX compiler identification is MSVC 19.39.33523.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
fatal: not a git repository (or any of the parent directories): .git
-- OpenVINO version is 2024.0.0 (Build 000)
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Performing Test SUGGEST_OVERRIDE_SUPPORTED
-- Performing Test SUGGEST_OVERRIDE_SUPPORTED - Failed
-- Performing Test UNUSED_BUT_SET_VARIABLE_SUPPORTED
-- Performing Test UNUSED_BUT_SET_VARIABLE_SUPPORTED - Failed
-- Trying to find apivalidator in: 
    * C:/Program Files (x86)/Windows Kits/10/bin//x64
    * C:/Program Files (x86)/Windows Kits/10/bin/x64
-- Found apivalidator: C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/apivalidator.exe
-- OpenVINO Runtime enabled features: 
-- 
--     CI_BUILD_NUMBER: 2024.0.0-000--
--     CPACK_GENERATOR = VCPKG
--     ENABLE_LTO = OFF
--     OS_FOLDER = OFF
--     USE_BUILD_TYPE_SUBFOLDER = ON
--     CMAKE_COMPILE_WARNING_AS_ERROR = OFF
--     ENABLE_QSPECTRE = OFF
--     ENABLE_INTEGRITYCHECK = OFF
--     ENABLE_SANITIZER = OFF
--     ENABLE_UB_SANITIZER = OFF
--     ENABLE_THREAD_SANITIZER = OFF
--     ENABLE_COVERAGE = OFF
--     ENABLE_SSE42 = ON
--     ENABLE_AVX2 = ON
--     ENABLE_AVX512F = ON
--     BUILD_SHARED_LIBS = ON
--     ENABLE_LIBRARY_VERSIONING = OFF
--     ENABLE_FASTER_BUILD = OFF
--     ENABLE_CPPLINT = OFF
--     ENABLE_CPPLINT_REPORT = OFF
--     ENABLE_CLANG_FORMAT = OFF
--     ENABLE_NCC_STYLE = OFF
--     ENABLE_UNSAFE_LOCATIONS = OFF
--     ENABLE_FUZZING = OFF
--     ENABLE_PROXY = ON
--     ENABLE_INTEL_CPU = ON
--     ENABLE_ARM_COMPUTE_CMAKE = OFF
--     ENABLE_TESTS = OFF
--     ENABLE_INTEL_GPU = ON
--     ENABLE_ONEDNN_FOR_GPU = ON
--     ENABLE_DEBUG_CAPS = OFF
--     ENABLE_GPU_DEBUG_CAPS = OFF
--     ENABLE_CPU_DEBUG_CAPS = OFF
--     ENABLE_SNIPPETS_DEBUG_CAPS = OFF
--     ENABLE_PROFILING_ITT = OFF
--     ENABLE_PROFILING_FILTER = ALL
--     ENABLE_PROFILING_FIRST_INFERENCE = ON
--     SELECTIVE_BUILD = OFF
--     ENABLE_DOCS = OFF
--     ENABLE_PKGCONFIG_GEN = OFF
--     THREADING = TBB
--     ENABLE_TBBBIND_2_5 = OFF
--     ENABLE_TBB_RELEASE_ONLY = OFF
--     ENABLE_MULTI = ON
--     ENABLE_AUTO = ON
--     ENABLE_AUTO_BATCH = ON
--     ENABLE_HETERO = ON
--     ENABLE_TEMPLATE = OFF
--     ENABLE_PLUGINS_XML = OFF
--     ENABLE_FUNCTIONAL_TESTS = OFF
--     ENABLE_SAMPLES = OFF
--     ENABLE_OV_ONNX_FRONTEND = ON
--     ENABLE_OV_PADDLE_FRONTEND = ON
--     ENABLE_OV_IR_FRONTEND = ON
--     ENABLE_OV_PYTORCH_FRONTEND = ON
--     ENABLE_OV_IR_FRONTEND = ON
--     ENABLE_OV_TF_FRONTEND = ON
--     ENABLE_OV_TF_LITE_FRONTEND = ON
--     ENABLE_SNAPPY_COMPRESSION = ON
--     ENABLE_STRICT_DEPENDENCIES = OFF
--     ENABLE_SYSTEM_TBB = ON
--     ENABLE_SYSTEM_PUGIXML = ON
--     ENABLE_SYSTEM_FLATBUFFERS = ON
--     ENABLE_SYSTEM_OPENCL = ON
--     ENABLE_SYSTEM_PROTOBUF = ON
--     ENABLE_SYSTEM_SNAPPY = ON
--     ENABLE_PYTHON_PACKAGING = OFF
--     ENABLE_JS = OFF
--     ENABLE_OPENVINO_DEBUG = OFF
-- 
-- CMAKE_VERSION ......................... 3.29.0
-- OpenVINO_SOURCE_DIR ................... C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean
-- OpenVINO_BINARY_DIR ................... C:/vcpkg/buildtrees/openvino/x64-windows-rel
-- CMAKE_GENERATOR ....................... Ninja
-- CPACK_GENERATOR ....................... VCPKG
-- CMAKE_C_COMPILER_ID ................... MSVC
-- CMAKE_CXX_COMPILER_ID ................. MSVC
-- CMAKE_CXX_STANDARD .................... 14
-- CMAKE_BUILD_TYPE ...................... Release
-- CMAKE_TOOLCHAIN_FILE .................. C:/vcpkg/scripts/buildsystems/vcpkg.cmake
-- Found Protobuf: C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe (found suitable version "3.21.12.0", minimum required is "3.20.3")
CMake Warning (dev) at C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (Protobuf)
  does not match the name of the calling package (protobuf).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  C:/vcpkg/installed/x64-windows/share/protobuf/protobuf-module.cmake:162 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  C:/vcpkg/installed/x64-windows/share/protobuf/protobuf-config.cmake:168 (include)
  C:/vcpkg/installed/x64-windows/share/protobuf/vcpkg-cmake-wrapper.cmake:16 (_find_package)
  C:/vcpkg/scripts/buildsystems/vcpkg.cmake:813 (include)
  C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  C:/vcpkg/installed/x64-windows/share/onnx/ONNXConfig.cmake:11 (find_dependency)
  C:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
  thirdparty/dependencies.cmake:481 (find_package)
  CMakeLists.txt:138 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found Protobuf: C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe (found version "3.21.12.0")
-- TBB (2021.11.0) is found at C:/vcpkg/installed/x64-windows/share/tbb
CMake Error at cmake/developer_package/api_validator/api_validator.cmake:102 (message):
  Internal error: apiValidator is found (C:/Program Files (x86)/Windows
  Kits/10/bin/10.0.22621.0/x64/apivalidator.exe), but UniversalDDIs.xml file
  has not been found for x64 platform
Call Stack (most recent call first):
  cmake/developer_package/api_validator/api_validator.cmake:197 (_ov_add_api_validator_post_build_step)
  cmake/developer_package/frontends/frontends.cmake:300 (ov_add_api_validator_post_build_step)
  src/frontends/ir/src/CMakeLists.txt:5 (ov_add_frontend)


-- Configuring incomplete, errors occurred!
[2/2] "C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" -E chdir "../../x64-windows-dbg" "C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" "C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=C:/vcpkg/packages/openvino_x64-windows/debug" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DENABLE_INTEL_CPU=ON" "-DENABLE_INTEL_GPU=ON" "-DENABLE_AUTO=ON" "-DENABLE_HETERO=ON" "-DENABLE_AUTO_BATCH=ON" "-DENABLE_OV_IR_FRONTEND=ON" "-DENABLE_OV_ONNX_FRONTEND=ON" "-DENABLE_OV_PADDLE_FRONTEND=ON" "-DENABLE_OV_PYTORCH_FRONTEND=ON" "-DENABLE_OV_TF_FRONTEND=ON" "-DENABLE_OV_TF_LITE_FRONTEND=ON" "-DENABLE_SYSTEM_OPENCL=ON" "-DPython3_EXECUTABLE=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe" "-DENABLE_SYSTEM_PROTOBUF=ON" "-DENABLE_SYSTEM_SNAPPY=ON" "-DENABLE_SYSTEM_FLATBUFFERS=ON" "-DENABLE_SYSTEM_TBB=ON" "-DENABLE_SYSTEM_PUGIXML=ON" "-DENABLE_TBBBIND_2_5=OFF" "-DENABLE_CLANG_FORMAT=OFF" "-DENABLE_NCC_STYLE=OFF" "-DENABLE_CPPLINT=OFF" "-DENABLE_SAMPLES=OFF" "-DENABLE_TEMPLATE=OFF" "-DENABLE_INTEL_GNA=OFF" "-DENABLE_PYTHON=OFF" "-DENABLE_GAPI_PREPROCESSING=OFF" "-DCPACK_GENERATOR=VCPKG" "-DENABLE_JS=OFF" "-DCMAKE_MAKE_PROGRAM=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/vcpkg" "-D_VCPKG_INSTALLED_DIR=C:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF"
FAILED: ../../x64-windows-dbg/CMakeCache.txt 
"C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" -E chdir "../../x64-windows-dbg" "C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe" "C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=C:/vcpkg/packages/openvino_x64-windows/debug" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DENABLE_INTEL_CPU=ON" "-DENABLE_INTEL_GPU=ON" "-DENABLE_AUTO=ON" "-DENABLE_HETERO=ON" "-DENABLE_AUTO_BATCH=ON" "-DENABLE_OV_IR_FRONTEND=ON" "-DENABLE_OV_ONNX_FRONTEND=ON" "-DENABLE_OV_PADDLE_FRONTEND=ON" "-DENABLE_OV_PYTORCH_FRONTEND=ON" "-DENABLE_OV_TF_FRONTEND=ON" "-DENABLE_OV_TF_LITE_FRONTEND=ON" "-DENABLE_SYSTEM_OPENCL=ON" "-DPython3_EXECUTABLE=C:/vcpkg/downloads/tools/python/python-3.11.8-x64/python.exe" "-DENABLE_SYSTEM_PROTOBUF=ON" "-DENABLE_SYSTEM_SNAPPY=ON" "-DENABLE_SYSTEM_FLATBUFFERS=ON" "-DENABLE_SYSTEM_TBB=ON" "-DENABLE_SYSTEM_PUGIXML=ON" "-DENABLE_TBBBIND_2_5=OFF" "-DENABLE_CLANG_FORMAT=OFF" "-DENABLE_NCC_STYLE=OFF" "-DENABLE_CPPLINT=OFF" "-DENABLE_SAMPLES=OFF" "-DENABLE_TEMPLATE=OFF" "-DENABLE_INTEL_GNA=OFF" "-DENABLE_PYTHON=OFF" "-DENABLE_GAPI_PREPROCESSING=OFF" "-DCPACK_GENERATOR=VCPKG" "-DENABLE_JS=OFF" "-DCMAKE_MAKE_PROGRAM=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/vcpkg" "-D_VCPKG_INSTALLED_DIR=C:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF"
-- The C compiler identification is MSVC 19.39.33523.0
-- The CXX compiler identification is MSVC 19.39.33523.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
fatal: not a git repository (or any of the parent directories): .git
-- OpenVINO version is 2024.0.0 (Build 000)
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Performing Test SUGGEST_OVERRIDE_SUPPORTED
-- Performing Test SUGGEST_OVERRIDE_SUPPORTED - Failed
-- Performing Test UNUSED_BUT_SET_VARIABLE_SUPPORTED
-- Performing Test UNUSED_BUT_SET_VARIABLE_SUPPORTED - Failed
-- Trying to find apivalidator in: 
    * C:/Program Files (x86)/Windows Kits/10/bin//x64
    * C:/Program Files (x86)/Windows Kits/10/bin/x64
-- Found apivalidator: C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/apivalidator.exe
-- OpenVINO Runtime enabled features: 
-- 
--     CI_BUILD_NUMBER: 2024.0.0-000--
--     CPACK_GENERATOR = VCPKG
--     ENABLE_LTO = OFF
--     OS_FOLDER = OFF
--     USE_BUILD_TYPE_SUBFOLDER = ON
--     CMAKE_COMPILE_WARNING_AS_ERROR = OFF
--     ENABLE_QSPECTRE = OFF
--     ENABLE_INTEGRITYCHECK = OFF
--     ENABLE_SANITIZER = OFF
--     ENABLE_UB_SANITIZER = OFF
--     ENABLE_THREAD_SANITIZER = OFF
--     ENABLE_COVERAGE = OFF
--     ENABLE_SSE42 = ON
--     ENABLE_AVX2 = ON
--     ENABLE_AVX512F = ON
--     BUILD_SHARED_LIBS = ON
--     ENABLE_LIBRARY_VERSIONING = OFF
--     ENABLE_FASTER_BUILD = OFF
--     ENABLE_CPPLINT = OFF
--     ENABLE_CPPLINT_REPORT = OFF
--     ENABLE_CLANG_FORMAT = OFF
--     ENABLE_NCC_STYLE = OFF
--     ENABLE_UNSAFE_LOCATIONS = OFF
--     ENABLE_FUZZING = OFF
--     ENABLE_PROXY = ON
--     ENABLE_INTEL_CPU = ON
--     ENABLE_ARM_COMPUTE_CMAKE = OFF
--     ENABLE_TESTS = OFF
--     ENABLE_INTEL_GPU = ON
--     ENABLE_ONEDNN_FOR_GPU = ON
--     ENABLE_DEBUG_CAPS = OFF
--     ENABLE_GPU_DEBUG_CAPS = OFF
--     ENABLE_CPU_DEBUG_CAPS = OFF
--     ENABLE_SNIPPETS_DEBUG_CAPS = OFF
--     ENABLE_PROFILING_ITT = OFF
--     ENABLE_PROFILING_FILTER = ALL
--     ENABLE_PROFILING_FIRST_INFERENCE = ON
--     SELECTIVE_BUILD = OFF
--     ENABLE_DOCS = OFF
--     ENABLE_PKGCONFIG_GEN = OFF
--     THREADING = TBB
--     ENABLE_TBBBIND_2_5 = OFF
--     ENABLE_TBB_RELEASE_ONLY = OFF
--     ENABLE_MULTI = ON
--     ENABLE_AUTO = ON
--     ENABLE_AUTO_BATCH = ON
--     ENABLE_HETERO = ON
--     ENABLE_TEMPLATE = OFF
--     ENABLE_PLUGINS_XML = OFF
--     ENABLE_FUNCTIONAL_TESTS = OFF
--     ENABLE_SAMPLES = OFF
--     ENABLE_OV_ONNX_FRONTEND = ON
--     ENABLE_OV_PADDLE_FRONTEND = ON
--     ENABLE_OV_IR_FRONTEND = ON
--     ENABLE_OV_PYTORCH_FRONTEND = ON
--     ENABLE_OV_IR_FRONTEND = ON
--     ENABLE_OV_TF_FRONTEND = ON
--     ENABLE_OV_TF_LITE_FRONTEND = ON
--     ENABLE_SNAPPY_COMPRESSION = ON
--     ENABLE_STRICT_DEPENDENCIES = OFF
--     ENABLE_SYSTEM_TBB = ON
--     ENABLE_SYSTEM_PUGIXML = ON
--     ENABLE_SYSTEM_FLATBUFFERS = ON
--     ENABLE_SYSTEM_OPENCL = ON
--     ENABLE_SYSTEM_PROTOBUF = ON
--     ENABLE_SYSTEM_SNAPPY = ON
--     ENABLE_PYTHON_PACKAGING = OFF
--     ENABLE_JS = OFF
--     ENABLE_OPENVINO_DEBUG = OFF
-- 
-- CMAKE_VERSION ......................... 3.29.0
-- OpenVINO_SOURCE_DIR ................... C:/vcpkg/buildtrees/openvino/src/2024.0.0-1d00b871c0.clean
-- OpenVINO_BINARY_DIR ................... C:/vcpkg/buildtrees/openvino/x64-windows-dbg
-- CMAKE_GENERATOR ....................... Ninja
-- CPACK_GENERATOR ....................... VCPKG
-- CMAKE_C_COMPILER_ID ................... MSVC
-- CMAKE_CXX_COMPILER_ID ................. MSVC
-- CMAKE_CXX_STANDARD .................... 14
-- CMAKE_BUILD_TYPE ...................... Debug
-- CMAKE_TOOLCHAIN_FILE .................. C:/vcpkg/scripts/buildsystems/vcpkg.cmake
-- Found Protobuf: C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe (found suitable version "3.21.12.0", minimum required is "3.20.3")
CMake Warning (dev) at C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (Protobuf)
  does not match the name of the calling package (protobuf).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  C:/vcpkg/installed/x64-windows/share/protobuf/protobuf-module.cmake:162 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  C:/vcpkg/installed/x64-windows/share/protobuf/protobuf-config.cmake:168 (include)
  C:/vcpkg/installed/x64-windows/share/protobuf/vcpkg-cmake-wrapper.cmake:16 (_find_package)
  C:/vcpkg/scripts/buildsystems/vcpkg.cmake:813 (include)
  C:/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  C:/vcpkg/installed/x64-windows/share/onnx/ONNXConfig.cmake:11 (find_dependency)
  C:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
  thirdparty/dependencies.cmake:481 (find_package)
  CMakeLists.txt:138 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found Protobuf: C:/vcpkg/installed/x64-windows/tools/protobuf/protoc.exe (found version "3.21.12.0")
-- TBB (2021.11.0) is found at C:/vcpkg/installed/x64-windows/share/tbb
CMake Error at cmake/developer_package/api_validator/api_validator.cmake:102 (message):
  Internal error: apiValidator is found (C:/Program Files (x86)/Windows
  Kits/10/bin/10.0.22621.0/x64/apivalidator.exe), but UniversalDDIs.xml file
  has not been found for x64 platform
Call Stack (most recent call first):
  cmake/developer_package/api_validator/api_validator.cmake:197 (_ov_add_api_validator_post_build_step)
  cmake/developer_package/frontends/frontends.cmake:300 (ov_add_api_validator_post_build_step)
  src/frontends/ir/src/CMakeLists.txt:5 (ov_add_frontend)


-- Configuring incomplete, errors occurred!
ninja: build stopped: subcommand failed.
@JonLiu1993 JonLiu1993 added the category:question This issue is a question label Apr 17, 2024
@JonLiu1993
Copy link
Member

@WangHHY19931001, I can't reproduce your error, the error message you’re encountering indicates that the apiValidator tool is present, but the UniversalDDIs.xml file is missing for the x64 platform.

CMake Error at cmake/developer_package/api_validator/api_validator.cmake:102 (message):
  Internal error: apiValidator is found (C:/Program Files (x86)/Windows
  Kits/10/bin/10.0.22621.0/x64/apivalidator.exe), but UniversalDDIs.xml file
  has not been found for x64 platform

The problem might be due to the UniversalDDIs.xml file in your HLK (Hardware Lab Kit) environment being older than the one in Visual Studio 2019 (VS2019).
To resolve this, ensure that the HLK_UniversalDDIs.xml file matches the version used by VS2019.
You can find the UniversalDDIs.xml files at the following locations:
VS2019: C:\Program Files (x86)\Windows Kits\10\build\universalDDIs\x64\UniversalDDIs.xml
HLK: C:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\ApiValidator\amd64_UniversalDDIs.xml

@JonLiu1993
Copy link
Member

It may be useful to try updating VS or Windows SDK

@WangHHY19931001
Copy link
Author

It may be useful to try updating VS or Windows SDK

i used vs2022 with Windows Kits 10.0.22621.0

@ilya-lavrenov
Copy link
Contributor

CMAKE_GENERATOR ....................... Ninja

Could you please MSVC?

@dg0yt
Copy link
Contributor

dg0yt commented May 3, 2024

CMAKE_GENERATOR ....................... Ninja

Could you please MSVC?

This is MSVC, with Ninja build files. This is controlled by the vcpkg port.

@WangHHY19931001
Copy link
Author

CMAKE_GENERATOR ....................... Ninja

Could you please MSVC?

This is MSVC, with Ninja build files. This is controlled by the vcpkg port.

need remove category:question and add bug tag

Copy link

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@github-actions github-actions bot added the Stale label Jun 11, 2024
@JonLiu1993
Copy link
Member

@WangHHY19931001, the latest version of openvino is 2024.1.0. Could you please try it and see if this problem still exists?

@github-actions github-actions bot removed the Stale label Jun 12, 2024
ilya-lavrenov added a commit to openvinotoolkit/openvino that referenced this issue Jun 24, 2024
### Details:
 - In some cases API validator search is not robust 

### Tickets:
 - Closes microsoft/vcpkg#38221
@JonLiu1993 JonLiu1993 added category:port-bug The issue is with a library, which is something the port should already support and removed category:question This issue is a question labels Jun 25, 2024
allnes pushed a commit to allnes/openvino that referenced this issue Jun 27, 2024
### Details:
 - In some cases API validator search is not robust 

### Tickets:
 - Closes microsoft/vcpkg#38221
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
4 participants