# This is the CMakeCache file. # For build in directory: /builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/redhat-linux-build # It was generated by CMake: /usr/bin/cmake # 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 ######################## //When building for Android, should curl be built as well ANDROID_BUILD_CURL:BOOL=ON //When building for Android, should Openssl be built as well ANDROID_BUILD_OPENSSL:BOOL=ON //When building for Android, should Zlib be built as well ANDROID_BUILD_ZLIB:BOOL=ON //Flag to enable/disable automatically run unit tests after building AUTORUN_UNIT_TESTS:BOOL=ON //Remove reference to private Apple APIs for AES GCM in Common // Crypto. If set to OFF you application will get rejected from // the apple app store. AWS_APPSTORE_SAFE:BOOL=OFF //Path to append into LD_LIBRARY_PATH for unit tests autorun by // cmake. Set this if custom runtime libs are required for overridden // dependencies. AWS_AUTORUN_LD_LIBRARY_PATH:STRING= //Enables the core integration tests to be built which contains // dependencies on other clients for setup and tear down AWS_ENABLE_CORE_INTEGRATION_TEST:BOOL=OFF //Compiler warning is treated as an error. Try turning this off // when observing errors on a new or uncommon compiler AWS_SDK_WARNINGS_ARE_ERRORS:BOOL=ON //Region to target integration tests against AWS_TEST_REGION:STRING=US_EAST_1 //User agent extension AWS_USER_AGENT_CUSTOMIZATION:STRING= //Enables building the benchmark executable BUILD_BENCHMARKS:BOOL=OFF //Build third-party dependencies BUILD_DEPS:BOOL=OFF //A semi-colon delimited list of the projects to build BUILD_ONLY:STRING= //Enables building the open telemetry implementation of tracing BUILD_OPTEL:BOOL=OFF //Enables building the benchmark tests with open telemetry OTLP // clients BUILD_OPTEL_OTLP_BENCHMARKS:BOOL=OFF //Enables building the performance test executables BUILD_PERFORMANCE_TESTS:BOOL=OFF //If enabled, all aws sdk libraries will be build as shared objects; // otherwise all Aws libraries will be built as static objects BUILD_SHARED_LIBS:BOOL=ON //Bypass the machine's default proxy settings when using IXmlHttpRequest2 BYPASS_DEFAULT_PROXY:BOOL=ON //Path to a program. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //Release build by default. CMAKE_BUILD_TYPE:STRING=Release //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING=-Wno-deprecated-declarations //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //No help, variable specified on the command line. CMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //No help, variable specified on the command line. CMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG //Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/redhat-linux-build/CMakeFiles/pkgRedirects //No help, variable specified on the command line. CMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG //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= //No help, variable specified on the command line. CMAKE_INSTALL_DO_STRIP:BOOL=OFF //No help, variable specified on the command line. CMAKE_INSTALL_FULL_SBINDIR:PATH=/usr/bin //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 //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr //Run-time variable data (LOCALSTATEDIR/run) CMAKE_INSTALL_RUNSTATEDIR:PATH= //No help, variable specified on the command line. CMAKE_INSTALL_SBINDIR:PATH=bin //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=/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //No help, variable specified on the command line. CMAKE_MODULE_PATH:UNINITIALIZED=/usr/lib64/cmake/aws-c-common //Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump //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=aws-cpp-sdk-all //Value Computed by CMake CMAKE_PROJECT_VERSION:STATIC=1.11.700 //Value Computed by CMake CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 //Value Computed by CMake CMAKE_PROJECT_VERSION_MINOR:STATIC=11 //Value Computed by CMake CMAKE_PROJECT_VERSION_PATCH:STATIC=700 //Value Computed by CMake CMAKE_PROJECT_VERSION_TWEAK:STATIC= //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib //Path to a program. CMAKE_READELF:FILEPATH=/usr/bin/readelf //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //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= //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= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip //Path to a program. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND //No help, variable specified on the command line. CMAKE_VERBOSE_MAKEFILE:BOOL=ON //Flag to upgrade the C++ standard used. The default is 11. The // minimum is 11. CPP_STANDARD:STRING=11 //The directory containing a CMake configuration file for CURL. CURL_DIR:PATH=CURL_DIR-NOTFOUND //Path to a file. CURL_INCLUDE_DIR:PATH=/usr/include //Path to a library. CURL_LIBRARY_DEBUG:FILEPATH=CURL_LIBRARY_DEBUG-NOTFOUND //Path to a library. CURL_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libcurl.so //If set to ON, generates the sdk project files with custom memory // management enabled, otherwise disables it CUSTOM_MEMORY_MANAGEMENT:BOOL=OFF //Disable unit tests that require DNS lookup to succeed, useful // when using a http client that does not perform DNS lookup DISABLE_DNS_REQUIRED_TESTS:BOOL=OFF //Disables IMDSv1 internal client calls DISABLE_INTERNAL_IMDSV1_CALLS:BOOL=OFF //Flags to enable/disable Address Sanitizer for gcc or clang ENABLE_ADDRESS_SANITIZER:BOOL=OFF //If enabled, Curl's internal log will be piped to SDK's logger ENABLE_CURL_LOGGING:BOOL=ON //If enabled, corresponding http client test suites will be built // and run ENABLE_HTTP_CLIENT_TESTING:BOOL=OFF //Enable protocol tests ENABLE_PROTOCOL_TESTS:BOOL=OFF //Flag to enable/disable rtti within the library ENABLE_RTTI:BOOL=ON //Enable smoke tests ENABLE_SMOKE_TESTS:BOOL=OFF //Flag to enable/disable building unit and integration tests ENABLE_TESTING:BOOL=OFF //If enabled, the SDK will be built using a single unified .cpp // file for each service library. Reduces the size of static library // binaries on Windows and Linux ENABLE_UNITY_BUILD:BOOL=ON //This option usually works with REGENERATE_CLIENTS. // If enabled when doing code generation, // operation related functions in service clients will be marked // as virtual. If disabled when // doing code generation, virtual will not be added to operation // functions and service client class will be marked as final. // If disabled, SDK will add compiler // flags '-ffunction-sections -fdata-sections' for gcc and clang // when compiling. You can utilize // this feature to work with your linker to reduce binary size // of your application on Unix platforms when doing static linking // in Release mode. ENABLE_VIRTUAL_OPERATIONS:BOOL=ON //For services that support it, request content will be compressed. // On by default if dependency available ENABLE_ZLIB_REQUEST_COMPRESSION:BOOL=OFF //Forces usage of the Curl client rather than the default OS-specific // api FORCE_CURL:BOOL=OFF //If enabled, will unconditionally link the standard libraries // in dynamically, otherwise the standard library will be linked // in based on the BUILD_SHARED_LIBS setting FORCE_SHARED_CRT:BOOL=ON //No help, variable specified on the command line. INCLUDE_INSTALL_DIR:PATH=/usr/include //If enabled, the SDK will use 1.11.0 version of CMake files to // build LEGACY_BUILD:BOOL=ON //No help, variable specified on the command line. LIB_INSTALL_DIR:PATH=/usr/lib64 //No help, variable specified on the command line. LIB_SUFFIX:UNINITIALIZED=64 //If enabled, the SDK will be built via a unity aggregation process // that results in smaller static libraries; additionally, release // binaries will favor size optimizations over speed MINIMIZE_SIZE:BOOL=OFF //If enabled, no platform-default encryption will be included in // the library. For the library to be used you will need to provide // your own platform-specific implementations NO_ENCRYPTION:BOOL=OFF //If enabled, no platform-default http client will be included // in the library. For the library to be used you will need to // provide your own platform-specific implementation NO_HTTP_CLIENT:BOOL=OFF //Arguments to supply to pkg-config PKG_CONFIG_ARGN:STRING= //pkg-config executable PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config //If set to ON, all clients being built on this run will be regenerated // from the api definitions, this option involves some setup of // python, java 8+, and maven REGENERATE_CLIENTS:BOOL=OFF //If set to ON, defaults mode configuration will be regenerated // from the JSON definitions, this option involves some setup of // python, java 8+, and maven REGENERATE_DEFAULTS:BOOL=OFF //No help, variable specified on the command line. SHARE_INSTALL_PREFIX:PATH=/usr/share //If enabled, removes all the additional indirection (platform/cpu/config) // in the bin and lib directories on the install step SIMPLE_INSTALL:BOOL=ON //No help, variable specified on the command line. SYSCONF_INSTALL_DIR:PATH=/etc //If enabled, the common runtime HTTP client will be used, and // the legacy systems such as WinHttp and libcurl will not be built // or included USE_CRT_HTTP_CLIENT:BOOL=OFF //If enabled on windows, the com object IXmlHttpRequest2 will be // used for the http stack USE_IXML_HTTP_REQUEST_2:BOOL=OFF //Set this if you want to use your system's OpenSSL 1.0.2/1.1.1 // compatible libcrypto USE_OPENSSL:BOOL=ON //Set http client to enforce TLS 1.2 USE_TLS_V1_2:BOOL=ON //Set http client to enforce TLS 1.3 USE_TLS_V1_3:BOOL=OFF //Path to a file. ZLIB_INCLUDE_DIR:PATH=/usr/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=ZLIB_LIBRARY_RELEASE-NOTFOUND //The directory containing a CMake configuration file for aws-c-common. aws-c-common_DIR:PATH=aws-c-common_DIR-NOTFOUND //Value Computed by CMake aws-cpp-sdk-all_BINARY_DIR:STATIC=/builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/redhat-linux-build //Value Computed by CMake aws-cpp-sdk-all_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake aws-cpp-sdk-all_SOURCE_DIR:STATIC=/builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700 //Path to a library. pkgcfg_lib_PC_CURL_curl:FILEPATH=/usr/lib64/libcurl.so ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/redhat-linux-build //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=31 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB CMAKE_CXX_COMPILER_RANLIB-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_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //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=Unix Makefiles //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700 //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 //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //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_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-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_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/cmake //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_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_TAPI CMAKE_TAPI-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DIR CURL_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_INCLUDE_DIR CURL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_LIBRARY_DEBUG CURL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_LIBRARY_RELEASE CURL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //Details about finding CURL FIND_PACKAGE_MESSAGE_DETAILS_CURL:INTERNAL=[/usr/lib64/libcurl.so][/usr/include][c ][v8.15.0()] //Test HAVE_ATOMICS_WITHOUT_LIBATOMIC HAVE_ATOMICS_WITHOUT_LIBATOMIC:INTERNAL=1 PC_CURL_CFLAGS:INTERNAL=-I/usr/include;-DWITH_GZFILEOP PC_CURL_CFLAGS_I:INTERNAL= PC_CURL_CFLAGS_OTHER:INTERNAL=-DWITH_GZFILEOP PC_CURL_FOUND:INTERNAL=1 PC_CURL_INCLUDEDIR:INTERNAL=/usr/include PC_CURL_INCLUDE_DIRS:INTERNAL=/usr/include PC_CURL_LDFLAGS:INTERNAL=-L/usr/lib64;-lcurl PC_CURL_LDFLAGS_OTHER:INTERNAL= PC_CURL_LIBDIR:INTERNAL=/usr/lib64 PC_CURL_LIBRARIES:INTERNAL=curl PC_CURL_LIBRARY_DIRS:INTERNAL=/usr/lib64 PC_CURL_LIBS:INTERNAL= PC_CURL_LIBS_L:INTERNAL= PC_CURL_LIBS_OTHER:INTERNAL= PC_CURL_LIBS_PATHS:INTERNAL= PC_CURL_MODULE_NAME:INTERNAL=libcurl PC_CURL_PREFIX:INTERNAL=/usr PC_CURL_STATIC_CFLAGS:INTERNAL=-I/usr/include;-DWITH_GZFILEOP;-DCURL_STATICLIB PC_CURL_STATIC_CFLAGS_I:INTERNAL= PC_CURL_STATIC_CFLAGS_OTHER:INTERNAL=-DWITH_GZFILEOP;-DCURL_STATICLIB PC_CURL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include PC_CURL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib64;-lcurl;-lldap;-llber;-lssh;-lssl;-lcrypto;-lbrotlidec;-lidn2;-L/usr/lib64;-lunistring;-lz;-lbrotlidec;-lbrotlicommon;-lgssapi_krb5;-lkrb5;-lk5crypto;-lcom_err;-lkrb5support;-lssl;-lcrypto;-lz;-ldl;-pthread;-lpsl;-lssh;-lnghttp2 PC_CURL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread PC_CURL_STATIC_LIBDIR:INTERNAL= PC_CURL_STATIC_LIBRARIES:INTERNAL=curl;ldap;lber;ssh;ssl;crypto;brotlidec;idn2;unistring;z;brotlidec;brotlicommon;gssapi_krb5;krb5;k5crypto;com_err;krb5support;ssl;crypto;z;dl;psl;ssh;nghttp2 PC_CURL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib64;/usr/lib64 PC_CURL_STATIC_LIBS:INTERNAL= PC_CURL_STATIC_LIBS_L:INTERNAL= PC_CURL_STATIC_LIBS_OTHER:INTERNAL= PC_CURL_STATIC_LIBS_PATHS:INTERNAL= PC_CURL_VERSION:INTERNAL=8.15.0 PC_CURL_libcurl_INCLUDEDIR:INTERNAL= PC_CURL_libcurl_LIBDIR:INTERNAL= PC_CURL_libcurl_PREFIX:INTERNAL= PC_CURL_libcurl_VERSION:INTERNAL= //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 //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 //linker supports push/pop state _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr //Compiler reason failure _Python3_Compiler_REASON_FAILURE:INTERNAL= //Development reason failure _Python3_Development_REASON_FAILURE:INTERNAL= //Path to a program. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3.14 //Path to a file. _Python3_INCLUDE_DIR:INTERNAL=_Python3_INCLUDE_DIR-NOTFOUND //Python3 Properties _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;14;0;64;;cpython-314-x86_64-linux-gnu;abi3;/usr/lib64/python3.14;/usr/lib64/python3.14;/usr/lib/python3.14/site-packages;/usr/lib64/python3.14/site-packages _Python3_INTERPRETER_SIGNATURE:INTERNAL=5da1bc9426cdb93bc62bc48997978eb2 //Path to a library. _Python3_LIBRARY_RELEASE:INTERNAL=_Python3_LIBRARY_RELEASE-NOTFOUND //NumPy reason failure _Python3_NumPy_REASON_FAILURE:INTERNAL= __pkg_config_arguments_PC_CURL:INTERNAL=QUIET;libcurl __pkg_config_checked_PC_CURL:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_PC_CURL_curl pkgcfg_lib_PC_CURL_curl-ADVANCED:INTERNAL=1 prefix_result:INTERNAL=alt-svc;AsynchDNS;brotli;GSS-API;HSTS;HTTP2;HTTPS-proxy;IDN;IPv6;Kerberos;Largefile;libz;NTLM;PSL;SPNEGO;SSL;threadsafe;TLS-SRP;UnixSockets