CMake stores the absolute folder path, this now get deleted in run.sh, so it can be called on deffrent computers without problems
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/newton/Documents/Git/Flux/build
|
||||
# For build in directory: /home/atlas/Documents/Git/Flux/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.
|
||||
@@ -22,7 +22,7 @@ CMAKE_AR:FILEPATH=/usr/bin/ar
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=Debug
|
||||
CMAKE_BUILD_TYPE:STRING=
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
@@ -75,7 +75,7 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Value Computed by CMake.
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/newton/Documents/Git/Flux/build/CMakeFiles/pkgRedirects
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/atlas/Documents/Git/Flux/build/CMakeFiles/pkgRedirects
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
@@ -190,13 +190,13 @@ CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Value Computed by CMake
|
||||
Flux_BINARY_DIR:STATIC=/home/newton/Documents/Git/Flux/build
|
||||
Flux_BINARY_DIR:STATIC=/home/atlas/Documents/Git/Flux/build
|
||||
|
||||
//Value Computed by CMake
|
||||
Flux_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
Flux_SOURCE_DIR:STATIC=/home/newton/Documents/Git/Flux
|
||||
Flux_SOURCE_DIR:STATIC=/home/atlas/Documents/Git/Flux
|
||||
|
||||
//CXX compiler flags for OpenMP parallelization
|
||||
OpenMP_CXX_FLAGS:STRING=-fopenmp
|
||||
@@ -220,7 +220,7 @@ 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=/home/newton/Documents/Git/Flux/build
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/atlas/Documents/Git/Flux/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
|
||||
@@ -279,7 +279,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/newton/Documents/Git/Flux
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/atlas/Documents/Git/Flux
|
||||
//Install .so files without execute permission.
|
||||
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
|
||||
Reference in New Issue
Block a user