CMakeCache.txt 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/ubuntu/eyes/build/realsense2_camera
  3. # It was generated by CMake: /usr/bin/cmake
  4. # You can edit this file to change values found and used by cmake.
  5. # If you do not want to change any of the values, simply exit the editor.
  6. # If you do want to change a value, simply edit, save, and exit the editor.
  7. # The syntax for the file is as follows:
  8. # KEY:TYPE=VALUE
  9. # KEY is the name of a variable in the cache.
  10. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
  11. # VALUE is the current value for the KEY.
  12. ########################
  13. # EXTERNAL cache entries
  14. ########################
  15. //Generate environment files in the CMAKE_INSTALL_PREFIX
  16. AMENT_CMAKE_ENVIRONMENT_GENERATION:BOOL=OFF
  17. //Generate environment files in the package share folder
  18. AMENT_CMAKE_ENVIRONMENT_PACKAGE_GENERATION:BOOL=ON
  19. //Generate marker file containing the parent prefix path
  20. AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION:BOOL=ON
  21. //Generate coverage information for Python tests
  22. AMENT_CMAKE_PYTEST_WITH_COVERAGE:BOOL=OFF
  23. //Replace the CMake install command with a custom implementation
  24. // using symlinks instead of copying resources
  25. AMENT_CMAKE_SYMLINK_INSTALL:BOOL=OFF
  26. //Generate an uninstall target to revert the effects of the install
  27. // step
  28. AMENT_CMAKE_UNINSTALL_TARGET:BOOL=ON
  29. //The path where test results are generated
  30. AMENT_TEST_RESULTS_DIR:PATH=/home/ubuntu/eyes/build/realsense2_camera/test_results
  31. //Build the testing tree.
  32. BUILD_TESTING:BOOL=ON
  33. //Use OpenMP
  34. BUILD_WITH_OPENMP:BOOL=OFF
  35. //Path to a program.
  36. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  37. //Path to a program.
  38. CMAKE_AR:FILEPATH=/usr/bin/ar
  39. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  40. // MinSizeRel ...
  41. CMAKE_BUILD_TYPE:STRING=
  42. //Enable/Disable color output during build.
  43. CMAKE_COLOR_MAKEFILE:BOOL=ON
  44. //CXX compiler
  45. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  46. //A wrapper around 'ar' adding the appropriate '--plugin' option
  47. // for the GCC compiler
  48. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
  49. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  50. // for the GCC compiler
  51. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
  52. //Flags used by the CXX compiler during all build types.
  53. CMAKE_CXX_FLAGS:STRING=
  54. //Flags used by the CXX compiler during DEBUG builds.
  55. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  56. //Flags used by the CXX compiler during MINSIZEREL builds.
  57. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  58. //Flags used by the CXX compiler during RELEASE builds.
  59. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  60. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  61. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  62. //C compiler
  63. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  64. //A wrapper around 'ar' adding the appropriate '--plugin' option
  65. // for the GCC compiler
  66. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
  67. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  68. // for the GCC compiler
  69. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
  70. //Flags used by the C compiler during all build types.
  71. CMAKE_C_FLAGS:STRING=
  72. //Flags used by the C compiler during DEBUG builds.
  73. CMAKE_C_FLAGS_DEBUG:STRING=-g
  74. //Flags used by the C compiler during MINSIZEREL builds.
  75. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  76. //Flags used by the C compiler during RELEASE builds.
  77. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  78. //Flags used by the C compiler during RELWITHDEBINFO builds.
  79. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  80. //Path to a program.
  81. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  82. //Flags used by the linker during all build types.
  83. CMAKE_EXE_LINKER_FLAGS:STRING=
  84. //Flags used by the linker during DEBUG builds.
  85. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  86. //Flags used by the linker during MINSIZEREL builds.
  87. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  88. //Flags used by the linker during RELEASE builds.
  89. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  90. //Flags used by the linker during RELWITHDEBINFO builds.
  91. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  92. //Enable/Disable output of compile commands during generation.
  93. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  94. //Install path prefix, prepended onto install directories.
  95. CMAKE_INSTALL_PREFIX:PATH=/home/ubuntu/eyes/install/realsense2_camera
  96. //Path to a program.
  97. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  98. //Path to a program.
  99. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
  100. //Flags used by the linker during the creation of modules during
  101. // all build types.
  102. CMAKE_MODULE_LINKER_FLAGS:STRING=
  103. //Flags used by the linker during the creation of modules during
  104. // DEBUG builds.
  105. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  106. //Flags used by the linker during the creation of modules during
  107. // MINSIZEREL builds.
  108. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  109. //Flags used by the linker during the creation of modules during
  110. // RELEASE builds.
  111. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  112. //Flags used by the linker during the creation of modules during
  113. // RELWITHDEBINFO builds.
  114. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  115. //Path to a program.
  116. CMAKE_NM:FILEPATH=/usr/bin/nm
  117. //Path to a program.
  118. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  119. //Path to a program.
  120. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  121. //Value Computed by CMake
  122. CMAKE_PROJECT_DESCRIPTION:STATIC=
  123. //Value Computed by CMake
  124. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  125. //Value Computed by CMake
  126. CMAKE_PROJECT_NAME:STATIC=realsense2_camera
  127. //Path to a program.
  128. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  129. //Path to a program.
  130. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  131. //Flags used by the linker during the creation of shared libraries
  132. // during all build types.
  133. CMAKE_SHARED_LINKER_FLAGS:STRING=
  134. //Flags used by the linker during the creation of shared libraries
  135. // during DEBUG builds.
  136. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  137. //Flags used by the linker during the creation of shared libraries
  138. // during MINSIZEREL builds.
  139. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  140. //Flags used by the linker during the creation of shared libraries
  141. // during RELEASE builds.
  142. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  143. //Flags used by the linker during the creation of shared libraries
  144. // during RELWITHDEBINFO builds.
  145. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  146. //If set, runtime paths are not added when installing shared libraries,
  147. // but are added when building.
  148. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  149. //If set, runtime paths are not added when using shared libraries.
  150. CMAKE_SKIP_RPATH:BOOL=NO
  151. //Flags used by the linker during the creation of static libraries
  152. // during all build types.
  153. CMAKE_STATIC_LINKER_FLAGS:STRING=
  154. //Flags used by the linker during the creation of static libraries
  155. // during DEBUG builds.
  156. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  157. //Flags used by the linker during the creation of static libraries
  158. // during MINSIZEREL builds.
  159. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  160. //Flags used by the linker during the creation of static libraries
  161. // during RELEASE builds.
  162. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  163. //Flags used by the linker during the creation of static libraries
  164. // during RELWITHDEBINFO builds.
  165. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  166. //Path to a program.
  167. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  168. //If this value is on, makefiles will be generated without the
  169. // .SILENT directive, and all commands will be echoed to the console
  170. // during the make. This is useful for debugging only. With Visual
  171. // Studio IDE projects all commands are done without /nologo.
  172. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  173. //Compile device code in 64 bit mode
  174. CUDA_64_BIT_DEVICE_CODE:BOOL=ON
  175. //Attach the build rule to the CUDA source file. Enable only when
  176. // the CUDA source file is added to at most one target.
  177. CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON
  178. //Generate and parse .cubin files in Device mode.
  179. CUDA_BUILD_CUBIN:BOOL=OFF
  180. //Build in Emulation mode
  181. CUDA_BUILD_EMULATION:BOOL=OFF
  182. //"cudart" library
  183. CUDA_CUDART_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcudart.so
  184. //"cuda" library (older versions only).
  185. CUDA_CUDA_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libcuda.so
  186. //Directory to put all the output files. If blank it will default
  187. // to the CMAKE_CURRENT_BINARY_DIR
  188. CUDA_GENERATED_OUTPUT_DIR:PATH=
  189. //Generated file extension
  190. CUDA_HOST_COMPILATION_CPP:BOOL=ON
  191. //Host side compiler used by NVCC
  192. CUDA_HOST_COMPILER:FILEPATH=/usr/bin/cc
  193. //Path to a program.
  194. CUDA_NVCC_EXECUTABLE:FILEPATH=/usr/local/cuda-12.6/bin/nvcc
  195. //Semi-colon delimit multiple arguments. during all build types.
  196. CUDA_NVCC_FLAGS:STRING=
  197. //Semi-colon delimit multiple arguments. during DEBUG builds.
  198. CUDA_NVCC_FLAGS_DEBUG:STRING=
  199. //Semi-colon delimit multiple arguments. during MINSIZEREL builds.
  200. CUDA_NVCC_FLAGS_MINSIZEREL:STRING=
  201. //Semi-colon delimit multiple arguments. during RELEASE builds.
  202. CUDA_NVCC_FLAGS_RELEASE:STRING=
  203. //Semi-colon delimit multiple arguments. during RELWITHDEBINFO
  204. // builds.
  205. CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING=
  206. //"OpenCL" library
  207. CUDA_OpenCL_LIBRARY:FILEPATH=CUDA_OpenCL_LIBRARY-NOTFOUND
  208. //Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile
  209. CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON
  210. //Path to a file.
  211. CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND
  212. //Compile CUDA objects with separable compilation enabled. Requires
  213. // CUDA 5.0+
  214. CUDA_SEPARABLE_COMPILATION:BOOL=OFF
  215. //Path to a file.
  216. CUDA_TOOLKIT_INCLUDE:PATH=/usr/local/cuda-12.6/include
  217. //Toolkit location.
  218. CUDA_TOOLKIT_ROOT_DIR:PATH=/usr/local/cuda-12.6
  219. //Use the static version of the CUDA runtime library if available
  220. CUDA_USE_STATIC_CUDA_RUNTIME:BOOL=ON
  221. //Print out the commands run while compiling the CUDA source file.
  222. // With the Makefile generator this defaults to VERBOSE variable
  223. // specified on the command line, but can be forced on with this
  224. // option.
  225. CUDA_VERBOSE_BUILD:BOOL=OFF
  226. //Version of CUDA as computed from nvcc.
  227. CUDA_VERSION:STRING=12.6
  228. //"cublas" library
  229. CUDA_cublas_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcublas.so
  230. //"cudadevrt" library
  231. CUDA_cudadevrt_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcudadevrt.a
  232. //static CUDA runtime library
  233. CUDA_cudart_static_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcudart_static.a
  234. //"cufft" library
  235. CUDA_cufft_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcufft.so
  236. //"cupti" library
  237. CUDA_cupti_LIBRARY:FILEPATH=CUDA_cupti_LIBRARY-NOTFOUND
  238. //"curand" library
  239. CUDA_curand_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcurand.so
  240. //"cusolver" library
  241. CUDA_cusolver_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcusolver.so
  242. //"cusparse" library
  243. CUDA_cusparse_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libcusparse.so
  244. //"nppc" library
  245. CUDA_nppc_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppc.so
  246. //"nppi" library
  247. CUDA_nppi_LIBRARY:FILEPATH=CUDA_nppi_LIBRARY-NOTFOUND
  248. //"nppial" library
  249. CUDA_nppial_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppial.so
  250. //"nppicc" library
  251. CUDA_nppicc_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppicc.so
  252. //"nppidei" library
  253. CUDA_nppidei_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppidei.so
  254. //"nppif" library
  255. CUDA_nppif_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppif.so
  256. //"nppig" library
  257. CUDA_nppig_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppig.so
  258. //"nppim" library
  259. CUDA_nppim_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppim.so
  260. //"nppist" library
  261. CUDA_nppist_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppist.so
  262. //"nppisu" library
  263. CUDA_nppisu_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppisu.so
  264. //"nppitc" library
  265. CUDA_nppitc_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnppitc.so
  266. //"npps" library
  267. CUDA_npps_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnpps.so
  268. //"nvToolsExt" library
  269. CUDA_nvToolsExt_LIBRARY:FILEPATH=/usr/local/cuda-12.6/lib64/libnvToolsExt.so
  270. //Path to a library.
  271. CUDA_rt_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/librt.a
  272. //Path to a library.
  273. FastCDR_LIBRARY_DEBUG:FILEPATH=FastCDR_LIBRARY_DEBUG-NOTFOUND
  274. //Path to a library.
  275. FastCDR_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastcdr.so
  276. //Path to a file.
  277. FastRTPS_INCLUDE_DIR:PATH=/opt/ros/humble/include
  278. //Path to a library.
  279. FastRTPS_LIBRARY_DEBUG:FILEPATH=FastRTPS_LIBRARY_DEBUG-NOTFOUND
  280. //Path to a library.
  281. FastRTPS_LIBRARY_RELEASE:FILEPATH=/opt/ros/humble/lib/libfastrtps.so
  282. //Path to a library.
  283. OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libcrypto.so
  284. //Path to a file.
  285. OPENSSL_INCLUDE_DIR:PATH=/usr/include
  286. //Path to a library.
  287. OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libssl.so
  288. //The directory containing a CMake configuration file for OpenCV.
  289. OpenCV_DIR:PATH=/usr/lib/aarch64-linux-gnu/cmake/opencv4
  290. //Arguments to supply to pkg-config
  291. PKG_CONFIG_ARGN:STRING=
  292. //pkg-config executable
  293. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  294. //Path to a program.
  295. Python3_EXECUTABLE:FILEPATH=/usr/bin/python3
  296. //Set user wait point in startup (for debug)
  297. SET_USER_BREAK_AT_STARTUP:BOOL=OFF
  298. //Name of the computer/site where compile is being run
  299. SITE:STRING=ubuntu
  300. //Path to a file.
  301. TINYXML2_INCLUDE_DIR:PATH=/usr/include
  302. //Path to a library.
  303. TINYXML2_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libtinyxml2.so
  304. //The directory containing a CMake configuration file for TinyXML2.
  305. TinyXML2_DIR:PATH=TinyXML2_DIR-NOTFOUND
  306. //Enable lifecycle nodes (ON/OFF)
  307. USE_LIFECYCLE_NODE:BOOL=OFF
  308. //Path to a file.
  309. _gtest_header_file:FILEPATH=/opt/ros/humble/src/gtest_vendor/include/gtest/gtest.h
  310. //Path to a file.
  311. _gtest_src_file:FILEPATH=/opt/ros/humble/src/gtest_vendor/src/gtest.cc
  312. //Path to a library.
  313. _lib:FILEPATH=/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_fastrtps_cpp.so
  314. //The directory containing a CMake configuration file for action_msgs.
  315. action_msgs_DIR:PATH=/opt/ros/humble/share/action_msgs/cmake
  316. //The directory containing a CMake configuration file for ament_cmake.
  317. ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake
  318. //The directory containing a CMake configuration file for ament_cmake_core.
  319. ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake
  320. //The directory containing a CMake configuration file for ament_cmake_export_definitions.
  321. ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake
  322. //The directory containing a CMake configuration file for ament_cmake_export_dependencies.
  323. ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake
  324. //The directory containing a CMake configuration file for ament_cmake_export_include_directories.
  325. ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake
  326. //The directory containing a CMake configuration file for ament_cmake_export_interfaces.
  327. ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake
  328. //The directory containing a CMake configuration file for ament_cmake_export_libraries.
  329. ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake
  330. //The directory containing a CMake configuration file for ament_cmake_export_link_flags.
  331. ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake
  332. //The directory containing a CMake configuration file for ament_cmake_export_targets.
  333. ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake
  334. //The directory containing a CMake configuration file for ament_cmake_gen_version_h.
  335. ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake
  336. //The directory containing a CMake configuration file for ament_cmake_gtest.
  337. ament_cmake_gtest_DIR:PATH=/opt/ros/humble/share/ament_cmake_gtest/cmake
  338. //The directory containing a CMake configuration file for ament_cmake_include_directories.
  339. ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake
  340. //The directory containing a CMake configuration file for ament_cmake_libraries.
  341. ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake
  342. //The directory containing a CMake configuration file for ament_cmake_pytest.
  343. ament_cmake_pytest_DIR:PATH=/opt/ros/humble/share/ament_cmake_pytest/cmake
  344. //The directory containing a CMake configuration file for ament_cmake_python.
  345. ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake
  346. //The directory containing a CMake configuration file for ament_cmake_target_dependencies.
  347. ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake
  348. //The directory containing a CMake configuration file for ament_cmake_test.
  349. ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake
  350. //The directory containing a CMake configuration file for ament_cmake_version.
  351. ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake
  352. //The directory containing a CMake configuration file for ament_index_cpp.
  353. ament_index_cpp_DIR:PATH=/opt/ros/humble/share/ament_index_cpp/cmake
  354. //The directory containing a CMake configuration file for builtin_interfaces.
  355. builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake
  356. //The directory containing a CMake configuration file for class_loader.
  357. class_loader_DIR:PATH=/opt/ros/humble/share/class_loader/cmake
  358. //The directory containing a CMake configuration file for composition_interfaces.
  359. composition_interfaces_DIR:PATH=/opt/ros/humble/share/composition_interfaces/cmake
  360. //The directory containing a CMake configuration file for console_bridge.
  361. console_bridge_DIR:PATH=/usr/lib/aarch64-linux-gnu/console_bridge/cmake
  362. //The directory containing a CMake configuration file for cv_bridge.
  363. cv_bridge_DIR:PATH=/opt/ros/humble/share/cv_bridge/cmake
  364. //The directory containing a CMake configuration file for diagnostic_msgs.
  365. diagnostic_msgs_DIR:PATH=/opt/ros/humble/share/diagnostic_msgs/cmake
  366. //The directory containing a CMake configuration file for diagnostic_updater.
  367. diagnostic_updater_DIR:PATH=/opt/ros/humble/share/diagnostic_updater/cmake
  368. //The directory containing a CMake configuration file for fastcdr.
  369. fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr
  370. //The directory containing a CMake configuration file for fastrtps.
  371. fastrtps_DIR:PATH=/opt/ros/humble/share/fastrtps/cmake
  372. //The directory containing a CMake configuration file for fastrtps_cmake_module.
  373. fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake
  374. //The directory containing a CMake configuration file for fmt.
  375. fmt_DIR:PATH=/usr/lib/aarch64-linux-gnu/cmake/fmt
  376. //The directory containing a CMake configuration file for foonathan_memory.
  377. foonathan_memory_DIR:PATH=/opt/ros/humble/lib/foonathan_memory/cmake
  378. //The directory containing a CMake configuration file for geometry_msgs.
  379. geometry_msgs_DIR:PATH=/opt/ros/humble/share/geometry_msgs/cmake
  380. //Value Computed by CMake
  381. gtest_BINARY_DIR:STATIC=/home/ubuntu/eyes/build/realsense2_camera/gtest
  382. //Value Computed by CMake
  383. gtest_IS_TOP_LEVEL:STATIC=OFF
  384. //Dependencies for the target
  385. gtest_LIB_DEPENDS:STATIC=general;-pthread;
  386. //Value Computed by CMake
  387. gtest_SOURCE_DIR:STATIC=/opt/ros/humble/src/gtest_vendor
  388. //The directory containing a CMake configuration file for gtest_vendor.
  389. gtest_vendor_DIR:PATH=/opt/ros/humble/share/gtest_vendor/cmake
  390. //The directory containing a CMake configuration file for image_transport.
  391. image_transport_DIR:PATH=/opt/ros/humble/share/image_transport/cmake
  392. //The directory containing a CMake configuration file for libstatistics_collector.
  393. libstatistics_collector_DIR:PATH=/opt/ros/humble/share/libstatistics_collector/cmake
  394. //The directory containing a CMake configuration file for libyaml_vendor.
  395. libyaml_vendor_DIR:PATH=/opt/ros/humble/share/libyaml_vendor/cmake
  396. //The directory containing a CMake configuration file for message_filters.
  397. message_filters_DIR:PATH=/opt/ros/humble/share/message_filters/cmake
  398. //The directory containing a CMake configuration file for nav_msgs.
  399. nav_msgs_DIR:PATH=/opt/ros/humble/share/nav_msgs/cmake
  400. //Path to a library.
  401. pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/aarch64-linux-gnu/libcrypto.so
  402. //Path to a library.
  403. pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/aarch64-linux-gnu/libssl.so
  404. //The directory containing a CMake configuration file for pluginlib.
  405. pluginlib_DIR:PATH=/opt/ros/humble/share/pluginlib/cmake
  406. //The directory containing a CMake configuration file for rcl.
  407. rcl_DIR:PATH=/opt/ros/humble/share/rcl/cmake
  408. //The directory containing a CMake configuration file for rcl_action.
  409. rcl_action_DIR:PATH=/opt/ros/humble/share/rcl_action/cmake
  410. //The directory containing a CMake configuration file for rcl_interfaces.
  411. rcl_interfaces_DIR:PATH=/opt/ros/humble/share/rcl_interfaces/cmake
  412. //The directory containing a CMake configuration file for rcl_logging_interface.
  413. rcl_logging_interface_DIR:PATH=/opt/ros/humble/share/rcl_logging_interface/cmake
  414. //The directory containing a CMake configuration file for rcl_logging_spdlog.
  415. rcl_logging_spdlog_DIR:PATH=/opt/ros/humble/share/rcl_logging_spdlog/cmake
  416. //The directory containing a CMake configuration file for rcl_yaml_param_parser.
  417. rcl_yaml_param_parser_DIR:PATH=/opt/ros/humble/share/rcl_yaml_param_parser/cmake
  418. //The directory containing a CMake configuration file for rclcpp.
  419. rclcpp_DIR:PATH=/opt/ros/humble/share/rclcpp/cmake
  420. //The directory containing a CMake configuration file for rclcpp_action.
  421. rclcpp_action_DIR:PATH=/opt/ros/humble/share/rclcpp_action/cmake
  422. //The directory containing a CMake configuration file for rclcpp_components.
  423. rclcpp_components_DIR:PATH=/opt/ros/humble/share/rclcpp_components/cmake
  424. //The directory containing a CMake configuration file for rclpy.
  425. rclpy_DIR:PATH=/opt/ros/humble/share/rclpy/cmake
  426. //The directory containing a CMake configuration file for rcpputils.
  427. rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake
  428. //The directory containing a CMake configuration file for rcutils.
  429. rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake
  430. //The directory containing a CMake configuration file for realsense2.
  431. realsense2_DIR:PATH=/usr/local/lib/cmake/realsense2
  432. //Value Computed by CMake
  433. realsense2_camera_BINARY_DIR:STATIC=/home/ubuntu/eyes/build/realsense2_camera
  434. //Value Computed by CMake
  435. realsense2_camera_IS_TOP_LEVEL:STATIC=ON
  436. //Dependencies for the target
  437. 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;
  438. //Value Computed by CMake
  439. realsense2_camera_SOURCE_DIR:STATIC=/home/ubuntu/eyes/realsense-ros/realsense2_camera
  440. //The directory containing a CMake configuration file for realsense2_camera_msgs.
  441. realsense2_camera_msgs_DIR:PATH=/home/ubuntu/eyes/install/realsense2_camera_msgs/share/realsense2_camera_msgs/cmake
  442. //The directory containing a CMake configuration file for rmw.
  443. rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake
  444. //The directory containing a CMake configuration file for rmw_dds_common.
  445. rmw_dds_common_DIR:PATH=/opt/ros/humble/share/rmw_dds_common/cmake
  446. //The directory containing a CMake configuration file for rmw_fastrtps_cpp.
  447. rmw_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_cpp/cmake
  448. //The directory containing a CMake configuration file for rmw_fastrtps_shared_cpp.
  449. rmw_fastrtps_shared_cpp_DIR:PATH=/opt/ros/humble/share/rmw_fastrtps_shared_cpp/cmake
  450. //The directory containing a CMake configuration file for rmw_implementation.
  451. rmw_implementation_DIR:PATH=/opt/ros/humble/share/rmw_implementation/cmake
  452. //The directory containing a CMake configuration file for rmw_implementation_cmake.
  453. rmw_implementation_cmake_DIR:PATH=/opt/ros/humble/share/rmw_implementation_cmake/cmake
  454. //The directory containing a CMake configuration file for rosgraph_msgs.
  455. rosgraph_msgs_DIR:PATH=/opt/ros/humble/share/rosgraph_msgs/cmake
  456. //The directory containing a CMake configuration file for rosidl_adapter.
  457. rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake
  458. //The directory containing a CMake configuration file for rosidl_cmake.
  459. rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake
  460. //The directory containing a CMake configuration file for rosidl_default_runtime.
  461. rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake
  462. //The directory containing a CMake configuration file for rosidl_generator_c.
  463. rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake
  464. //The directory containing a CMake configuration file for rosidl_generator_cpp.
  465. rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake
  466. //The directory containing a CMake configuration file for rosidl_runtime_c.
  467. rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake
  468. //The directory containing a CMake configuration file for rosidl_runtime_cpp.
  469. rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake
  470. //The directory containing a CMake configuration file for rosidl_typesupport_c.
  471. rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake
  472. //The directory containing a CMake configuration file for rosidl_typesupport_cpp.
  473. rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake
  474. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c.
  475. rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake
  476. //The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp.
  477. rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake
  478. //The directory containing a CMake configuration file for rosidl_typesupport_interface.
  479. rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake
  480. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_c.
  481. rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake
  482. //The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp.
  483. rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake
  484. //The directory containing a CMake configuration file for sensor_msgs.
  485. sensor_msgs_DIR:PATH=/opt/ros/humble/share/sensor_msgs/cmake
  486. //The directory containing a CMake configuration file for spdlog.
  487. spdlog_DIR:PATH=/usr/lib/aarch64-linux-gnu/cmake/spdlog
  488. //The directory containing a CMake configuration file for spdlog_vendor.
  489. spdlog_vendor_DIR:PATH=/opt/ros/humble/share/spdlog_vendor/cmake
  490. //The directory containing a CMake configuration file for statistics_msgs.
  491. statistics_msgs_DIR:PATH=/opt/ros/humble/share/statistics_msgs/cmake
  492. //The directory containing a CMake configuration file for std_msgs.
  493. std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake
  494. //The directory containing a CMake configuration file for std_srvs.
  495. std_srvs_DIR:PATH=/opt/ros/humble/share/std_srvs/cmake
  496. //The directory containing a CMake configuration file for tf2.
  497. tf2_DIR:PATH=/opt/ros/humble/share/tf2/cmake
  498. //The directory containing a CMake configuration file for tf2_msgs.
  499. tf2_msgs_DIR:PATH=/opt/ros/humble/share/tf2_msgs/cmake
  500. //The directory containing a CMake configuration file for tf2_ros.
  501. tf2_ros_DIR:PATH=/opt/ros/humble/share/tf2_ros/cmake
  502. //The directory containing a CMake configuration file for tinyxml2_vendor.
  503. tinyxml2_vendor_DIR:PATH=/opt/ros/humble/share/tinyxml2_vendor/cmake
  504. //The directory containing a CMake configuration file for tracetools.
  505. tracetools_DIR:PATH=/opt/ros/humble/share/tracetools/cmake
  506. //The directory containing a CMake configuration file for unique_identifier_msgs.
  507. unique_identifier_msgs_DIR:PATH=/opt/ros/humble/share/unique_identifier_msgs/cmake
  508. //The directory containing a CMake configuration file for yaml.
  509. yaml_DIR:PATH=/opt/ros/humble/cmake
  510. ########################
  511. # INTERNAL cache entries
  512. ########################
  513. //ADVANCED property for variable: CMAKE_ADDR2LINE
  514. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  515. //ADVANCED property for variable: CMAKE_AR
  516. CMAKE_AR-ADVANCED:INTERNAL=1
  517. //This is the directory where this CMakeCache.txt was created
  518. CMAKE_CACHEFILE_DIR:INTERNAL=/home/ubuntu/eyes/build/realsense2_camera
  519. //Major version of cmake used to create the current loaded cache
  520. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  521. //Minor version of cmake used to create the current loaded cache
  522. CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
  523. //Patch version of cmake used to create the current loaded cache
  524. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  525. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  526. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  527. //Path to CMake executable.
  528. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  529. //Path to cpack program executable.
  530. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  531. //Path to ctest program executable.
  532. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  533. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  534. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  535. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  536. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  537. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  538. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  539. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  540. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  541. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  542. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  543. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  544. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  545. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  546. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  547. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  548. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  549. //ADVANCED property for variable: CMAKE_C_COMPILER
  550. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  551. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  552. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  553. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  554. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  555. //ADVANCED property for variable: CMAKE_C_FLAGS
  556. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  557. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  558. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  559. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  560. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  561. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  562. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  563. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  564. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  565. //ADVANCED property for variable: CMAKE_DLLTOOL
  566. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  567. //Path to cache edit program executable.
  568. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
  569. //Executable file format
  570. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  571. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  572. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  573. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  574. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  575. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  576. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  577. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  578. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  579. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  580. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  581. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  582. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  583. //Name of external makefile project generator.
  584. CMAKE_EXTRA_GENERATOR:INTERNAL=
  585. //Name of generator.
  586. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  587. //Generator instance identifier.
  588. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  589. //Name of generator platform.
  590. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  591. //Name of generator toolset.
  592. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  593. //Test CMAKE_HAVE_LIBC_PTHREAD
  594. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
  595. //Have include pthread.h
  596. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  597. //Source directory with the top level CMakeLists.txt file for this
  598. // project
  599. CMAKE_HOME_DIRECTORY:INTERNAL=/home/ubuntu/eyes/realsense-ros/realsense2_camera
  600. //Install .so files without execute permission.
  601. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  602. //ADVANCED property for variable: CMAKE_LINKER
  603. CMAKE_LINKER-ADVANCED:INTERNAL=1
  604. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  605. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  606. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  607. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  608. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  609. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  610. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  611. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  612. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  613. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  614. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  615. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  616. //ADVANCED property for variable: CMAKE_NM
  617. CMAKE_NM-ADVANCED:INTERNAL=1
  618. //number of local generators
  619. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
  620. //ADVANCED property for variable: CMAKE_OBJCOPY
  621. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  622. //ADVANCED property for variable: CMAKE_OBJDUMP
  623. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  624. //Platform information initialized
  625. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  626. //ADVANCED property for variable: CMAKE_RANLIB
  627. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  628. //ADVANCED property for variable: CMAKE_READELF
  629. CMAKE_READELF-ADVANCED:INTERNAL=1
  630. //Path to CMake installation.
  631. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
  632. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  633. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  634. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  635. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  636. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  637. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  638. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  639. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  640. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  641. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  642. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  643. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  644. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  645. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  646. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  647. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  648. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  649. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  650. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  651. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  652. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  653. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  654. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  655. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  656. //ADVANCED property for variable: CMAKE_STRIP
  657. CMAKE_STRIP-ADVANCED:INTERNAL=1
  658. //uname command
  659. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  660. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  661. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  662. //ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE
  663. CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1
  664. //ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE
  665. CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1
  666. //ADVANCED property for variable: CUDA_BUILD_CUBIN
  667. CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1
  668. //ADVANCED property for variable: CUDA_BUILD_EMULATION
  669. CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1
  670. //ADVANCED property for variable: CUDA_CUDART_LIBRARY
  671. CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1
  672. //ADVANCED property for variable: CUDA_CUDA_LIBRARY
  673. CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1
  674. //ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR
  675. CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1
  676. //ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP
  677. CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1
  678. //ADVANCED property for variable: CUDA_NVCC_EXECUTABLE
  679. CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1
  680. //ADVANCED property for variable: CUDA_NVCC_FLAGS
  681. CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1
  682. //ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG
  683. CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  684. //ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL
  685. CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  686. //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE
  687. CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  688. //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO
  689. CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  690. //ADVANCED property for variable: CUDA_OpenCL_LIBRARY
  691. CUDA_OpenCL_LIBRARY-ADVANCED:INTERNAL=1
  692. //ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS
  693. CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1
  694. //This is the value of the last time CUDA_SDK_ROOT_DIR was set
  695. // successfully.
  696. CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND
  697. //ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION
  698. CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1
  699. //ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE
  700. CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1
  701. //This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was
  702. // set successfully.
  703. CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=/usr/local/cuda-12.6
  704. //This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was
  705. // set successfully.
  706. CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=/usr/local/cuda-12.6
  707. //ADVANCED property for variable: CUDA_VERBOSE_BUILD
  708. CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1
  709. //ADVANCED property for variable: CUDA_VERSION
  710. CUDA_VERSION-ADVANCED:INTERNAL=1
  711. //ADVANCED property for variable: CUDA_cublas_LIBRARY
  712. CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1
  713. //ADVANCED property for variable: CUDA_cudadevrt_LIBRARY
  714. CUDA_cudadevrt_LIBRARY-ADVANCED:INTERNAL=1
  715. //ADVANCED property for variable: CUDA_cudart_static_LIBRARY
  716. CUDA_cudart_static_LIBRARY-ADVANCED:INTERNAL=1
  717. //ADVANCED property for variable: CUDA_cufft_LIBRARY
  718. CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1
  719. //ADVANCED property for variable: CUDA_cupti_LIBRARY
  720. CUDA_cupti_LIBRARY-ADVANCED:INTERNAL=1
  721. //ADVANCED property for variable: CUDA_curand_LIBRARY
  722. CUDA_curand_LIBRARY-ADVANCED:INTERNAL=1
  723. //ADVANCED property for variable: CUDA_cusolver_LIBRARY
  724. CUDA_cusolver_LIBRARY-ADVANCED:INTERNAL=1
  725. //ADVANCED property for variable: CUDA_cusparse_LIBRARY
  726. CUDA_cusparse_LIBRARY-ADVANCED:INTERNAL=1
  727. //Location of make2cmake.cmake
  728. CUDA_make2cmake:INTERNAL=/usr/share/cmake-3.22/Modules/FindCUDA/make2cmake.cmake
  729. //ADVANCED property for variable: CUDA_nppc_LIBRARY
  730. CUDA_nppc_LIBRARY-ADVANCED:INTERNAL=1
  731. //ADVANCED property for variable: CUDA_nppi_LIBRARY
  732. CUDA_nppi_LIBRARY-ADVANCED:INTERNAL=1
  733. //ADVANCED property for variable: CUDA_nppial_LIBRARY
  734. CUDA_nppial_LIBRARY-ADVANCED:INTERNAL=1
  735. //ADVANCED property for variable: CUDA_nppicc_LIBRARY
  736. CUDA_nppicc_LIBRARY-ADVANCED:INTERNAL=1
  737. //ADVANCED property for variable: CUDA_nppidei_LIBRARY
  738. CUDA_nppidei_LIBRARY-ADVANCED:INTERNAL=1
  739. //ADVANCED property for variable: CUDA_nppif_LIBRARY
  740. CUDA_nppif_LIBRARY-ADVANCED:INTERNAL=1
  741. //ADVANCED property for variable: CUDA_nppig_LIBRARY
  742. CUDA_nppig_LIBRARY-ADVANCED:INTERNAL=1
  743. //ADVANCED property for variable: CUDA_nppim_LIBRARY
  744. CUDA_nppim_LIBRARY-ADVANCED:INTERNAL=1
  745. //ADVANCED property for variable: CUDA_nppist_LIBRARY
  746. CUDA_nppist_LIBRARY-ADVANCED:INTERNAL=1
  747. //ADVANCED property for variable: CUDA_nppisu_LIBRARY
  748. CUDA_nppisu_LIBRARY-ADVANCED:INTERNAL=1
  749. //ADVANCED property for variable: CUDA_nppitc_LIBRARY
  750. CUDA_nppitc_LIBRARY-ADVANCED:INTERNAL=1
  751. //ADVANCED property for variable: CUDA_npps_LIBRARY
  752. CUDA_npps_LIBRARY-ADVANCED:INTERNAL=1
  753. //ADVANCED property for variable: CUDA_nvToolsExt_LIBRARY
  754. CUDA_nvToolsExt_LIBRARY-ADVANCED:INTERNAL=1
  755. //Location of parse_cubin.cmake
  756. CUDA_parse_cubin:INTERNAL=/usr/share/cmake-3.22/Modules/FindCUDA/parse_cubin.cmake
  757. //Location of run_nvcc.cmake
  758. CUDA_run_nvcc:INTERNAL=/usr/share/cmake-3.22/Modules/FindCUDA/run_nvcc.cmake
  759. //Details about finding CUDA
  760. 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)]
  761. //Details about finding FastRTPS
  762. FIND_PACKAGE_MESSAGE_DETAILS_FastRTPS:INTERNAL=[/opt/ros/humble/include][/opt/ros/humble/lib/libfastrtps.so;/opt/ros/humble/lib/libfastcdr.so][v()]
  763. //Details about finding OpenCV
  764. FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr][cfound components: core ][v4.10.0()]
  765. //Details about finding OpenSSL
  766. FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/aarch64-linux-gnu/libcrypto.so][/usr/include][c ][v3.0.2()]
  767. //Details about finding Python3
  768. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()]
  769. //Details about finding Threads
  770. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  771. GTEST_FROM_SOURCE_BASE_DIR:INTERNAL=/opt/ros/humble/src/gtest_vendor
  772. GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
  773. GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/opt/ros/humble/src/gtest_vendor/include
  774. GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
  775. GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/ubuntu/eyes/build/realsense2_camera/gtest
  776. GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
  777. //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
  778. OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
  779. //ADVANCED property for variable: OPENSSL_INCLUDE_DIR
  780. OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  781. //ADVANCED property for variable: OPENSSL_SSL_LIBRARY
  782. OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
  783. //ADVANCED property for variable: PKG_CONFIG_ARGN
  784. PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
  785. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  786. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  787. //ADVANCED property for variable: TINYXML2_INCLUDE_DIR
  788. TINYXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1
  789. //ADVANCED property for variable: TINYXML2_LIBRARY
  790. TINYXML2_LIBRARY-ADVANCED:INTERNAL=1
  791. _OPENSSL_CFLAGS:INTERNAL=
  792. _OPENSSL_CFLAGS_I:INTERNAL=
  793. _OPENSSL_CFLAGS_OTHER:INTERNAL=
  794. _OPENSSL_FOUND:INTERNAL=1
  795. _OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
  796. _OPENSSL_INCLUDE_DIRS:INTERNAL=
  797. _OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/aarch64-linux-gnu;-lssl;-lcrypto
  798. _OPENSSL_LDFLAGS_OTHER:INTERNAL=
  799. _OPENSSL_LIBDIR:INTERNAL=/usr/lib/aarch64-linux-gnu
  800. _OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
  801. _OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/aarch64-linux-gnu
  802. _OPENSSL_LIBS:INTERNAL=
  803. _OPENSSL_LIBS_L:INTERNAL=
  804. _OPENSSL_LIBS_OTHER:INTERNAL=
  805. _OPENSSL_LIBS_PATHS:INTERNAL=
  806. _OPENSSL_MODULE_NAME:INTERNAL=openssl
  807. _OPENSSL_PREFIX:INTERNAL=/usr
  808. _OPENSSL_STATIC_CFLAGS:INTERNAL=
  809. _OPENSSL_STATIC_CFLAGS_I:INTERNAL=
  810. _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
  811. _OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=
  812. _OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/aarch64-linux-gnu;-lssl;-lcrypto;-ldl;-pthread
  813. _OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
  814. _OPENSSL_STATIC_LIBDIR:INTERNAL=
  815. _OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl
  816. _OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/aarch64-linux-gnu
  817. _OPENSSL_STATIC_LIBS:INTERNAL=
  818. _OPENSSL_STATIC_LIBS_L:INTERNAL=
  819. _OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
  820. _OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
  821. _OPENSSL_VERSION:INTERNAL=3.0.2
  822. _OPENSSL_openssl_INCLUDEDIR:INTERNAL=
  823. _OPENSSL_openssl_LIBDIR:INTERNAL=
  824. _OPENSSL_openssl_PREFIX:INTERNAL=
  825. _OPENSSL_openssl_VERSION:INTERNAL=
  826. _Python3_EXECUTABLE:INTERNAL=/usr/bin/python3
  827. //Python3 Properties
  828. _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
  829. _Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8
  830. __pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
  831. __pkg_config_checked__OPENSSL:INTERNAL=1
  832. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
  833. pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
  834. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
  835. pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
  836. prefix_result:INTERNAL=/usr/lib/aarch64-linux-gnu