|
| 1 | +# This is the CMakeCache file. |
| 2 | +# For build in directory: c:/github/mssql-python/mssql_python |
| 3 | +# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe |
| 4 | +# You can edit this file to change values found and used by cmake. |
| 5 | +# If you do not want to change any of the values, simply exit the editor. |
| 6 | +# If you do want to change a value, simply edit, save, and exit the editor. |
| 7 | +# The syntax for the file is as follows: |
| 8 | +# KEY:TYPE=VALUE |
| 9 | +# KEY is the name of a variable in the cache. |
| 10 | +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. |
| 11 | +# VALUE is the current value for the KEY. |
| 12 | + |
| 13 | +######################## |
| 14 | +# EXTERNAL cache entries |
| 15 | +######################## |
| 16 | + |
| 17 | +//No help, variable specified on the command line. |
| 18 | +CMAKE_BUILD_TYPE:STRING=Debug |
| 19 | + |
| 20 | +//Semicolon separated list of supported configuration types, only |
| 21 | +// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything |
| 22 | +// else will be ignored. |
| 23 | +CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo |
| 24 | + |
| 25 | +//No help, variable specified on the command line. |
| 26 | +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE |
| 27 | + |
| 28 | +//Value Computed by CMake. |
| 29 | +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/github/mssql-python/mssql_python/CMakeFiles/pkgRedirects |
| 30 | + |
| 31 | +//Value Computed by CMake |
| 32 | +CMAKE_PROJECT_COMPAT_VERSION:STATIC= |
| 33 | + |
| 34 | +//Value Computed by CMake |
| 35 | +CMAKE_PROJECT_DESCRIPTION:STATIC= |
| 36 | + |
| 37 | +//Value Computed by CMake |
| 38 | +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= |
| 39 | + |
| 40 | +//Value Computed by CMake |
| 41 | +CMAKE_PROJECT_NAME:STATIC=ddbc_bindings |
| 42 | + |
| 43 | +//Value Computed by CMake |
| 44 | +CMAKE_PROJECT_VERSION:STATIC= |
| 45 | + |
| 46 | +//Value Computed by CMake |
| 47 | +CMAKE_PROJECT_VERSION_MAJOR:STATIC= |
| 48 | + |
| 49 | +//Value Computed by CMake |
| 50 | +CMAKE_PROJECT_VERSION_MINOR:STATIC= |
| 51 | + |
| 52 | +//Value Computed by CMake |
| 53 | +CMAKE_PROJECT_VERSION_PATCH:STATIC= |
| 54 | + |
| 55 | +//Value Computed by CMake |
| 56 | +CMAKE_PROJECT_VERSION_TWEAK:STATIC= |
| 57 | + |
| 58 | +//Value Computed by CMake |
| 59 | +ddbc_bindings_BINARY_DIR:STATIC=C:/github/mssql-python/mssql_python |
| 60 | + |
| 61 | +//Value Computed by CMake |
| 62 | +ddbc_bindings_IS_TOP_LEVEL:STATIC=ON |
| 63 | + |
| 64 | +//Value Computed by CMake |
| 65 | +ddbc_bindings_SOURCE_DIR:STATIC=C:/github/mssql-python/mssql_python/pybind |
| 66 | + |
| 67 | + |
| 68 | +######################## |
| 69 | +# INTERNAL cache entries |
| 70 | +######################## |
| 71 | + |
| 72 | +//This is the directory where this CMakeCache.txt was created |
| 73 | +CMAKE_CACHEFILE_DIR:INTERNAL=c:/github/mssql-python/mssql_python |
| 74 | +//Major version of cmake used to create the current loaded cache |
| 75 | +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 |
| 76 | +//Minor version of cmake used to create the current loaded cache |
| 77 | +CMAKE_CACHE_MINOR_VERSION:INTERNAL=1 |
| 78 | +//Patch version of cmake used to create the current loaded cache |
| 79 | +CMAKE_CACHE_PATCH_VERSION:INTERNAL=0 |
| 80 | +//Path to CMake executable. |
| 81 | +CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe |
| 82 | +//Path to cpack program executable. |
| 83 | +CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe |
| 84 | +//Path to ctest program executable. |
| 85 | +CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe |
| 86 | +//Name of external makefile project generator. |
| 87 | +CMAKE_EXTRA_GENERATOR:INTERNAL= |
| 88 | +//Name of generator. |
| 89 | +CMAKE_GENERATOR:INTERNAL=Visual Studio 17 2022 |
| 90 | +//Generator instance identifier. |
| 91 | +CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools |
| 92 | +//Name of generator platform. |
| 93 | +CMAKE_GENERATOR_PLATFORM:INTERNAL= |
| 94 | +//Name of generator toolset. |
| 95 | +CMAKE_GENERATOR_TOOLSET:INTERNAL= |
| 96 | +//Source directory with the top level CMakeLists.txt file for this |
| 97 | +// project |
| 98 | +CMAKE_HOME_DIRECTORY:INTERNAL=C:/github/mssql-python/mssql_python/pybind |
| 99 | +//Name of CMakeLists files to read |
| 100 | +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt |
| 101 | +//number of local generators |
| 102 | +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 |
| 103 | +//Platform information initialized |
| 104 | +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 |
| 105 | +//Path to CMake installation. |
| 106 | +CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-4.1 |
| 107 | + |
0 commit comments