github.com/pidato/unsafe@v0.1.4/memory/rpmalloc/src/build/CMakeCache.txt (about)

     1  # This is the CMakeCache file.
     2  # For build in directory: /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build
     3  # It was generated by CMake: /opt/homebrew/Cellar/cmake/3.22.3/bin/cmake
     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  //Path to a program.
    18  CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND
    19  
    20  //Path to a program.
    21  CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
    22  
    23  //Choose the type of build, options are: None Debug Release RelWithDebInfo
    24  // MinSizeRel ...
    25  CMAKE_BUILD_TYPE:STRING=Release
    26  
    27  //Enable/Disable color output during build.
    28  CMAKE_COLOR_MAKEFILE:BOOL=ON
    29  
    30  //C compiler
    31  CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
    32  
    33  //Flags used by the C compiler during all build types.
    34  CMAKE_C_FLAGS:STRING=
    35  
    36  //Flags used by the C compiler during DEBUG builds.
    37  CMAKE_C_FLAGS_DEBUG:STRING=-g
    38  
    39  //Flags used by the C compiler during MINSIZEREL builds.
    40  CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
    41  
    42  //Flags used by the C compiler during RELEASE builds.
    43  CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
    44  
    45  //Flags used by the C compiler during RELWITHDEBINFO builds.
    46  CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
    47  
    48  //Path to a program.
    49  CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
    50  
    51  //Flags used by the linker during all build types.
    52  CMAKE_EXE_LINKER_FLAGS:STRING=
    53  
    54  //Flags used by the linker during DEBUG builds.
    55  CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
    56  
    57  //Flags used by the linker during MINSIZEREL builds.
    58  CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
    59  
    60  //Flags used by the linker during RELEASE builds.
    61  CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
    62  
    63  //Flags used by the linker during RELWITHDEBINFO builds.
    64  CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
    65  
    66  //Enable/Disable output of compile commands during generation.
    67  CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
    68  
    69  //Path to a program.
    70  CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
    71  
    72  //Install path prefix, prepended onto install directories.
    73  CMAKE_INSTALL_PREFIX:PATH=/usr/local
    74  
    75  //Path to a program.
    76  CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    77  
    78  //Path to a program.
    79  CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
    80  
    81  //Flags used by the linker during the creation of modules during
    82  // all build types.
    83  CMAKE_MODULE_LINKER_FLAGS:STRING=
    84  
    85  //Flags used by the linker during the creation of modules during
    86  // DEBUG builds.
    87  CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
    88  
    89  //Flags used by the linker during the creation of modules during
    90  // MINSIZEREL builds.
    91  CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
    92  
    93  //Flags used by the linker during the creation of modules during
    94  // RELEASE builds.
    95  CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
    96  
    97  //Flags used by the linker during the creation of modules during
    98  // RELWITHDEBINFO builds.
    99  CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
   100  
   101  //Path to a program.
   102  CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
   103  
   104  //Path to a program.
   105  CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
   106  
   107  //Path to a program.
   108  CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
   109  
   110  //Build architectures for OSX
   111  CMAKE_OSX_ARCHITECTURES:STRING=
   112  
   113  //Minimum OS X version to target for deployment (at runtime); newer
   114  // APIs weak linked. Set to empty string for default value.
   115  CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
   116  
   117  //The product will be built against the headers and libraries located
   118  // inside the indicated SDK.
   119  CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
   120  
   121  //Value Computed by CMake
   122  CMAKE_PROJECT_DESCRIPTION:STATIC=
   123  
   124  //Value Computed by CMake
   125  CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
   126  
   127  //Value Computed by CMake
   128  CMAKE_PROJECT_NAME:STATIC=rpmalloc
   129  
   130  //Path to a program.
   131  CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
   132  
   133  //Path to a program.
   134  CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND
   135  
   136  //Flags used by the linker during the creation of shared libraries
   137  // during all build types.
   138  CMAKE_SHARED_LINKER_FLAGS:STRING=
   139  
   140  //Flags used by the linker during the creation of shared libraries
   141  // during DEBUG builds.
   142  CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
   143  
   144  //Flags used by the linker during the creation of shared libraries
   145  // during MINSIZEREL builds.
   146  CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
   147  
   148  //Flags used by the linker during the creation of shared libraries
   149  // during RELEASE builds.
   150  CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
   151  
   152  //Flags used by the linker during the creation of shared libraries
   153  // during RELWITHDEBINFO builds.
   154  CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
   155  
   156  //If set, runtime paths are not added when installing shared libraries,
   157  // but are added when building.
   158  CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
   159  
   160  //If set, runtime paths are not added when using shared libraries.
   161  CMAKE_SKIP_RPATH:BOOL=NO
   162  
   163  //Flags used by the linker during the creation of static libraries
   164  // during all build types.
   165  CMAKE_STATIC_LINKER_FLAGS:STRING=
   166  
   167  //Flags used by the linker during the creation of static libraries
   168  // during DEBUG builds.
   169  CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
   170  
   171  //Flags used by the linker during the creation of static libraries
   172  // during MINSIZEREL builds.
   173  CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
   174  
   175  //Flags used by the linker during the creation of static libraries
   176  // during RELEASE builds.
   177  CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
   178  
   179  //Flags used by the linker during the creation of static libraries
   180  // during RELWITHDEBINFO builds.
   181  CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
   182  
   183  //Path to a program.
   184  CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
   185  
   186  //If this value is on, makefiles will be generated without the
   187  // .SILENT directive, and all commands will be echoed to the console
   188  // during the make.  This is useful for debugging only. With Visual
   189  // Studio IDE projects all commands are done without /nologo.
   190  CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
   191  
   192  //Value Computed by CMake
   193  rpmalloc_BINARY_DIR:STATIC=/Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build
   194  
   195  //Value Computed by CMake
   196  rpmalloc_IS_TOP_LEVEL:STATIC=ON
   197  
   198  //Value Computed by CMake
   199  rpmalloc_SOURCE_DIR:STATIC=/Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src
   200  
   201  
   202  ########################
   203  # INTERNAL cache entries
   204  ########################
   205  
   206  //ADVANCED property for variable: CMAKE_ADDR2LINE
   207  CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
   208  //ADVANCED property for variable: CMAKE_AR
   209  CMAKE_AR-ADVANCED:INTERNAL=1
   210  //This is the directory where this CMakeCache.txt was created
   211  CMAKE_CACHEFILE_DIR:INTERNAL=/Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build
   212  //Major version of cmake used to create the current loaded cache
   213  CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
   214  //Minor version of cmake used to create the current loaded cache
   215  CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
   216  //Patch version of cmake used to create the current loaded cache
   217  CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
   218  //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
   219  CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
   220  //Path to CMake executable.
   221  CMAKE_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.22.3/bin/cmake
   222  //Path to cpack program executable.
   223  CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.22.3/bin/cpack
   224  //Path to ctest program executable.
   225  CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.22.3/bin/ctest
   226  //ADVANCED property for variable: CMAKE_C_COMPILER
   227  CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
   228  //ADVANCED property for variable: CMAKE_C_FLAGS
   229  CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
   230  //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
   231  CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
   232  //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
   233  CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
   234  //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
   235  CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
   236  //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
   237  CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
   238  //ADVANCED property for variable: CMAKE_DLLTOOL
   239  CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
   240  //Path to cache edit program executable.
   241  CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.22.3/bin/ccmake
   242  //Executable file format
   243  CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
   244  //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
   245  CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
   246  //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
   247  CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
   248  //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
   249  CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
   250  //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
   251  CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
   252  //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
   253  CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
   254  //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
   255  CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
   256  //Name of external makefile project generator.
   257  CMAKE_EXTRA_GENERATOR:INTERNAL=
   258  //Name of generator.
   259  CMAKE_GENERATOR:INTERNAL=Unix Makefiles
   260  //Generator instance identifier.
   261  CMAKE_GENERATOR_INSTANCE:INTERNAL=
   262  //Name of generator platform.
   263  CMAKE_GENERATOR_PLATFORM:INTERNAL=
   264  //Name of generator toolset.
   265  CMAKE_GENERATOR_TOOLSET:INTERNAL=
   266  //Source directory with the top level CMakeLists.txt file for this
   267  // project
   268  CMAKE_HOME_DIRECTORY:INTERNAL=/Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src
   269  //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
   270  CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
   271  //ADVANCED property for variable: CMAKE_LINKER
   272  CMAKE_LINKER-ADVANCED:INTERNAL=1
   273  //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
   274  CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
   275  //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
   276  CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
   277  //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
   278  CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
   279  //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
   280  CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
   281  //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
   282  CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
   283  //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
   284  CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
   285  //ADVANCED property for variable: CMAKE_NM
   286  CMAKE_NM-ADVANCED:INTERNAL=1
   287  //number of local generators
   288  CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
   289  //ADVANCED property for variable: CMAKE_OBJCOPY
   290  CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
   291  //ADVANCED property for variable: CMAKE_OBJDUMP
   292  CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
   293  //Platform information initialized
   294  CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
   295  //ADVANCED property for variable: CMAKE_RANLIB
   296  CMAKE_RANLIB-ADVANCED:INTERNAL=1
   297  //ADVANCED property for variable: CMAKE_READELF
   298  CMAKE_READELF-ADVANCED:INTERNAL=1
   299  //Path to CMake installation.
   300  CMAKE_ROOT:INTERNAL=/opt/homebrew/Cellar/cmake/3.22.3/share/cmake
   301  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
   302  CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
   303  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
   304  CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
   305  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
   306  CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
   307  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
   308  CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
   309  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
   310  CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
   311  //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
   312  CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
   313  //ADVANCED property for variable: CMAKE_SKIP_RPATH
   314  CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
   315  //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
   316  CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
   317  //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
   318  CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
   319  //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
   320  CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
   321  //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
   322  CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
   323  //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
   324  CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
   325  //ADVANCED property for variable: CMAKE_STRIP
   326  CMAKE_STRIP-ADVANCED:INTERNAL=1
   327  //uname command
   328  CMAKE_UNAME:INTERNAL=/usr/bin/uname
   329  //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
   330  CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
   331