0% found this document useful (0 votes)
9 views2 pages

CMake Cache

The document is a CMakeCache file generated for a build directory, containing configuration settings for a CMake project named 'pile'. It includes external and internal cache entries such as compiler flags, installation paths, and paths to various CMake tools. Users can edit the file to change variable values, following the specified syntax.

Uploaded by

hachkhediri100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

CMake Cache

The document is a CMakeCache file generated for a build directory, containing configuration settings for a CMake project named 'pile'. It includes external and internal cache entries such as compiler flags, installation paths, and paths to various CMake tools. Users can edit the file to change variable values, following the specified syntax.

Uploaded by

hachkhediri100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

# This is the CMakeCache file.

# For build in directory: /storage/emulated/0/pile


# It was generated by CMake: /data/data/ru.iiec.cxxdroid/files/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
########################

//Enable/Disable color output during build.


CMAKE_COLOR_MAKEFILE:BOOL=ON

//No help, variable specified on the command line.


CMAKE_CXX_FLAGS:UNINITIALIZED=-Wall -std=c++17 -fallow-void-main

//No help, variable specified on the command line.


CMAKE_C_FLAGS:UNINITIALIZED=-Wall -std=c99 -fallow-void-main

//No help, variable specified on the command line.


CMAKE_EXE_LINKER_FLAGS:UNINITIALIZED=-lm -ldl -llog -lz

//No help, variable specified on the command line.


CMAKE_EXPORT_COMPILE_COMMANDS:UNINITIALIZED=ON

//Install path prefix, prepended onto install directories.


CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/data/user/0/ru.iiec.cxxdroid/files/bin/make

//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=pile

//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=YES

//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=FALSE
//Value Computed by CMake
pile_BINARY_DIR:STATIC=/storage/emulated/0/pile

//Value Computed by CMake


pile_SOURCE_DIR:STATIC=/storage/emulated/0/pile

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

//This is the directory where this CMakeCache.txt was created


CMAKE_CACHEFILE_DIR:INTERNAL=/storage/emulated/0/pile
//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=20
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/data/data/ru.iiec.cxxdroid/files/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/data/data/ru.iiec.cxxdroid/files/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/data/data/ru.iiec.cxxdroid/files/bin/ctest
//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=/storage/emulated/0/pile
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/data/data/ru.iiec.cxxdroid/files/share/cmake-3.20
//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
//uname command
CMAKE_UNAME:INTERNAL=/system/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1

You might also like