[CMake] Fwd: CMake fails with message requesting to send cache file

Ľubomír Carik lubomir.carik at gmail.com
Fri Jan 18 14:56:10 EST 2019


Hey,

sending as requested; please find attached file...

my os: Win10 (updated)
build env. (msys2, updated)
project: spdlog (FOSS, last release)

The result was observed as follow:
- clone project
- mkdir build && cd build
- ccmake -G"MSYS Makefiles" ..

Thanks,
Lubomir.
-------------- next part --------------
# This is the CMakeCache file.
# For build in directory: /home/lubom/work/spdlog/build
# It was generated by CMake: /usr/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
########################


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

//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/lubom/work/spdlog/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=13
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest.exe
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.13.2



More information about the CMake mailing list