VCarContainer/cmake-build-debug/.cmake/api/v1/reply/cache-v2-ea425ab428e76ff28e...

2148 lines
41 KiB
JSON
Raw Permalink Normal View History

2025-02-14 10:26:43 +00: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" : "Debug"
},
{
"name" : "CMAKE_CACHEFILE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "This is the directory where this CMakeCache.txt was created"
}
],
"type" : "INTERNAL",
"value" : "/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug"
},
{
"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",
"value" : "27"
},
{
"name" : "CMAKE_CACHE_PATCH_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Patch version of cmake used to create the current loaded cache"
}
],
"type" : "INTERNAL",
"value" : "0"
},
{
"name" : "CMAKE_COLOR_DIAGNOSTICS",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Enable colored diagnostics throughout."
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CMAKE_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to CMake executable."
}
],
"type" : "INTERNAL",
"value" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/cmake/linux/aarch64/bin/cmake"
},
{
"name" : "CMAKE_CPACK_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to cpack program executable."
}
],
"type" : "INTERNAL",
"value" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/cmake/linux/aarch64/bin/cpack"
},
{
"name" : "CMAKE_CTEST_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to ctest program executable."
}
],
"type" : "INTERNAL",
"value" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/cmake/linux/aarch64/bin/ctest"
},
{
"name" : "CMAKE_CXX_COMPILER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "CXX compiler"
}
],
"type" : "FILEPATH",
"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-7"
},
{
"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-7"
},
{
"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",
"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-7"
},
{
"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-7"
},
{
"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" : ""
},
{
"name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake."
}
],
"type" : "STATIC",
"value" : "/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/pkgRedirects"
},
{
"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_HAVE_LIBC_PTHREAD",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Test CMAKE_HAVE_LIBC_PTHREAD"
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_HAVE_PTHREADS_CREATE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Have library pthreads"
}
],
"type" : "INTERNAL",
"value" : ""
},
{
"name" : "CMAKE_HAVE_PTHREAD_CREATE",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Have library pthread"
}
],
"type" : "INTERNAL",
"value" : "1"
},
{
"name" : "CMAKE_HOME_DIRECTORY",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Source directory with the top level CMakeLists.txt file for this project"
}
],
"type" : "INTERNAL",
"value" : "/home/storage/zv/Code/CarContainer/VCarContainer_arm"
},
{
"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" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/ninja/linux/aarch64/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" : "VCarContainer"
},
{
"name" : "CMAKE_PROJECT_VERSION",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "1.0"
},
{
"name" : "CMAKE_PROJECT_VERSION_MAJOR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "1"
},
{
"name" : "CMAKE_PROJECT_VERSION_MINOR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "0"
},
{
"name" : "CMAKE_PROJECT_VERSION_PATCH",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : ""
},
{
"name" : "CMAKE_PROJECT_VERSION_TWEAK",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : ""
},
{
"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",
"value" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/cmake/linux/aarch64/share/cmake-3.27"
},
{
"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_TAPI",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "CMAKE_TAPI-NOTFOUND"
},
{
"name" : "CMAKE_UNAME",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "uname command"
}
],
"type" : "INTERNAL",
"value" : "/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" : "CUDA_64_BIT_DEVICE_CODE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Compile device code in 64 bit mode"
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CUDA_ADDITIONAL_CLEAN_FILES",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "List of intermediate files that are part of the cuda dependency scanning."
}
],
"type" : "INTERNAL",
"value" : "/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_inference.cu.o.depend;/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_preprocess.cu.o.depend;/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_retinanet_classify_inference.cu.o.depend;/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_yololayer.cu.o.depend;/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_yolov5_classify_inference.cu.o.depend;/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_yolov5_clearity_inference.cu.o.depend;/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_yolov5_inference.cu.o.depend;/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug/CMakeFiles/VCarContainer.dir/tools/yolov5/src/VCarContainer_generated_yolov8_inference.cu.o.depend"
},
{
"name" : "CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Attach the build rule to the CUDA source file. Enable only when the CUDA source file is added to at most one target."
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CUDA_BUILD_CUBIN",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Generate and parse .cubin files in Device mode."
}
],
"type" : "BOOL",
"value" : "OFF"
},
{
"name" : "CUDA_BUILD_EMULATION",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Build in Emulation mode"
}
],
"type" : "BOOL",
"value" : "OFF"
},
{
"name" : "CUDA_CUDART_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cudart\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcudart.so"
},
{
"name" : "CUDA_CUDA_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cuda\" library (older versions only)."
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/aarch64-linux-gnu/libcuda.so"
},
{
"name" : "CUDA_GENERATED_OUTPUT_DIR",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Directory to put all the output files. If blank it will default to the CMAKE_CURRENT_BINARY_DIR"
}
],
"type" : "PATH",
"value" : ""
},
{
"name" : "CUDA_HOST_COMPILATION_CPP",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Generated file extension"
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CUDA_HOST_COMPILER",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Host side compiler used by NVCC"
}
],
"type" : "FILEPATH",
"value" : "/usr/bin/cc"
},
{
"name" : "CUDA_NVCC_EXECUTABLE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a program."
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/bin/nvcc"
},
{
"name" : "CUDA_NVCC_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Semi-colon delimit multiple arguments. during all build types."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CUDA_NVCC_FLAGS_DEBUG",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Semi-colon delimit multiple arguments. during DEBUG builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CUDA_NVCC_FLAGS_MINSIZEREL",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Semi-colon delimit multiple arguments. during MINSIZEREL builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CUDA_NVCC_FLAGS_RELEASE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Semi-colon delimit multiple arguments. during RELEASE builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CUDA_NVCC_FLAGS_RELWITHDEBINFO",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Semi-colon delimit multiple arguments. during RELWITHDEBINFO builds."
}
],
"type" : "STRING",
"value" : ""
},
{
"name" : "CUDA_OpenCL_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"OpenCL\" library"
}
],
"type" : "FILEPATH",
"value" : "CUDA_OpenCL_LIBRARY-NOTFOUND"
},
{
"name" : "CUDA_PROPAGATE_HOST_FLAGS",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile"
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CUDA_SDK_ROOT_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to a file."
}
],
"type" : "PATH",
"value" : "CUDA_SDK_ROOT_DIR-NOTFOUND"
},
{
"name" : "CUDA_SDK_ROOT_DIR_INTERNAL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "This is the value of the last time CUDA_SDK_ROOT_DIR was set successfully."
}
],
"type" : "INTERNAL",
"value" : "CUDA_SDK_ROOT_DIR-NOTFOUND"
},
{
"name" : "CUDA_SEPARABLE_COMPILATION",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Compile CUDA objects with separable compilation enabled. Requires CUDA 5.0+"
}
],
"type" : "BOOL",
"value" : "OFF"
},
{
"name" : "CUDA_TOOLKIT_INCLUDE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a file."
}
],
"type" : "PATH",
"value" : "/usr/local/cuda/include"
},
{
"name" : "CUDA_TOOLKIT_ROOT_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Toolkit location."
}
],
"type" : "PATH",
"value" : "/usr/local/cuda"
},
{
"name" : "CUDA_TOOLKIT_ROOT_DIR_INTERNAL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was set successfully."
}
],
"type" : "INTERNAL",
"value" : "/usr/local/cuda"
},
{
"name" : "CUDA_TOOLKIT_TARGET_DIR_INTERNAL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was set successfully."
}
],
"type" : "INTERNAL",
"value" : "/usr/local/cuda"
},
{
"name" : "CUDA_USE_STATIC_CUDA_RUNTIME",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Use the static version of the CUDA runtime library if available"
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CUDA_VERBOSE_BUILD",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Print out the commands run while compiling the CUDA source file. With the Makefile generator this defaults to VERBOSE variable specified on the command line, but can be forced on with this option."
}
],
"type" : "BOOL",
"value" : "OFF"
},
{
"name" : "CUDA_VERSION",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Version of CUDA as computed from nvcc."
}
],
"type" : "STRING",
"value" : "10.2"
},
{
"name" : "CUDA_cublas_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cublas\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcublas.so"
},
{
"name" : "CUDA_cudadevrt_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cudadevrt\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcudadevrt.a"
},
{
"name" : "CUDA_cudart_static_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "static CUDA runtime library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcudart_static.a"
},
{
"name" : "CUDA_cufft_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cufft\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcufft.so"
},
{
"name" : "CUDA_cupti_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cupti\" library"
}
],
"type" : "FILEPATH",
"value" : "CUDA_cupti_LIBRARY-NOTFOUND"
},
{
"name" : "CUDA_curand_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"curand\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcurand.so"
},
{
"name" : "CUDA_cusolver_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cusolver\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcusolver.so"
},
{
"name" : "CUDA_cusparse_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"cusparse\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libcusparse.so"
},
{
"name" : "CUDA_make2cmake",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Location of make2cmake.cmake"
}
],
"type" : "INTERNAL",
"value" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/cmake/linux/aarch64/share/cmake-3.27/Modules/FindCUDA/make2cmake.cmake"
},
{
"name" : "CUDA_nppc_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppc\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppc.so"
},
{
"name" : "CUDA_nppial_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppial\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppial.so"
},
{
"name" : "CUDA_nppicc_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppicc\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppicc.so"
},
{
"name" : "CUDA_nppicom_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppicom\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppicom.so"
},
{
"name" : "CUDA_nppidei_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppidei\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppidei.so"
},
{
"name" : "CUDA_nppif_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppif\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppif.so"
},
{
"name" : "CUDA_nppig_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppig\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppig.so"
},
{
"name" : "CUDA_nppim_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppim\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppim.so"
},
{
"name" : "CUDA_nppist_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppist\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppist.so"
},
{
"name" : "CUDA_nppisu_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppisu\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppisu.so"
},
{
"name" : "CUDA_nppitc_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nppitc\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnppitc.so"
},
{
"name" : "CUDA_npps_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"npps\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnpps.so"
},
{
"name" : "CUDA_nvToolsExt_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "\"nvToolsExt\" library"
}
],
"type" : "FILEPATH",
"value" : "/usr/local/cuda/lib64/libnvToolsExt.so"
},
{
"name" : "CUDA_parse_cubin",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Location of parse_cubin.cmake"
}
],
"type" : "INTERNAL",
"value" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/cmake/linux/aarch64/share/cmake-3.27/Modules/FindCUDA/parse_cubin.cmake"
},
{
"name" : "CUDA_rt_LIBRARY",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to a library."
}
],
"type" : "FILEPATH",
"value" : "/usr/lib/aarch64-linux-gnu/librt.so"
},
{
"name" : "CUDA_run_nvcc",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Location of run_nvcc.cmake"
}
],
"type" : "INTERNAL",
"value" : "/home/nvidia/.cache/JetBrains/RemoteDev/dist/183fdf9ddf63d_CLion-233.11799.171-aarch64/bin/cmake/linux/aarch64/share/cmake-3.27/Modules/FindCUDA/run_nvcc.cmake"
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_CUDA",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding CUDA"
}
],
"type" : "INTERNAL",
"value" : "[/usr/local/cuda][/usr/local/cuda/bin/nvcc][/usr/local/cuda/include][/usr/local/cuda/lib64/libcudart_static.a][v10.2()]"
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenCV",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding OpenCV"
}
],
"type" : "INTERNAL",
"value" : "[/usr/local][v4.5.5()]"
},
{
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Details about finding Threads"
}
],
"type" : "INTERNAL",
"value" : "[TRUE][v()]"
},
{
"name" : "OpenCV_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "The directory containing a CMake configuration file for OpenCV."
}
],
"type" : "PATH",
"value" : "/usr/local/lib/cmake/opencv4"
},
{
"name" : "VCarContainer_BINARY_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/home/storage/zv/Code/CarContainer/VCarContainer_arm/cmake-build-debug"
},
{
"name" : "VCarContainer_IS_TOP_LEVEL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "ON"
},
{
"name" : "VCarContainer_SOURCE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/home/storage/zv/Code/CarContainer/VCarContainer_arm"
},
{
"name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "linker supports push/pop state"
}
],
"type" : "INTERNAL",
"value" : "TRUE"
}
],
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
}