| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072 |
- # This is the CMakeCache file.
- # For build in directory: /home/ubuntu/eyes/build/realsense2_camera
- # 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.
- # 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
- ########################
- //Generate environment files in the CMAKE_INSTALL_PREFIX
- AMENT_CMAKE_ENVIRONMENT_GENERATION:BOOL=OFF
- //Generate environment files in the package share folder
- AMENT_CMAKE_ENVIRONMENT_PACKAGE_GENERATION:BOOL=ON
- //Generate marker file containing the parent prefix path
- AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION:BOOL=ON
- //Generate coverage information for Python tests
- AMENT_CMAKE_PYTEST_WITH_COVERAGE:BOOL=OFF
- //Replace the CMake install command with a custom implementation
- // using symlinks instead of copying resources
- AMENT_CMAKE_SYMLINK_INSTALL:BOOL=OFF
- //Generate an uninstall target to revert the effects of the install
- // step
- AMENT_CMAKE_UNINSTALL_TARGET:BOOL=ON
- //The path where test results are generated
- AMENT_TEST_RESULTS_DIR:PATH=/home/ubuntu/eyes/build/realsense2_camera/test_results
- //Build the testing tree.
- BUILD_TESTING:BOOL=ON
- //Use OpenMP
- BUILD_WITH_OPENMP:BOOL=OFF
- //Path to a program.
- CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
- //Path to a program.
- CMAKE_AR:FILEPATH=/usr/bin/ar
- //Choose the type of build, options are: None Debug Release RelWithDebInfo
- // MinSizeRel ...
- CMAKE_BUILD_TYPE:STRING=
- //Enable/Disable color output during build.
- CMAKE_COLOR_MAKEFILE:BOOL=ON
- //CXX compiler
- CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
- //A wrapper around 'ar' adding the appropriate '--plugin' option
- // for the GCC compiler
- CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
- //A wrapper around 'ranlib' adding the appropriate '--plugin' option
- // for the GCC compiler
- CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
- //Flags used by the CXX compiler during all build types.
- CMAKE_CXX_FLAGS:STRING=
- //Flags used by the CXX compiler during DEBUG builds.
- CMAKE_CXX_FLAGS_DEBUG:STRING=-g
- //Flags used by the CXX compiler during MINSIZEREL builds.
- CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
- //Flags used by the CXX compiler during RELEASE builds.
- CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
- //Flags used by the CXX compiler during RELWITHDEBINFO builds.
- CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
- //C compiler
- CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
- //A wrapper around 'ar' adding the appropriate '--plugin' option
- // for the GCC compiler
- CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
- //A wrapper around 'ranlib' adding the appropriate '--plugin' option
- // for the GCC compiler
- CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
- //Flags used by the C compiler during all build types.
- CMAKE_C_FLAGS:STRING=
- //Flags used by the C compiler during DEBUG builds.
- CMAKE_C_FLAGS_DEBUG:STRING=-g
- //Flags used by the C compiler during MINSIZEREL builds.
- CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
- //Flags used by the C compiler during RELEASE builds.
- CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
- //Flags used by the C compiler during RELWITHDEBINFO builds.
- CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
- //Path to a program.
- CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
- //Flags used by the linker during all build types.
- CMAKE_EXE_LINKER_FLAGS:STRING=
- //Flags used by the linker during DEBUG builds.
- CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
- //Flags used by the linker during MINSIZEREL builds.
- CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
- //Flags used by the linker during RELEASE builds.
- CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
- //Flags used by the linker during RELWITHDEBINFO builds.
- CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- //Enable/Disable output of compile commands during generation.
- CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
- //Install path prefix, prepended onto install directories.
- CMAKE_INSTALL_PREFIX:PATH=/home/ubuntu/eyes/install/realsense2_camera
- //Path to a program.
- CMAKE_LINKER:FILEPATH=/usr/bin/ld
- //Path to a program.
- CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
- //Flags used by the linker during the creation of modules during
- // all build types.
- CMAKE_MODULE_LINKER_FLAGS:STRING=
- //Flags used by the linker during the creation of modules during
- // DEBUG builds.
- CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
- //Flags used by the linker during the creation of modules during
- // MINSIZEREL builds.
- CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
- //Flags used by the linker during the creation of modules during
- // RELEASE builds.
- CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
- //Flags used by the linker during the creation of modules during
- // RELWITHDEBINFO builds.
- CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- //Path to a program.
- CMAKE_NM:FILEPATH=/usr/bin/nm
- //Path to a program.
- CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
- //Path to a program.
- CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
- //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=realsense2_camera
- //Path to a program.
- CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
- //Path to a program.
- CMAKE_READELF:FILEPATH=/usr/bin/readelf
- //Flags used by the linker during the creation of shared libraries
- // during all build types.
- CMAKE_SHARED_LINKER_FLAGS:STRING=
- //Flags used by the linker during the creation of shared libraries
- // during DEBUG builds.
- CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
- //Flags used by the linker during the creation of shared libraries
- // during MINSIZEREL builds.
- CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
- //Flags used by the linker during the creation of shared libraries
- // during RELEASE builds.
- CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
- //Flags used by the linker during the creation of shared libraries
- // during RELWITHDEBINFO builds.
- CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- //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=NO
- //Flags used by the linker during the creation of static libraries
- // during all build types.
- CMAKE_STATIC_LINKER_FLAGS:STRING=
- //Flags used by the linker during the creation of static libraries
- // during DEBUG builds.
- CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
- //Flags used by the linker during the creation of static libraries
- // during MINSIZEREL builds.
- CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
- //Flags used by the linker during the creation of static libraries
- // during RELEASE builds.
- CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
- //Flags used by the linker during the creation of static libraries
- // during RELWITHDEBINFO builds.
- CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
- //Path to a program.
- CMAKE_STRIP:FILEPATH=/usr/bin/strip
- //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
- //Compile device code in 64 bit mode
- CUDA_64_BIT_DEVICE_CODE:BOOL=ON
- //Attach the build rule to the CUDA source file. Enable only when
- // the CUDA source file is added to at most one target.
- CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON
- //Generate and parse .cubin files in Device mode.
- CUDA_BUILD_CUBIN:BOOL=OFF
- //Build in Emulation mode
- CUDA_BUILD_EMULATION:BOOL=OFF
- //"cudart" library
- CUDA_CUDART_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcudart.so
- //"cuda" library (older versions only).
- CUDA_CUDA_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libcuda.so
- //Directory to put all the output files. If blank it will default
- // to the CMAKE_CURRENT_BINARY_DIR
- CUDA_GENERATED_OUTPUT_DIR:PATH=
- //Generated file extension
- CUDA_HOST_COMPILATION_CPP:BOOL=ON
- //Host side compiler used by NVCC
- CUDA_HOST_COMPILER:FILEPATH=/usr/bin/cc
- //Path to a program.
- CUDA_NVCC_EXECUTABLE:FILEPATH=/usr/local/cuda-12.6/bin/nvcc
- //Semi-colon delimit multiple arguments. during all build types.
- CUDA_NVCC_FLAGS:STRING=
- //Semi-colon delimit multiple arguments. during DEBUG builds.
- CUDA_NVCC_FLAGS_DEBUG:STRING=
- //Semi-colon delimit multiple arguments. during MINSIZEREL builds.
- CUDA_NVCC_FLAGS_MINSIZEREL:STRING=
- //Semi-colon delimit multiple arguments. during RELEASE builds.
- CUDA_NVCC_FLAGS_RELEASE:STRING=
- //Semi-colon delimit multiple arguments. during RELWITHDEBINFO
- // builds.
- CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING=
- //"OpenCL" library
- CUDA_OpenCL_LIBRARY:FILEPATH=CUDA_OpenCL_LIBRARY-NOTFOUND
- //Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile
- CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON
- //Path to a file.
- CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND
- //Compile CUDA objects with separable compilation enabled. Requires
- // CUDA 5.0+
- CUDA_SEPARABLE_COMPILATION:BOOL=OFF
- //Path to a file.
- CUDA_TOOLKIT_INCLUDE:PATH=/usr/local/cuda-12.6/include
- //Toolkit location.
- CUDA_TOOLKIT_ROOT_DIR:PATH=/usr/local/cuda-12.6
- //Use the static version of the CUDA runtime library if available
- CUDA_USE_STATIC_CUDA_RUNTIME:BOOL=ON
- //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.
- CUDA_VERBOSE_BUILD:BOOL=OFF
- //Version of CUDA as computed from nvcc.
- CUDA_VERSION:STRING=12.6
- //"cublas" library
- CUDA_cublas_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcublas.so
- //"cudadevrt" library
- CUDA_cudadevrt_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcudadevrt.a
- //static CUDA runtime library
- CUDA_cudart_static_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcudart_static.a
- //"cufft" library
- CUDA_cufft_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcufft.so
- //"cupti" library
- CUDA_cupti_LIBRARY:FILEPATH=CUDA_cupti_LIBRARY-NOTFOUND
- //"curand" library
- CUDA_curand_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcurand.so
- //"cusolver" library
- CUDA_cusolver_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcusolver.so
- //"cusparse" library
- CUDA_cusparse_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcusparse.so
- //"nppc" library
- CUDA_nppc_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppc.so
- //"nppi" library
- CUDA_nppi_LIBRARY:FILEPATH=CUDA_nppi_LIBRARY-NOTFOUND
- //"nppial" library
- CUDA_nppial_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppial.so
- //"nppicc" library
- CUDA_nppicc_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppicc.so
- //"nppidei" library
- CUDA_nppidei_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppidei.so
- //"nppif" library
- CUDA_nppif_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppif.so
- //"nppig" library
- CUDA_nppig_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppig.so
- //"nppim" library
- CUDA_nppim_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppim.so
- //"nppist" library
- CUDA_nppist_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppist.so
- //"nppisu" library
- CUDA_nppisu_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppisu.so
- //"nppitc" library
- CUDA_nppitc_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppitc.so
- //"npps" library
- CUDA_npps_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnpps.so
- //"nvToolsExt" library
- CUDA_nvToolsExt_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnvToolsExt.so
- //Path to a library.
- CUDA_rt_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/librt.a
- //Path to a library.
- FastCDR_LIBRARY_DEBUG:FILEPATH=FastCDR_LIBRARY_DEBUG-NOTFOUND
- //Path to a library.
- FastCDR_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastcdr.so
- //Path to a file.
- FastRTPS_INCLUDE_DIR:PATH=/opt/ros/humble/include
- //Path to a library.
- FastRTPS_LIBRARY_DEBUG:FILEPATH=FastRTPS_LIBRARY_DEBUG-NOTFOUND
- //Path to a library.
- FastRTPS_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastrtps.so
- //Path to a library.
- OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libcrypto.so
- //Path to a file.
- OPENSSL_INCLUDE_DIR:PATH=/usr/include
- //Path to a library.
- OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libssl.so
- //The directory containing a CMake configuration file for OpenCV.
- OpenCV_DIR:PATH=/usr/lib/aarch64-linux-gnu/cmake/opencv4
- //Arguments to supply to pkg-config
- PKG_CONFIG_ARGN:STRING=
- //pkg-config executable
- PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
- //Path to a program.
- Python3_EXECUTABLE:FILEPATH=/usr/bin/python3
- //Set user wait point in startup (for debug)
- SET_USER_BREAK_AT_STARTUP:BOOL=OFF
- //Name of the computer/site where compile is being run
- SITE:STRING=ubuntu
- //Path to a file.
- TINYXML2_INCLUDE_DIR:PATH=/usr/include
- //Path to a library.
- TINYXML2_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libtinyxml2.so
- //The directory containing a CMake configuration file for TinyXML2.
- TinyXML2_DIR:PATH=TinyXML2_DIR-NOTFOUND
- //Enable lifecycle nodes (ON/OFF)
- USE_LIFECYCLE_NODE:BOOL=OFF
- //Path to a file.
- _gtest_header_file:FILEPATH=/opt/ros/humble/src/gtest_vendor/include/gtest/gtest.h
- //Path to a file.
- _gtest_src_file:FILEPATH=/opt/ros/humble/src/gtest_vendor/src/gtest.cc
- //Path to a library.
- _lib:FILEPATH=/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_fastrtps_cpp.so
- //The directory containing a CMake configuration file for action_msgs.
- action_msgs_DIR:PATH=/opt/ros/humble/share/action_msgs/cmake
- //The directory containing a CMake configuration file for ament_cmake.
- ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake
- //The directory containing a CMake configuration file for ament_cmake_core.
- ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake
- //The directory containing a CMake configuration file for ament_cmake_export_definitions.
- ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake
- //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
- ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake
- //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
- ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake
- //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
- ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake
- //The directory containing a CMake configuration file for ament_cmake_export_libraries.
- ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake
- //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
- ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake
- //The directory containing a CMake configuration file for ament_cmake_export_targets.
- ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake
- //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
- ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake
- //The directory containing a CMake configuration file for ament_cmake_gtest.
- ament_cmake_gtest_DIR:PATH=/opt/ros/humble/share/ament_cmake_gtest/cmake
- //The directory containing a CMake configuration file for ament_cmake_include_directories.
- ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake
- //The directory containing a CMake configuration file for ament_cmake_libraries.
- ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake
- //The directory containing a CMake configuration file for ament_cmake_pytest.
- ament_cmake_pytest_DIR:PATH=/opt/ros/humble/share/ament_cmake_pytest/cmake
- //The directory containing a CMake configuration file for ament_cmake_python.
- ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake
- //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
- ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake
- //The directory containing a CMake configuration file for ament_cmake_test.
- ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake
- //The directory containing a CMake configuration file for ament_cmake_version.
- ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake
- //The directory containing a CMake configuration file for ament_index_cpp.
- ament_index_cpp_DIR:PATH=/opt/ros/humble/share/ament_index_cpp/cmake
- //The directory containing a CMake configuration file for builtin_interfaces.
- builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake
- //The directory containing a CMake configuration file for class_loader.
- class_loader_DIR:PATH=/opt/ros/humble/share/class_loader/cmake
- //The directory containing a CMake configuration file for composition_interfaces.
- composition_interfaces_DIR:PATH=/opt/ros/humble/share/composition_interfaces/cmake
- //The directory containing a CMake configuration file for console_bridge.
- console_bridge_DIR:PATH=/usr/lib/aarch64-linux-gnu/console_bridge/cmake
- //The directory containing a CMake configuration file for cv_bridge.
- cv_bridge_DIR:PATH=/opt/ros/humble/share/cv_bridge/cmake
- //The directory containing a CMake configuration file for diagnostic_msgs.
- diagnostic_msgs_DIR:PATH=/opt/ros/humble/share/diagnostic_msgs/cmake
- //The directory containing a CMake configuration file for diagnostic_updater.
- diagnostic_updater_DIR:PATH=/opt/ros/humble/share/diagnostic_updater/cmake
- //The directory containing a CMake configuration file for fastcdr.
- fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr
- //The directory containing a CMake configuration file for fastrtps.
- fastrtps_DIR:PATH=/opt/ros/humble/share/fastrtps/cmake
- //The directory containing a CMake configuration file for fastrtps_cmake_module.
- fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake
- //The directory containing a CMake configuration file for fmt.
- fmt_DIR:PATH=/usr/lib/aarch64-linux-gnu/cmake/fmt
- //The directory containing a CMake configuration file for foonathan_memory.
- foonathan_memory_DIR:PATH=/opt/ros/humble/lib/foonathan_memory/cmake
- //The directory containing a CMake configuration file for geometry_msgs.
- geometry_msgs_DIR:PATH=/opt/ros/humble/share/geometry_msgs/cmake
- //Value Computed by CMake
- gtest_BINARY_DIR:STATIC=/home/ubuntu/eyes/build/realsense2_camera/gtest
- //Value Computed by CMake
- gtest_IS_TOP_LEVEL:STATIC=OFF
- //Dependencies for the target
- gtest_LIB_DEPENDS:STATIC=general;-pthread;
- //Value Computed by CMake
- gtest_SOURCE_DIR:STATIC=/opt/ros/humble/src/gtest_vendor
- //The directory containing a CMake configuration file for gtest_vendor.
- gtest_vendor_DIR:PATH=/opt/ros/humble/share/gtest_vendor/cmake
- //The directory containing a CMake configuration file for image_transport.
- image_transport_DIR:PATH=/opt/ros/humble/share/image_transport/cmake
- //The directory containing a CMake configuration file for libstatistics_collector.
- libstatistics_collector_DIR:PATH=/opt/ros/humble/share/libstatistics_collector/cmake
- //The directory containing a CMake configuration file for libyaml_vendor.
- libyaml_vendor_DIR:PATH=/opt/ros/humble/share/libyaml_vendor/cmake
- //The directory containing a CMake configuration file for message_filters.
- message_filters_DIR:PATH=/opt/ros/humble/share/message_filters/cmake
- //The directory containing a CMake configuration file for nav_msgs.
- nav_msgs_DIR:PATH=/opt/ros/humble/share/nav_msgs/cmake
- //Path to a library.
- pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/aarch64-linux-gnu/libcrypto.so
- //Path to a library.
- pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/aarch64-linux-gnu/libssl.so
- //The directory containing a CMake configuration file for pluginlib.
- pluginlib_DIR:PATH=/opt/ros/humble/share/pluginlib/cmake
- //The directory containing a CMake configuration file for rcl.
- rcl_DIR:PATH=/opt/ros/humble/share/rcl/cmake
- //The directory containing a CMake configuration file for rcl_action.
- rcl_action_DIR:PATH=/opt/ros/humble/share/rcl_action/cmake
- //The directory containing a CMake configuration file for rcl_interfaces.
- rcl_interfaces_DIR:PATH=/opt/ros/humble/share/rcl_interfaces/cmake
- //The directory containing a CMake configuration file for rcl_logging_interface.
- rcl_logging_interface_DIR:PATH=/opt/ros/humble/share/rcl_logging_interface/cmake
- //The directory containing a CMake configuration file for rcl_logging_spdlog.
- rcl_logging_spdlog_DIR:PATH=/opt/ros/humble/share/rcl_logging_spdlog/cmake
- //The directory containing a CMake configuration file for rcl_yaml_param_parser.
- rcl_yaml_param_parser_DIR:PATH=/opt/ros/humble/share/rcl_yaml_param_parser/cmake
- //The directory containing a CMake configuration file for rclcpp.
- rclcpp_DIR:PATH=/opt/ros/humble/share/rclcpp/cmake
- //The directory containing a CMake configuration file for rclcpp_action.
- rclcpp_action_DIR:PATH=/opt/ros/humble/share/rclcpp_action/cmake
- //The directory containing a CMake configuration file for rclcpp_components.
- rclcpp_components_DIR:PATH=/opt/ros/humble/share/rclcpp_components/cmake
- //The directory containing a CMake configuration file for rclpy.
- rclpy_DIR:PATH=/opt/ros/humble/share/rclpy/cmake
- //The directory containing a CMake configuration file for rcpputils.
- rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake
- //The directory containing a CMake configuration file for rcutils.
- rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake
- //The directory containing a CMake configuration file for realsense2.
- realsense2_DIR:PATH=/usr/local/lib/cmake/realsense2
- //Value Computed by CMake
- realsense2_camera_BINARY_DIR:STATIC=/home/ubuntu/eyes/build/realsense2_camera
- //Value Computed by CMake
- realsense2_camera_IS_TOP_LEVEL:STATIC=ON
- //Dependencies for the target
- realsense2_camera_LIB_DEPENDS:STATIC=general;realsense2::realsense2;general;opencv_calib3d;general;opencv_core;general;opencv_dnn;general;opencv_features2d;general;opencv_flann;general;opencv_gapi;general;opencv_highgui;general;opencv_imgcodecs;general;opencv_imgproc;general;opencv_ml;general;opencv_objdetect;general;opencv_photo;general;opencv_stitching;general;opencv_video;general;opencv_videoio;general;opencv_alphamat;general;opencv_aruco;general;opencv_bgsegm;general;opencv_bioinspired;general;opencv_ccalib;general;opencv_cudaarithm;general;opencv_cudabgsegm;general;opencv_cudacodec;general;opencv_cudafeatures2d;general;opencv_cudafilters;general;opencv_cudaimgproc;general;opencv_cudalegacy;general;opencv_cudaobjdetect;general;opencv_cudaoptflow;general;opencv_cudastereo;general;opencv_cudawarping;general;opencv_cudev;general;opencv_datasets;general;opencv_dnn_objdetect;general;opencv_dnn_superres;general;opencv_dpm;general;opencv_face;general;opencv_freetype;general;opencv_fuzzy;general;opencv_hdf;general;opencv_hfs;general;opencv_img_hash;general;opencv_intensity_transform;general;opencv_line_descriptor;general;opencv_mcc;general;opencv_optflow;general;opencv_phase_unwrapping;general;opencv_plot;general;opencv_quality;general;opencv_rapid;general;opencv_reg;general;opencv_rgbd;general;opencv_saliency;general;opencv_sfm;general;opencv_shape;general;opencv_signal;general;opencv_stereo;general;opencv_structured_light;general;opencv_superres;general;opencv_surface_matching;general;opencv_text;general;opencv_tracking;general;opencv_videostab;general;opencv_viz;general;opencv_wechat_qrcode;general;opencv_xfeatures2d;general;opencv_ximgproc;general;opencv_xobjdetect;general;opencv_xphoto;general;opencv_core;general;cv_bridge::cv_bridge;general;image_transport::image_transport;general;rclcpp::rclcpp;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_generator_c;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_typesupport_fastrtps_c;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_typesupport_introspection_c;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_typesupport_c;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_typesupport_fastrtps_cpp;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_typesupport_introspection_cpp;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_typesupport_cpp;general;realsense2_camera_msgs::realsense2_camera_msgs__rosidl_generator_py;general;std_srvs::std_srvs__rosidl_generator_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_c;general;std_srvs::std_srvs__rosidl_typesupport_introspection_c;general;std_srvs::std_srvs__rosidl_typesupport_c;general;std_srvs::std_srvs__rosidl_typesupport_fastrtps_cpp;general;std_srvs::std_srvs__rosidl_typesupport_introspection_cpp;general;std_srvs::std_srvs__rosidl_typesupport_cpp;general;std_srvs::std_srvs__rosidl_generator_py;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;nav_msgs::nav_msgs__rosidl_generator_c;general;nav_msgs::nav_msgs__rosidl_typesupport_fastrtps_c;general;nav_msgs::nav_msgs__rosidl_typesupport_fastrtps_cpp;general;nav_msgs::nav_msgs__rosidl_typesupport_introspection_c;general;nav_msgs::nav_msgs__rosidl_typesupport_c;general;nav_msgs::nav_msgs__rosidl_typesupport_introspection_cpp;general;nav_msgs::nav_msgs__rosidl_typesupport_cpp;general;nav_msgs::nav_msgs__rosidl_generator_py;general;tf2::tf2;general;tf2_ros::tf2_ros;general;realsense2::realsense2;
- //Value Computed by CMake
- realsense2_camera_SOURCE_DIR:STATIC=/home/ubuntu/eyes/realsense-ros/realsense2_camera
- //The directory containing a CMake configuration file for realsense2_camera_msgs.
- realsense2_camera_msgs_DIR:PATH=/home/ubuntu/eyes/install/realsense2_camera_msgs/share/realsense2_camera_msgs/cmake
- //The directory containing a CMake configuration file for rmw.
- rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake
- //The directory containing a CMake configuration file for rmw_dds_common.
- rmw_dds_common_DIR:PATH=/opt/ros/humble/share/rmw_dds_common/cmake
- //The directory containing a CMake configuration file for rmw_fastrtps_cpp.
- rmw_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_cpp/cmake
- //The directory containing a CMake configuration file for rmw_fastrtps_shared_cpp.
- rmw_fastrtps_shared_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake
- //The directory containing a CMake configuration file for rmw_implementation.
- rmw_implementation_DIR:PATH=/opt/ros/humble/share/rmw_implementation/cmake
- //The directory containing a CMake configuration file for rmw_implementation_cmake.
- rmw_implementation_cmake_DIR:PATH=/opt/ros/humble/share/rmw_implementation_cmake/cmake
- //The directory containing a CMake configuration file for rosgraph_msgs.
- rosgraph_msgs_DIR:PATH=/opt/ros/humble/share/rosgraph_msgs/cmake
- //The directory containing a CMake configuration file for rosidl_adapter.
- rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake
- //The directory containing a CMake configuration file for rosidl_cmake.
- rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake
- //The directory containing a CMake configuration file for rosidl_default_runtime.
- rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake
- //The directory containing a CMake configuration file for rosidl_generator_c.
- rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake
- //The directory containing a CMake configuration file for rosidl_generator_cpp.
- rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake
- //The directory containing a CMake configuration file for rosidl_runtime_c.
- rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake
- //The directory containing a CMake configuration file for rosidl_runtime_cpp.
- rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake
- //The directory containing a CMake configuration file for rosidl_typesupport_c.
- rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake
- //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
- rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake
- //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
- rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake
- //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
- rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake
- //The directory containing a CMake configuration file for rosidl_typesupport_interface.
- rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake
- //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
- rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake
- //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
- rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake
- //The directory containing a CMake configuration file for sensor_msgs.
- sensor_msgs_DIR:PATH=/opt/ros/humble/share/sensor_msgs/cmake
- //The directory containing a CMake configuration file for spdlog.
- spdlog_DIR:PATH=/usr/lib/aarch64-linux-gnu/cmake/spdlog
- //The directory containing a CMake configuration file for spdlog_vendor.
- spdlog_vendor_DIR:PATH=/opt/ros/humble/share/spdlog_vendor/cmake
- //The directory containing a CMake configuration file for statistics_msgs.
- statistics_msgs_DIR:PATH=/opt/ros/humble/share/statistics_msgs/cmake
- //The directory containing a CMake configuration file for std_msgs.
- std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake
- //The directory containing a CMake configuration file for std_srvs.
- std_srvs_DIR:PATH=/opt/ros/humble/share/std_srvs/cmake
- //The directory containing a CMake configuration file for tf2.
- tf2_DIR:PATH=/opt/ros/humble/share/tf2/cmake
- //The directory containing a CMake configuration file for tf2_msgs.
- tf2_msgs_DIR:PATH=/opt/ros/humble/share/tf2_msgs/cmake
- //The directory containing a CMake configuration file for tf2_ros.
- tf2_ros_DIR:PATH=/opt/ros/humble/share/tf2_ros/cmake
- //The directory containing a CMake configuration file for tinyxml2_vendor.
- tinyxml2_vendor_DIR:PATH=/opt/ros/humble/share/tinyxml2_vendor/cmake
- //The directory containing a CMake configuration file for tracetools.
- tracetools_DIR:PATH=/opt/ros/humble/share/tracetools/cmake
- //The directory containing a CMake configuration file for unique_identifier_msgs.
- unique_identifier_msgs_DIR:PATH=/opt/ros/humble/share/unique_identifier_msgs/cmake
- //The directory containing a CMake configuration file for yaml.
- yaml_DIR:PATH=/opt/ros/humble/cmake
- ########################
- # INTERNAL cache entries
- ########################
- //ADVANCED property for variable: CMAKE_ADDR2LINE
- 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/ubuntu/eyes/build/realsense2_camera
- //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=22
- //Patch version of cmake used to create the current loaded cache
- CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
- //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
- CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
- //Path to CMake executable.
- CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
- //Path to cpack program executable.
- CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
- //Path to ctest program executable.
- CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
- //ADVANCED property for variable: CMAKE_CXX_COMPILER
- CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
- CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
- CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_CXX_FLAGS
- CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
- CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
- CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
- CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
- CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_COMPILER
- CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_COMPILER_AR
- CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
- CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_FLAGS
- CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
- CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
- CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
- CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
- CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_DLLTOOL
- CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
- //Path to cache edit program executable.
- CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
- //Executable file format
- CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
- CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
- CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
- CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
- CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
- CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
- CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
- //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=
- //Test CMAKE_HAVE_LIBC_PTHREAD
- CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
- //Have include pthread.h
- CMAKE_HAVE_PTHREAD_H:INTERNAL=1
- //Source directory with the top level CMakeLists.txt file for this
- // project
- CMAKE_HOME_DIRECTORY:INTERNAL=/home/ubuntu/eyes/realsense-ros/realsense2_camera
- //Install .so files without execute permission.
- CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
- //ADVANCED property for variable: CMAKE_LINKER
- CMAKE_LINKER-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
- CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
- CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
- CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
- CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
- CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
- CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_NM
- CMAKE_NM-ADVANCED:INTERNAL=1
- //number of local generators
- CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
- //ADVANCED property for variable: CMAKE_OBJCOPY
- CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_OBJDUMP
- CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
- //Platform information initialized
- CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_RANLIB
- CMAKE_RANLIB-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_READELF
- CMAKE_READELF-ADVANCED:INTERNAL=1
- //Path to CMake installation.
- CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
- CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
- CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
- CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
- CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
- CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- //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
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
- CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
- CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
- CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
- CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
- CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CMAKE_STRIP
- CMAKE_STRIP-ADVANCED:INTERNAL=1
- //uname command
- CMAKE_UNAME:INTERNAL=/usr/bin/uname
- //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
- CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE
- CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE
- CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_BUILD_CUBIN
- CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_BUILD_EMULATION
- CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_CUDART_LIBRARY
- CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_CUDA_LIBRARY
- CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR
- CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP
- CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_NVCC_EXECUTABLE
- CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_NVCC_FLAGS
- CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG
- CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL
- CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE
- CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO
- CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_OpenCL_LIBRARY
- CUDA_OpenCL_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS
- CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1
- //This is the value of the last time CUDA_SDK_ROOT_DIR was set
- // successfully.
- CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND
- //ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION
- CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE
- CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1
- //This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was
- // set successfully.
- CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=/usr/local/cuda-12.6
- //This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was
- // set successfully.
- CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=/usr/local/cuda-12.6
- //ADVANCED property for variable: CUDA_VERBOSE_BUILD
- CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_VERSION
- CUDA_VERSION-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_cublas_LIBRARY
- CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_cudadevrt_LIBRARY
- CUDA_cudadevrt_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_cudart_static_LIBRARY
- CUDA_cudart_static_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_cufft_LIBRARY
- CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_cupti_LIBRARY
- CUDA_cupti_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_curand_LIBRARY
- CUDA_curand_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_cusolver_LIBRARY
- CUDA_cusolver_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_cusparse_LIBRARY
- CUDA_cusparse_LIBRARY-ADVANCED:INTERNAL=1
- //Location of make2cmake.cmake
- CUDA_make2cmake:INTERNAL=/usr/share/cmake-3.22/Modules/FindCUDA/make2cmake.cmake
- //ADVANCED property for variable: CUDA_nppc_LIBRARY
- CUDA_nppc_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppi_LIBRARY
- CUDA_nppi_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppial_LIBRARY
- CUDA_nppial_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppicc_LIBRARY
- CUDA_nppicc_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppidei_LIBRARY
- CUDA_nppidei_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppif_LIBRARY
- CUDA_nppif_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppig_LIBRARY
- CUDA_nppig_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppim_LIBRARY
- CUDA_nppim_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppist_LIBRARY
- CUDA_nppist_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppisu_LIBRARY
- CUDA_nppisu_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nppitc_LIBRARY
- CUDA_nppitc_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_npps_LIBRARY
- CUDA_npps_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: CUDA_nvToolsExt_LIBRARY
- CUDA_nvToolsExt_LIBRARY-ADVANCED:INTERNAL=1
- //Location of parse_cubin.cmake
- CUDA_parse_cubin:INTERNAL=/usr/share/cmake-3.22/Modules/FindCUDA/parse_cubin.cmake
- //Location of run_nvcc.cmake
- CUDA_run_nvcc:INTERNAL=/usr/share/cmake-3.22/Modules/FindCUDA/run_nvcc.cmake
- //Details about finding CUDA
- FIND_PACKAGE_MESSAGE_DETAILS_CUDA:INTERNAL=[/usr/local/cuda-12.6][/usr/local/cuda-12.6/bin/nvcc][/usr/local/cuda-12.6/include][/usr/local/cuda-12.6/lib64/libcudart_static.a][v12.6(12.6)]
- //Details about finding FastRTPS
- FIND_PACKAGE_MESSAGE_DETAILS_FastRTPS:INTERNAL=[/opt/ros/humble/include][/opt/ros/humble/lib/libfastrtps.so;/opt/ros/humble/lib/libfastcdr.so][v()]
- //Details about finding OpenCV
- FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr][cfound components: core ][v4.10.0()]
- //Details about finding OpenSSL
- FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/aarch64-linux-gnu/libcrypto.so][/usr/include][c ][v3.0.2()]
- //Details about finding Python3
- FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()]
- //Details about finding Threads
- FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
- GTEST_FROM_SOURCE_BASE_DIR:INTERNAL=/opt/ros/humble/src/gtest_vendor
- GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
- GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/opt/ros/humble/src/gtest_vendor/include
- GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
- GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/ubuntu/eyes/build/realsense2_camera/gtest
- GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
- //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
- OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: OPENSSL_INCLUDE_DIR
- OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: OPENSSL_SSL_LIBRARY
- OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: PKG_CONFIG_ARGN
- PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
- PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: TINYXML2_INCLUDE_DIR
- TINYXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: TINYXML2_LIBRARY
- TINYXML2_LIBRARY-ADVANCED:INTERNAL=1
- _OPENSSL_CFLAGS:INTERNAL=
- _OPENSSL_CFLAGS_I:INTERNAL=
- _OPENSSL_CFLAGS_OTHER:INTERNAL=
- _OPENSSL_FOUND:INTERNAL=1
- _OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
- _OPENSSL_INCLUDE_DIRS:INTERNAL=
- _OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/aarch64-linux-gnu;-lssl;-lcrypto
- _OPENSSL_LDFLAGS_OTHER:INTERNAL=
- _OPENSSL_LIBDIR:INTERNAL=/usr/lib/aarch64-linux-gnu
- _OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
- _OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/aarch64-linux-gnu
- _OPENSSL_LIBS:INTERNAL=
- _OPENSSL_LIBS_L:INTERNAL=
- _OPENSSL_LIBS_OTHER:INTERNAL=
- _OPENSSL_LIBS_PATHS:INTERNAL=
- _OPENSSL_MODULE_NAME:INTERNAL=openssl
- _OPENSSL_PREFIX:INTERNAL=/usr
- _OPENSSL_STATIC_CFLAGS:INTERNAL=
- _OPENSSL_STATIC_CFLAGS_I:INTERNAL=
- _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
- _OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=
- _OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/aarch64-linux-gnu;-lssl;-lcrypto;-ldl;-pthread
- _OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
- _OPENSSL_STATIC_LIBDIR:INTERNAL=
- _OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl
- _OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/aarch64-linux-gnu
- _OPENSSL_STATIC_LIBS:INTERNAL=
- _OPENSSL_STATIC_LIBS_L:INTERNAL=
- _OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
- _OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
- _OPENSSL_VERSION:INTERNAL=3.0.2
- _OPENSSL_openssl_INCLUDEDIR:INTERNAL=
- _OPENSSL_openssl_LIBDIR:INTERNAL=
- _OPENSSL_openssl_PREFIX:INTERNAL=
- _OPENSSL_openssl_VERSION:INTERNAL=
- _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
- //Python3 Properties
- _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;;cpython-310-aarch64-linux-gnu;/usr/lib/python3.10;/usr/lib/python3.10;/usr/lib/python3/dist-packages;/usr/lib/python3/dist-packages
- _Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8
- __pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
- __pkg_config_checked__OPENSSL:INTERNAL=1
- //ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
- pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
- pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
- prefix_result:INTERNAL=/usr/lib/aarch64-linux-gnu
|