COSC-3P93-Project/Step 3/cmake-build-release-omp/.cmake/api/v1/reply/cache-v2-517b89e11d11516e76...

1612 lines
30 KiB
JSON
Raw Normal View History

2022-12-02 23:32:18 -05:00
{
"entries" :
[
{
"name" : "CMAKE_ADDR2LINE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/addr2line"
},
{
"name" : "CMAKE_AR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/ar"
},
{
"name" : "CMAKE_BUILD_TYPE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..."
}
],
"type" : "STRING",
"value" : ""
2022-12-02 23:32:18 -05:00
},
{
"name" : "CMAKE_CACHEFILE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "This is the directory where this CMakeCache.txt was created"
}
],
"type" : "INTERNAL",
"value" : "/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release-omp"
2022-12-02 23:32:18 -05:00
},
{
"name" : "CMAKE_CACHE_MAJOR_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Major version of cmake used to create the current loaded cache"
}
],
"type" : "INTERNAL",
"value" : "3"
},
{
"name" : "CMAKE_CACHE_MINOR_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Minor version of cmake used to create the current loaded cache"
}
],
"type" : "INTERNAL",
2022-12-10 14:25:09 -05:00
"value" : "24"
2022-12-02 23:32:18 -05:00
},
{
"name" : "CMAKE_CACHE_PATCH_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Patch version of cmake used to create the current loaded cache"
}
],
"type" : "INTERNAL",
"value" : "2"
},
2022-12-10 14:25:09 -05:00
{
"name" : "CMAKE_COLOR_DIAGNOSTICS",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Enable colored diagnostics throughout."
}
],
"type" : "BOOL",
"value" : "ON"
},
2022-12-02 23:32:18 -05:00
{
"name" : "CMAKE_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to CMake executable."
}
],
"type" : "INTERNAL",
"value" : "/opt/netbrains/clion/clion-2022.1.3/bin/cmake/linux/bin/cmake"
},
{
"name" : "CMAKE_CPACK_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to cpack program executable."
}
],
"type" : "INTERNAL",
"value" : "/opt/netbrains/clion/clion-2022.1.3/bin/cmake/linux/bin/cpack"
},
{
"name" : "CMAKE_CTEST_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to ctest program executable."
}
],
"type" : "INTERNAL",
"value" : "/opt/netbrains/clion/clion-2022.1.3/bin/cmake/linux/bin/ctest"
},
{
"name" : "CMAKE_CXX_COMPILER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "CXX compiler"
}
],
"type" : "FILEPATH",
2022-12-02 23:32:18 -05:00
"value" : "/usr/bin/c++"
},
{
"name" : "CMAKE_CXX_COMPILER_AR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/gcc-ar-12"
},
{
"name" : "CMAKE_CXX_COMPILER_RANLIB",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/gcc-ranlib-12"
},
{
"name" : "CMAKE_CXX_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_CXX_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during DEBUG builds."
}
],
"type" : "STRING",
"value" : "-g"
},
{
"name" : "CMAKE_CXX_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : "-Os -DNDEBUG"
},
{
"name" : "CMAKE_CXX_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during RELEASE builds."
}
],
"type" : "STRING",
"value" : "-O3 -DNDEBUG"
},
{
"name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : "-O2 -g -DNDEBUG"
},
{
"name" : "CMAKE_C_COMPILER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "C compiler"
}
],
"type" : "FILEPATH",
2022-12-02 23:32:18 -05:00
"value" : "/usr/bin/cc"
},
{
"name" : "CMAKE_C_COMPILER_AR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/gcc-ar-12"
},
{
"name" : "CMAKE_C_COMPILER_RANLIB",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/gcc-ranlib-12"
},
{
"name" : "CMAKE_C_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_C_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during DEBUG builds."
}
],
"type" : "STRING",
"value" : "-g"
},
{
"name" : "CMAKE_C_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : "-Os -DNDEBUG"
},
{
"name" : "CMAKE_C_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during RELEASE builds."
}
],
"type" : "STRING",
"value" : "-O3 -DNDEBUG"
},
{
"name" : "CMAKE_C_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the C compiler during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : "-O2 -g -DNDEBUG"
},
{
"name" : "CMAKE_DLLTOOL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "CMAKE_DLLTOOL-NOTFOUND"
},
{
"name" : "CMAKE_EXECUTABLE_FORMAT",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Executable file format"
}
],
"type" : "INTERNAL",
"value" : "ELF"
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_EXPORT_COMPILE_COMMANDS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Enable/Disable output of compile commands during generation."
}
],
"type" : "BOOL",
"value" : ""
},
{
"name" : "CMAKE_EXTRA_GENERATOR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of external makefile project generator."
}
],
"type" : "INTERNAL",
"value" : ""
},
2022-12-10 14:25:09 -05:00
{
"name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake."
}
],
"type" : "STATIC",
"value" : "/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release-omp/CMakeFiles/pkgRedirects"
2022-12-10 14:25:09 -05:00
},
2022-12-02 23:32:18 -05:00
{
"name" : "CMAKE_GENERATOR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of generator."
}
],
"type" : "INTERNAL",
"value" : "Ninja"
},
{
"name" : "CMAKE_GENERATOR_INSTANCE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Generator instance identifier."
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_GENERATOR_PLATFORM",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of generator platform."
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_GENERATOR_TOOLSET",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Name of generator toolset."
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_HOME_DIRECTORY",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Source directory with the top level CMakeLists.txt file for this project"
}
],
"type" : "INTERNAL",
"value" : "/home/brett/Documents/Brock/CS 3P93/Project/Step 3"
},
{
"name" : "CMAKE_INSTALL_PREFIX",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Install path prefix, prepended onto install directories."
}
],
"type" : "PATH",
"value" : "/usr/local"
},
{
"name" : "CMAKE_INSTALL_SO_NO_EXE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Install .so files without execute permission."
}
],
"type" : "INTERNAL",
"value" : "1"
},
{
"name" : "CMAKE_LINKER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/ld"
},
{
"name" : "CMAKE_MAKE_PROGRAM",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "No help, variable specified on the command line."
}
],
"type" : "UNINITIALIZED",
"value" : "/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/ninja"
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_NM",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/nm"
},
{
"name" : "CMAKE_NUMBER_OF_MAKEFILES",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "number of local generators"
}
],
"type" : "INTERNAL",
"value" : "1"
},
{
"name" : "CMAKE_OBJCOPY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/objcopy"
},
{
"name" : "CMAKE_OBJDUMP",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/objdump"
},
{
"name" : "CMAKE_PLATFORM_INFO_INITIALIZED",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Platform information initialized"
}
],
"type" : "INTERNAL",
"value" : "1"
},
{
"name" : "CMAKE_PROJECT_DESCRIPTION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : ""
},
{
"name" : "CMAKE_PROJECT_HOMEPAGE_URL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : ""
},
{
"name" : "CMAKE_PROJECT_NAME",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "Step_3"
},
{
"name" : "CMAKE_RANLIB",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/ranlib"
},
{
"name" : "CMAKE_READELF",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/readelf"
},
{
"name" : "CMAKE_ROOT",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to CMake installation."
}
],
"type" : "INTERNAL",
2022-12-10 14:25:09 -05:00
"value" : "/opt/netbrains/clion/clion-2022.1.3/bin/cmake/linux/share/cmake-3.24"
2022-12-02 23:32:18 -05:00
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_SKIP_INSTALL_RPATH",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "If set, runtime paths are not added when installing shared libraries, but are added when building."
}
],
"type" : "BOOL",
"value" : "NO"
},
{
"name" : "CMAKE_SKIP_RPATH",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "If set, runtime paths are not added when using shared libraries."
}
],
"type" : "BOOL",
"value" : "NO"
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CMAKE_STRIP",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/strip"
},
{
"name" : "CMAKE_UNAME",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "uname command"
}
],
"type" : "INTERNAL",
"value" : "/usr/bin/uname"
},
{
"name" : "CMAKE_VERBOSE_MAKEFILE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "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."
}
],
"type" : "BOOL",
"value" : "FALSE"
},
{
"name" : "COMPILE_GUI",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Enable compilation of the GUI + utils"
}
],
"type" : "BOOL",
"value" : "ON"
2022-12-02 23:32:18 -05:00
},
{
"name" : "COMPILE_OPENCL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Enable compilation of the OpenCL GPU Compute module."
}
],
"type" : "BOOL",
"value" : "OFF"
2022-12-02 23:32:18 -05:00
},
{
"name" : "EnableDebugMenu",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Enable the debug utils"
}
],
"type" : "BOOL",
"value" : "OFF"
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding OpenGL"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][c ][v()]"
2022-12-02 23:32:18 -05:00
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenMP",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding OpenMP"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "[TRUE][TRUE][c ][v4.5()]"
2022-12-02 23:32:18 -05:00
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenMP_C",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding OpenMP_C"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "[-fopenmp][/usr/lib/gcc/x86_64-linux-gnu/12/libgomp.so][/usr/lib/x86_64-linux-gnu/libpthread.a][v4.5()]"
2022-12-02 23:32:18 -05:00
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenMP_CXX",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding OpenMP_CXX"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "[-fopenmp][/usr/lib/gcc/x86_64-linux-gnu/12/libgomp.so][/usr/lib/x86_64-linux-gnu/libpthread.a][v4.5()]"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_EGL_INCLUDE_DIR",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a file."
2022-12-02 23:32:18 -05:00
}
],
"type" : "PATH",
"value" : "/usr/include"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_GLX_INCLUDE_DIR",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a file."
2022-12-02 23:32:18 -05:00
}
],
"type" : "PATH",
"value" : "/usr/include"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_INCLUDE_DIR",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a file."
2022-12-02 23:32:18 -05:00
}
],
"type" : "PATH",
"value" : "/usr/include"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_egl_LIBRARY",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a library."
2022-12-02 23:32:18 -05:00
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/x86_64-linux-gnu/libEGL.so"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_glu_LIBRARY",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a library."
2022-12-02 23:32:18 -05:00
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/x86_64-linux-gnu/libGLU.so"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_glx_LIBRARY",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a library."
2022-12-02 23:32:18 -05:00
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/x86_64-linux-gnu/libGLX.so"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_opengl_LIBRARY",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a library."
2022-12-02 23:32:18 -05:00
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/x86_64-linux-gnu/libOpenGL.so"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OPENGL_xmesa_INCLUDE_DIR",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a file."
}
],
"type" : "PATH",
"value" : "OPENGL_xmesa_INCLUDE_DIR-NOTFOUND"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_COMPILE_RESULT_CXX_fopenmp",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Result of TRY_COMPILE"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "TRUE"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_COMPILE_RESULT_C_fopenmp",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Result of TRY_COMPILE"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "TRUE"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_CXX_FLAGS",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "CXX compiler flags for OpenMP parallelization"
2022-12-02 23:32:18 -05:00
}
],
"type" : "STRING",
"value" : "-fopenmp"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_CXX_LIB_NAMES",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "CXX compiler libraries for OpenMP parallelization"
2022-12-02 23:32:18 -05:00
}
],
"type" : "STRING",
"value" : "gomp;pthread"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_CXX_SPEC_DATE",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "CXX compiler's OpenMP specification date"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "201511"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_C_FLAGS",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "C compiler flags for OpenMP parallelization"
2022-12-02 23:32:18 -05:00
}
],
"type" : "STRING",
"value" : "-fopenmp"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_C_LIB_NAMES",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "C compiler libraries for OpenMP parallelization"
2022-12-02 23:32:18 -05:00
}
],
"type" : "STRING",
"value" : "gomp;pthread"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_C_SPEC_DATE",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "C compiler's OpenMP specification date"
2022-12-02 23:32:18 -05:00
}
],
"type" : "INTERNAL",
"value" : "201511"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_SPECTEST_CXX_",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Result of TRY_COMPILE"
}
],
"type" : "INTERNAL",
"value" : "TRUE"
},
{
"name" : "OpenMP_SPECTEST_C_",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Result of TRY_COMPILE"
}
],
"type" : "INTERNAL",
"value" : "TRUE"
},
{
"name" : "OpenMP_gomp_LIBRARY",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to the gomp library for OpenMP"
2022-12-02 23:32:18 -05:00
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/gcc/x86_64-linux-gnu/12/libgomp.so"
2022-12-02 23:32:18 -05:00
},
{
"name" : "OpenMP_pthread_LIBRARY",
2022-12-02 23:32:18 -05:00
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to the pthread library for OpenMP"
2022-12-02 23:32:18 -05:00
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/x86_64-linux-gnu/libpthread.a"
2022-12-02 23:32:18 -05:00
},
{
"name" : "Step_3_BINARY_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release-omp"
2022-12-02 23:32:18 -05:00
},
{
"name" : "Step_3_IS_TOP_LEVEL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "ON"
},
{
"name" : "Step_3_SOURCE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/home/brett/Documents/Brock/CS 3P93/Project/Step 3"
},
{
"name" : "USE_GLFW",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Will try to use GLFW instead of X11. If libglfw3 and libglfw3-dev are not installed it will default to X11"
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "USE_MPI",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Will try to use OpenMPI. Requires OpenMPI on your system."
}
],
"type" : "BOOL",
"value" : "OFF"
2022-12-02 23:32:18 -05:00
},
{
"name" : "USE_OPENMP",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Will try to use OpenMP. Requires OpenMP on your system."
}
],
"type" : "BOOL",
"value" : "ON"
2022-12-10 14:25:09 -05:00
},
{
"name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "linker supports push/pop state"
}
],
"type" : "INTERNAL",
"value" : "TRUE"
},
{
"name" : "glfw3_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "The directory containing a CMake configuration file for glfw3."
}
],
"type" : "PATH",
"value" : "/usr/lib/x86_64-linux-gnu/cmake/glfw3"
2022-12-02 23:32:18 -05:00
}
],
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
}