Hello
I'm trying to build ooio on Windows, but I'm getting the following error:
"Could NOT find OpenEXR: Found unsuitable version "1.6.1", but required is at
least "2.0 (found D:/Projects/dev/openexr/out/build/x86-Release/IlmBase)"
It's basically the same problem as in [this
issue](https://github.com/OpenImageIO/oiio/issues/1837).
The package with precompiled external libraries mentioned in the
[docs](https://github.com/OpenImageIO/oiio/blob/master/INSTALL.md) is outdated
so I build Tiff and OpenEXR libs myself. Maybe I pointing OPENEXR_INCLUDE_DIR
or ILM_INCLUDE_DIR to a wrong directory?
I have little experience with CMake and building projects in general. Please
let me know if you need more information. I attached CMakeCache.txt
Best Regards,
Chris
# This is the CMakeCache file.
# For build in directory: d:/Projects/dev/oiio/out/build/x64-Debug
# It was generated by CMake: C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/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
########################
//No help, variable specified on the command line.
BOARD:UNINITIALIZED=qemu_x86
//Build static libraries instead of shared
BUILDSTATIC:BOOL=OFF
//If ON, build documentation and man pages.
BUILD_DOCS:BOOL=ON
//Try to download and build any missing dependencies
BUILD_MISSING_DEPS:BOOL=OFF
//If ON, will build *only* libOpenImageIO_Util
BUILD_OIIOUTIL_ONLY:BOOL=OFF
//Path to a program.
CCACHE_FOUND:FILEPATH=C:/msysgit/bin/ccache.exe
//Glob patterns to exclude for clang-format
CLANG_FORMAT_EXCLUDES:STRING=src/include/OpenImageIO/fmt/*.h;*pugixml*;*SHA1*;*/farmhash.cpp;*/tinyformat.h;src/dpx.imageio/libdpx/*;src/cineon.imageio/libcineon/*;src/dds.imageio/squish/*;src/gif.imageio/gif.h;src/hdr.imageio/rgbe.cpp
//Path to clang-format executable
CLANG_FORMAT_EXE:FILEPATH=C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/Common7/IDE/VC/vcpackages/clang-format.exe
//clang-format executable's directory (will search if not specified
CLANG_FORMAT_EXE_HINT:STRING=
//Glob patterns to include for clang-format
CLANG_FORMAT_INCLUDES:STRING=src/*.h;src/*.cpp
//Enable clang-tidy
CLANG_TIDY:BOOL=OFF
//clang-tidy args
CLANG_TIDY_ARGS:STRING=
//clang-tidy checks to perform (none='-*')
CLANG_TIDY_CHECKS:STRING=
//Have clang-tidy fix source
CLANG_TIDY_FIX:BOOL=OFF
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Debug
//No help, variable specified on the command line.
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/HostX64/x64/cl.exe
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 /GR /EHsc
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /ZI /Ob0 /Od /RTC1 /JMC
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /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
//No help, variable specified on the command line.
CMAKE_C_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/HostX64/x64/cl.exe
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=/MDd /ZI /Ob0 /Od /RTC1 /JMC
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /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
//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=/debug /INCREMENTAL
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
//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=OFF
//User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=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=
//Object code libraries (lib)
CMAKE_INSTALL_LIBDIR:PATH=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
//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=D:/Projects/dev/oiio/out/install/x64-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
//Path to a program.
CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/link.exe
//make program
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files (x86)/Microsoft Visual
Studio/2019/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=/debug /INCREMENTAL
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
//Path to a program.
CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows
Kits/10/bin/10.0.17763.0/x64/mt.exe
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=OpenImageIO
//Value Computed by CMake
CMAKE_PROJECT_VERSION:STATIC=2.1.3
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MAJOR:STATIC=2
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MINOR:STATIC=1
//Value Computed by CMake
CMAKE_PROJECT_VERSION_PATCH:STATIC=3
//Value Computed by CMake
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
//RC compiler
CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows
Kits/10/bin/10.0.17763.0/x64/rc.exe
//Flags for Windows Resource Compiler during all build types.
CMAKE_RC_FLAGS:STRING=/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=/debug /INCREMENTAL
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
//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=
//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=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Use the FOLDER target property to organize targets into folders.
CMAKE_USE_FOLDERS:BOOL=ON
//No help, variable specified on the command line.
CMAKE_VERBOSE_MAKEFILE:BOOL=ON
//Build code coverage tests
CODECOV:BOOL=OFF
//Embed format plugins in libOpenImageIO
EMBEDPLUGINS:BOOL=ON
//Extra C++ command line definitions
EXTRA_CPP_ARGS:STRING=
//Extra command line definitions when building DSOs
EXTRA_DSO_LINK_ARGS:STRING=
//For gcc, use the new C++11 library ABI (0|1)
GLIBCXX_USE_CXX11_ABI:STRING=
//Hide symbols not in the public API
HIDE_SYMBOLS:BOOL=OFF
//No help, variable specified on the command line.
ILMBASE_HOME:PATH=D:/Projects/dev/openexr/IlmBase
//The include paths needed to use IlmBase
ILMBASE_INCLUDE_DIR:STRING=D:/Projects/dev/openexr/out/build/x86-Release/IlmBase
//No help, variable specified on the command line.
ILMBASE_INCLUDE_PATH:PATH=D:/Projects/dev/openexr/out/build/x86-Release/IlmBase
//The libraries needed to use IlmBase
ILMBASE_LIBRARIES:STRING=D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Imath/RelWithDebInfo/Imath-2_3.lib;D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Iex/RelWithDebInfo/Iex-2_3.lib;D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Half/RelWithDebInfo/Half-2_3.lib;D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/IlmThread/RelWithDebInfo/IlmThread-2_3.lib
//If On, install FindOpenImageIO.cmake
INSTALL_CMAKE_HELPER:BOOL=ON
//If ON, install documentation and man pages.
INSTALL_DOCS:BOOL=ON
//If ON, install default fonts
INSTALL_FONTS:BOOL=ON
//Custom JPEG-Turbo path
JPEGTURBO_PATH:STRING=
//Custom JPEG path
JPEG_PATH:STRING=
//Custom LibRaw path
LIBRAW_PATH:STRING=
//Link with static external libraries when possible
LINKSTATIC:BOOL=OFF
//Where to find Nuke installation
Nuke_ROOT:STRING=
//Build the unit tests
OIIO_BUILD_TESTS:BOOL=ON
//Build the command-line tools
OIIO_BUILD_TOOLS:BOOL=ON
//Optional name appended to OpenImageIO libraries that are built
OIIO_LIBNAME_SUFFIX:STRING=
//Customized outer namespace base name (version will be added)
OIIO_NAMESPACE:STRING=OpenImageIO
//Location of oiio-images, openexr-images, libtiffpic, etc..
OIIO_TESTSUITE_IMAGEDIR:STRING=D:/Projects/dev/oiio/..
//OIIO threads may use DCLP for speed
OIIO_THREAD_ALLOW_DCLP:BOOL=ON
//No help, variable specified on the command line.
OPENEXR_HALF_LIBRARY:FILEPATH=D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Half/RelWithDebInfo/Half-2_3.lib
//No help, variable specified on the command line.
OPENEXR_HOME:PATH=D:/Projects/dev/openexr/OpenEXR
//No help, variable specified on the command line.
OPENEXR_IEX_LIBRARY:FILEPATH=D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Iex/RelWithDebInfo/Iex-2_3.lib
//No help, variable specified on the command line.
OPENEXR_ILMIMF_LIBRARY:FILEPATH=D:/Projects/dev/openexr/out/build/x86-Release/OpenEXR/IlmImf/RelWithDebInfo/IlmImf-2_3.lib
//No help, variable specified on the command line.
OPENEXR_ILMTHREAD_LIBRARY:FILEPATH=D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/IlmThread/RelWithDebInfo/IlmThread-2_3.lib
//No help, variable specified on the command line.
OPENEXR_IMATH_LIBRARY:FILEPATH=D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Imath/RelWithDebInfo/Imath-2_3.lib
//The include paths needed to use OpenEXR
OPENEXR_INCLUDE_DIR:STRING=D:/Projects/dev/openexr/out/build/x86-Release/OpenEXR
//No help, variable specified on the command line.
OPENEXR_INCLUDE_PATH:PATH=D:/Projects/dev/openexr/out/build/x86-Release/OpenEXR
//The libraries needed to use OpenEXR
OPENEXR_LIBRARIES:STRING=D:/Projects/dev/openexr/out/build/x86-Release/OpenEXR/IlmImf/RelWithDebInfo/IlmImf-2_3.lib;D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Imath/RelWithDebInfo/Imath-2_3.lib;D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Iex/RelWithDebInfo/Iex-2_3.lib;D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/Half/RelWithDebInfo/Half-2_3.lib;D:/Projects/dev/openexr/out/build/x86-Release/IlmBase/IlmThread/RelWithDebInfo/IlmThread-2_3.lib;C:/Program
Files (x86)/GnuWin32/lib/zlib.lib
//Custom OpenVDB path
OPENVDB_ROOT_DIR:STRING=
//Value Computed by CMake
OpenImageIO_BINARY_DIR:STATIC=D:/Projects/dev/oiio/out/build/x64-Debug
//Value Computed by CMake
OpenImageIO_SOURCE_DIR:STATIC=D:/Projects/dev/oiio
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=PKG_CONFIG_EXECUTABLE-NOTFOUND
//Default plugin search path
PLUGIN_SEARCH_PATH:STRING=
//Path to a library.
PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
PNG_LIBRARY_RELEASE:FILEPATH=C:/Program Files (x86)/GnuWin32/lib/libpng.lib
//Path to a file.
PNG_PNG_INCLUDE_DIR:PATH=C:/Program Files (x86)/GnuWin32/include
//Hint about where to find external PugiXML library
PUGIXML_HOME:STRING=
//If ON, soname/soversion will be set for Python module library
PYLIB_INCLUDE_SONAME:BOOL=OFF
//If ON, prefix the Python module with 'lib'
PYLIB_LIB_PREFIX:BOOL=OFF
//Suffix to add to Python module init namespace
PYMODULE_SUFFIX:STRING=
//Target version of python to find
PYTHON_VERSION:STRING=2.7
//Build code using sanitizer (address, thread)
SANITIZE:STRING=
//Set the SO version in the SO name of the output library
SOVERSION:STRING=2.1
//Stop building if there are any compiler warnings
STOP_ON_WARNING:BOOL=ON
//Custom Intel TBB path
TBB_ROOT_DIR:STRING=
//Force TextureSystem SIMD batch size (e.g. 16)
TEX_BATCH_SIZE:STRING=
//No help, variable specified on the command line.
TIFF_INCLUDE_DIR:PATH=D:/Projects/dev/tiff-4.0.10/libtiff
//Path to a library.
TIFF_LIBRARY_DEBUG:FILEPATH=TIFF_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
TIFF_LIBRARY_RELEASE:FILEPATH=C:/Program Files (x86)/GnuWin32/lib/libtiff.lib
//Use ccache if found
USE_CCACHE:BOOL=ON
//No help, variable specified on the command line.
USE_CPP:STRING=14
//Use DICOM if DCMTK is found
USE_DICOM:BOOL=ON
//Use an externally built shared library version of the pugixml
// library
USE_EXTERNAL_PUGIXML:BOOL=OFF
//Use FFmpeg if found
USE_FFMPEG:BOOL=False
//Use Field3D if found
USE_FIELD3D:BOOL=False
//Use Freetype if found
USE_FREETYPE:BOOL=ON
//Use GIF if found
USE_GIF:BOOL=False
//Support HEIC/HEIF files, if libheif is found)
USE_HEIF:BOOL=False
//Use JPEG-Turbo if found
USE_JPEGTURBO:BOOL=False
//Compile with clang libc++
USE_LIBCPLUSPLUS:BOOL=OFF
//Use LibRaw if found
USE_LIBRAW:BOOL=ON
//Build Nuke plugins, if Nuke is found
USE_NUKE:BOOL=False
//Use OpenColorIO for color management if found
USE_OCIO:BOOL=True
//Use OpenCV if found
USE_OPENCV:BOOL=False
//Include OpenGL support
USE_OPENGL:BOOL=False
//Use OpenJpeg if found
USE_OPENJPEG:BOOL=False
//Use OpenVDB if found
USE_OPENVDB:BOOL=False
//Use PTex if found
USE_PTEX:BOOL=False
//Build the Python bindings
USE_PYTHON:BOOL=False
//Include Qt support
USE_QT:BOOL=False
//Use SIMD directives (0, sse2, sse3, ssse3, sse4.1, sse4.2, avx,
// avx2, avx512f, f16c, aes)
USE_SIMD:STRING=
//Use Intel TBB if found
USE_TBB:BOOL=False
//Use WebP if found
USE_WEBP:BOOL=False
//Build with -fPIC
USE_fPIC:BOOL=OFF
//Print lots of messages while compiling
VERBOSE:BOOL=OFF
//Path to a file.
ZLIB_INCLUDE_DIR:PATH=C:/Program Files (x86)/GnuWin32/include
//Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=C:/Program Files (x86)/GnuWin32/lib/zlib.lib
########################
# INTERNAL cache entries
########################
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=d:/Projects/dev/oiio/out/build/x64-Debug
//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=14
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=19050301
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/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
//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=
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=D:/Projects/dev/oiio
//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=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//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:/Program Files (x86)/Microsoft Visual
Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.14
//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_USE_FOLDERS
CMAKE_USE_FOLDERS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PNG_LIBRARY_DEBUG
PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PNG_LIBRARY_RELEASE
PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TIFF_INCLUDE_DIR
TIFF_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TIFF_LIBRARY_DEBUG
TIFF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TIFF_LIBRARY_RELEASE
TIFF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Test USE_STD_REGEX
USE_STD_REGEX:INTERNAL=1
//Result of TRY_COMPILE
USE_STD_REGEX_COMPILED:INTERNAL=TRUE
//Result of TRY_RUN
USE_STD_REGEX_EXITCODE:INTERNAL=0
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=D:/Projects/dev/oiio/out/install/x64-Debug
_______________________________________________
Oiio-dev mailing list
Oiio-dev@lists.openimageio.org
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org