CMakeCache.txt 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/cicv/work/pji_desktop/simulation/catkin_ws/build
  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. //Builds the googlemock subproject
  16. BUILD_GMOCK:BOOL=ON
  17. //Build dynamically-linked binaries
  18. BUILD_SHARED_LIBS:BOOL=ON
  19. //List of ';' separated packages to exclude
  20. CATKIN_BLACKLIST_PACKAGES:STRING=
  21. //catkin devel space
  22. CATKIN_DEVEL_PREFIX:PATH=/home/cicv/work/pji_desktop/simulation/catkin_ws/devel
  23. //Catkin enable testing
  24. CATKIN_ENABLE_TESTING:BOOL=ON
  25. //Catkin skip testing
  26. CATKIN_SKIP_TESTING:BOOL=OFF
  27. //Replace the CMake install command with a custom implementation
  28. // using symlinks instead of copying resources
  29. CATKIN_SYMLINK_INSTALL:BOOL=OFF
  30. //List of ';' separated packages to build
  31. CATKIN_WHITELIST_PACKAGES:STRING=
  32. //Path to a program.
  33. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  34. //Path to a program.
  35. CMAKE_AR:FILEPATH=/usr/bin/ar
  36. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  37. // MinSizeRel ...
  38. CMAKE_BUILD_TYPE:STRING=
  39. //Enable/Disable color output during build.
  40. CMAKE_COLOR_MAKEFILE:BOOL=ON
  41. //CXX compiler
  42. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  43. //A wrapper around 'ar' adding the appropriate '--plugin' option
  44. // for the GCC compiler
  45. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
  46. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  47. // for the GCC compiler
  48. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
  49. //Flags used by the CXX compiler during all build types.
  50. CMAKE_CXX_FLAGS:STRING=
  51. //Flags used by the CXX compiler during DEBUG builds.
  52. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  53. //Flags used by the CXX compiler during MINSIZEREL builds.
  54. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  55. //Flags used by the CXX compiler during RELEASE builds.
  56. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  57. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  58. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  59. //C compiler
  60. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  61. //A wrapper around 'ar' adding the appropriate '--plugin' option
  62. // for the GCC compiler
  63. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
  64. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  65. // for the GCC compiler
  66. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
  67. //Flags used by the C compiler during all build types.
  68. CMAKE_C_FLAGS:STRING=
  69. //Flags used by the C compiler during DEBUG builds.
  70. CMAKE_C_FLAGS_DEBUG:STRING=-g
  71. //Flags used by the C compiler during MINSIZEREL builds.
  72. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  73. //Flags used by the C compiler during RELEASE builds.
  74. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  75. //Flags used by the C compiler during RELWITHDEBINFO builds.
  76. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  77. //Path to a program.
  78. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  79. //Flags used by the linker during all build types.
  80. CMAKE_EXE_LINKER_FLAGS:STRING=
  81. //Flags used by the linker during DEBUG builds.
  82. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  83. //Flags used by the linker during MINSIZEREL builds.
  84. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  85. //Flags used by the linker during RELEASE builds.
  86. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  87. //Flags used by the linker during RELWITHDEBINFO builds.
  88. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  89. //Enable/Disable output of compile commands during generation.
  90. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
  91. //User executables (bin)
  92. CMAKE_INSTALL_BINDIR:PATH=bin
  93. //Read-only architecture-independent data (DATAROOTDIR)
  94. CMAKE_INSTALL_DATADIR:PATH=
  95. //Read-only architecture-independent data root (share)
  96. CMAKE_INSTALL_DATAROOTDIR:PATH=share
  97. //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
  98. CMAKE_INSTALL_DOCDIR:PATH=
  99. //C header files (include)
  100. CMAKE_INSTALL_INCLUDEDIR:PATH=include
  101. //Info documentation (DATAROOTDIR/info)
  102. CMAKE_INSTALL_INFODIR:PATH=
  103. //Object code libraries (lib)
  104. CMAKE_INSTALL_LIBDIR:PATH=lib
  105. //Program executables (libexec)
  106. CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
  107. //Locale-dependent data (DATAROOTDIR/locale)
  108. CMAKE_INSTALL_LOCALEDIR:PATH=
  109. //Modifiable single-machine data (var)
  110. CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
  111. //Man documentation (DATAROOTDIR/man)
  112. CMAKE_INSTALL_MANDIR:PATH=
  113. //C header files for non-gcc (/usr/include)
  114. CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
  115. //Install path prefix, prepended onto install directories.
  116. CMAKE_INSTALL_PREFIX:PATH=/home/cicv/work/pji_desktop/simulation/catkin_ws/install
  117. //Run-time variable data (LOCALSTATEDIR/run)
  118. CMAKE_INSTALL_RUNSTATEDIR:PATH=
  119. //System admin executables (sbin)
  120. CMAKE_INSTALL_SBINDIR:PATH=sbin
  121. //Modifiable architecture-independent data (com)
  122. CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
  123. //Read-only single-machine data (etc)
  124. CMAKE_INSTALL_SYSCONFDIR:PATH=etc
  125. //Path to a program.
  126. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  127. //Path to a program.
  128. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
  129. //Flags used by the linker during the creation of modules during
  130. // all build types.
  131. CMAKE_MODULE_LINKER_FLAGS:STRING=
  132. //Flags used by the linker during the creation of modules during
  133. // DEBUG builds.
  134. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  135. //Flags used by the linker during the creation of modules during
  136. // MINSIZEREL builds.
  137. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  138. //Flags used by the linker during the creation of modules during
  139. // RELEASE builds.
  140. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  141. //Flags used by the linker during the creation of modules during
  142. // RELWITHDEBINFO builds.
  143. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  144. //Path to a program.
  145. CMAKE_NM:FILEPATH=/usr/bin/nm
  146. //Path to a program.
  147. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  148. //Path to a program.
  149. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  150. //Value Computed by CMake
  151. CMAKE_PROJECT_DESCRIPTION:STATIC=
  152. //Value Computed by CMake
  153. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  154. //Value Computed by CMake
  155. CMAKE_PROJECT_NAME:STATIC=Project
  156. //Value Computed by CMake
  157. CMAKE_PROJECT_VERSION:STATIC=1.10.0
  158. //Value Computed by CMake
  159. CMAKE_PROJECT_VERSION_MAJOR:STATIC=1
  160. //Value Computed by CMake
  161. CMAKE_PROJECT_VERSION_MINOR:STATIC=10
  162. //Value Computed by CMake
  163. CMAKE_PROJECT_VERSION_PATCH:STATIC=0
  164. //Value Computed by CMake
  165. CMAKE_PROJECT_VERSION_TWEAK:STATIC=
  166. //Path to a program.
  167. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  168. //Path to a program.
  169. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  170. //Flags used by the linker during the creation of shared libraries
  171. // during all build types.
  172. CMAKE_SHARED_LINKER_FLAGS:STRING=
  173. //Flags used by the linker during the creation of shared libraries
  174. // during DEBUG builds.
  175. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  176. //Flags used by the linker during the creation of shared libraries
  177. // during MINSIZEREL builds.
  178. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  179. //Flags used by the linker during the creation of shared libraries
  180. // during RELEASE builds.
  181. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  182. //Flags used by the linker during the creation of shared libraries
  183. // during RELWITHDEBINFO builds.
  184. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  185. //If set, runtime paths are not added when installing shared libraries,
  186. // but are added when building.
  187. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  188. //If set, runtime paths are not added when using shared libraries.
  189. CMAKE_SKIP_RPATH:BOOL=NO
  190. //Flags used by the linker during the creation of static libraries
  191. // during all build types.
  192. CMAKE_STATIC_LINKER_FLAGS:STRING=
  193. //Flags used by the linker during the creation of static libraries
  194. // during DEBUG builds.
  195. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  196. //Flags used by the linker during the creation of static libraries
  197. // during MINSIZEREL builds.
  198. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  199. //Flags used by the linker during the creation of static libraries
  200. // during RELEASE builds.
  201. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  202. //Flags used by the linker during the creation of static libraries
  203. // during RELWITHDEBINFO builds.
  204. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  205. //Path to a program.
  206. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  207. //If this value is on, makefiles will be generated without the
  208. // .SILENT directive, and all commands will be echoed to the console
  209. // during the make. This is useful for debugging only. With Visual
  210. // Studio IDE projects all commands are done without /nologo.
  211. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  212. //Path to a program.
  213. DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND
  214. //Path to a program.
  215. EMPY_EXECUTABLE:FILEPATH=EMPY_EXECUTABLE-NOTFOUND
  216. //Empy script
  217. EMPY_SCRIPT:STRING=/home/cicv/anaconda3/envs/simulation/lib/python3.6/site-packages/em.py
  218. //Path to a library.
  219. GMOCK_LIBRARY:FILEPATH=GMOCK_LIBRARY-NOTFOUND
  220. //Path to a library.
  221. GMOCK_LIBRARY_DEBUG:FILEPATH=GMOCK_LIBRARY_DEBUG-NOTFOUND
  222. //Path to a library.
  223. GMOCK_MAIN_LIBRARY:FILEPATH=GMOCK_MAIN_LIBRARY-NOTFOUND
  224. //Path to a library.
  225. GMOCK_MAIN_LIBRARY_DEBUG:FILEPATH=GMOCK_MAIN_LIBRARY_DEBUG-NOTFOUND
  226. //The directory containing a CMake configuration file for GMock.
  227. GMock_DIR:PATH=GMock_DIR-NOTFOUND
  228. //Path to a file.
  229. GTEST_INCLUDE_DIR:PATH=/usr/include
  230. //Path to a library.
  231. GTEST_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libgtest.a
  232. //Path to a library.
  233. GTEST_LIBRARY_DEBUG:FILEPATH=GTEST_LIBRARY_DEBUG-NOTFOUND
  234. //Path to a library.
  235. GTEST_MAIN_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libgtest_main.a
  236. //Path to a library.
  237. GTEST_MAIN_LIBRARY_DEBUG:FILEPATH=GTEST_MAIN_LIBRARY_DEBUG-NOTFOUND
  238. //The directory containing a CMake configuration file for GTest.
  239. GTest_DIR:PATH=GTest_DIR-NOTFOUND
  240. //Enable installation of googletest. (Projects embedding googletest
  241. // may want to turn this OFF.)
  242. INSTALL_GTEST:BOOL=OFF
  243. //lsb_release executable was found
  244. LSB_FOUND:BOOL=TRUE
  245. //Path to a program.
  246. LSB_RELEASE_EXECUTABLE:FILEPATH=/usr/bin/lsb_release
  247. //Path to a program.
  248. NOSETESTS:FILEPATH=/usr/bin/nosetests3
  249. //Value Computed by CMake
  250. Navigation_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/Navigation
  251. //Value Computed by CMake
  252. Navigation_SOURCE_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/src/Navigation
  253. //Path to a program.
  254. PYTHON_EXECUTABLE:FILEPATH=/home/cicv/anaconda3/envs/simulation/bin/python3
  255. //Specify specific Python version to use ('major.minor' or 'major')
  256. PYTHON_VERSION:STRING=3
  257. //Location of Python module em
  258. PY_EM:STRING=/home/cicv/anaconda3/envs/simulation/lib/python3.6/site-packages/em.py
  259. //Value Computed by CMake
  260. Project_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build
  261. //Value Computed by CMake
  262. Project_SOURCE_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/src
  263. //Path to a library.
  264. RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
  265. //Enable debian style python package layout
  266. SETUPTOOLS_DEB_LAYOUT:BOOL=ON
  267. //Name of the computer/site where compile is being run
  268. SITE:STRING=rosgo
  269. //Value Computed by CMake
  270. SimulationEnvs_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/SimulationEnvs
  271. //Value Computed by CMake
  272. SimulationEnvs_SOURCE_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/src/SimulationEnvs
  273. //LSB Distrib tag
  274. UBUNTU:BOOL=TRUE
  275. //LSB Distrib - codename tag
  276. UBUNTU_FOCAL:BOOL=TRUE
  277. //Path to a file.
  278. _gmock_INCLUDES:FILEPATH=/usr/src/googletest/googlemock/include/gmock/gmock.h
  279. //Path to a file.
  280. _gmock_SOURCES:FILEPATH=/usr/src/gmock/src/gmock.cc
  281. //Path to a file.
  282. _gtest_INCLUDES:FILEPATH=/usr/include/gtest/gtest.h
  283. //Path to a file.
  284. _gtest_SOURCES:FILEPATH=/usr/src/gtest/src/gtest.cc
  285. //The directory containing a CMake configuration file for actionlib.
  286. actionlib_DIR:PATH=/opt/ros/noetic/share/actionlib/cmake
  287. //The directory containing a CMake configuration file for actionlib_msgs.
  288. actionlib_msgs_DIR:PATH=/opt/ros/noetic/share/actionlib_msgs/cmake
  289. //The directory containing a CMake configuration file for amcl.
  290. amcl_DIR:PATH=/opt/ros/noetic/share/amcl/cmake
  291. //The directory containing a CMake configuration file for angles.
  292. angles_DIR:PATH=/opt/ros/noetic/share/angles/cmake
  293. //The directory containing a CMake configuration file for bond.
  294. bond_DIR:PATH=/opt/ros/noetic/share/bond/cmake
  295. //The directory containing a CMake configuration file for bondcpp.
  296. bondcpp_DIR:PATH=/opt/ros/noetic/share/bondcpp/cmake
  297. //The directory containing a CMake configuration file for camera_calibration_parsers.
  298. camera_calibration_parsers_DIR:PATH=/opt/ros/noetic/share/camera_calibration_parsers/cmake
  299. //The directory containing a CMake configuration file for camera_info_manager.
  300. camera_info_manager_DIR:PATH=/opt/ros/noetic/share/camera_info_manager/cmake
  301. //The directory containing a CMake configuration file for catkin.
  302. catkin_DIR:PATH=/opt/ros/noetic/share/catkin/cmake
  303. //The directory containing a CMake configuration file for class_loader.
  304. class_loader_DIR:PATH=/opt/ros/noetic/share/class_loader/cmake
  305. //Value Computed by CMake
  306. common_msgs_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/common_msgs
  307. //The directory containing a CMake configuration file for common_msgs.
  308. common_msgs_DIR:PATH=/home/cicv/work/pji_desktop/simulation/catkin_ws/devel/share/common_msgs/cmake
  309. //Value Computed by CMake
  310. common_msgs_SOURCE_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/src/common_msgs
  311. //The directory containing a CMake configuration file for control_msgs.
  312. control_msgs_DIR:PATH=/opt/ros/noetic/share/control_msgs/cmake
  313. //The directory containing a CMake configuration file for control_toolbox.
  314. control_toolbox_DIR:PATH=/opt/ros/noetic/share/control_toolbox/cmake
  315. //The directory containing a CMake configuration file for controller_interface.
  316. controller_interface_DIR:PATH=/opt/ros/noetic/share/controller_interface/cmake
  317. //The directory containing a CMake configuration file for controller_manager.
  318. controller_manager_DIR:PATH=/opt/ros/noetic/share/controller_manager/cmake
  319. //The directory containing a CMake configuration file for controller_manager_msgs.
  320. controller_manager_msgs_DIR:PATH=/opt/ros/noetic/share/controller_manager_msgs/cmake
  321. //The directory containing a CMake configuration file for cpp_common.
  322. cpp_common_DIR:PATH=/opt/ros/noetic/share/cpp_common/cmake
  323. //The directory containing a CMake configuration file for diagnostic_msgs.
  324. diagnostic_msgs_DIR:PATH=/opt/ros/noetic/share/diagnostic_msgs/cmake
  325. //The directory containing a CMake configuration file for diagnostic_updater.
  326. diagnostic_updater_DIR:PATH=/opt/ros/noetic/share/diagnostic_updater/cmake
  327. //The directory containing a CMake configuration file for dynamic_reconfigure.
  328. dynamic_reconfigure_DIR:PATH=/opt/ros/noetic/share/dynamic_reconfigure/cmake
  329. //The directory containing a CMake configuration file for gazebo_msgs.
  330. gazebo_msgs_DIR:PATH=/opt/ros/noetic/share/gazebo_msgs/cmake
  331. //The directory containing a CMake configuration file for gazebo_plugins.
  332. gazebo_plugins_DIR:PATH=/opt/ros/noetic/share/gazebo_plugins/cmake
  333. //The directory containing a CMake configuration file for gazebo_ros.
  334. gazebo_ros_DIR:PATH=/opt/ros/noetic/share/gazebo_ros/cmake
  335. //The directory containing a CMake configuration file for gazebo_ros_control.
  336. gazebo_ros_control_DIR:PATH=/opt/ros/noetic/share/gazebo_ros_control/cmake
  337. //The directory containing a CMake configuration file for gencpp.
  338. gencpp_DIR:PATH=/opt/ros/noetic/share/gencpp/cmake
  339. //The directory containing a CMake configuration file for geneus.
  340. geneus_DIR:PATH=/opt/ros/noetic/share/geneus/cmake
  341. //The directory containing a CMake configuration file for genlisp.
  342. genlisp_DIR:PATH=/opt/ros/noetic/share/genlisp/cmake
  343. //The directory containing a CMake configuration file for genmsg.
  344. genmsg_DIR:PATH=/opt/ros/noetic/share/genmsg/cmake
  345. //The directory containing a CMake configuration file for gennodejs.
  346. gennodejs_DIR:PATH=/opt/ros/noetic/share/gennodejs/cmake
  347. //The directory containing a CMake configuration file for genpy.
  348. genpy_DIR:PATH=/opt/ros/noetic/share/genpy/cmake
  349. //The directory containing a CMake configuration file for geometry_msgs.
  350. geometry_msgs_DIR:PATH=/opt/ros/noetic/share/geometry_msgs/cmake
  351. //The directory containing a CMake configuration file for gmapping.
  352. gmapping_DIR:PATH=/opt/ros/noetic/share/gmapping/cmake
  353. //Value Computed by CMake
  354. gmock_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/gtest/googlemock
  355. //Dependencies for the target
  356. gmock_LIB_DEPENDS:STATIC=general;gtest;
  357. //Value Computed by CMake
  358. gmock_SOURCE_DIR:STATIC=/usr/src/googletest/googlemock
  359. //Build all of Google Mock's own tests.
  360. gmock_build_tests:BOOL=OFF
  361. //Dependencies for the target
  362. gmock_main_LIB_DEPENDS:STATIC=general;gmock;
  363. //Value Computed by CMake
  364. goal_publish_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/goal_publish
  365. //Value Computed by CMake
  366. goal_publish_SOURCE_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/src/goal_publish
  367. //Value Computed by CMake
  368. googletest-distribution_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/gtest
  369. //Value Computed by CMake
  370. googletest-distribution_SOURCE_DIR:STATIC=/usr/src/googletest
  371. //Value Computed by CMake
  372. gtest_BINARY_DIR:STATIC=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/gtest/googletest
  373. //Value Computed by CMake
  374. gtest_SOURCE_DIR:STATIC=/usr/src/googletest/googletest
  375. //Build gtest's sample programs.
  376. gtest_build_samples:BOOL=OFF
  377. //Build all of gtest's own tests.
  378. gtest_build_tests:BOOL=OFF
  379. //Disable uses of pthreads in gtest.
  380. gtest_disable_pthreads:BOOL=OFF
  381. //Use shared (DLL) run-time lib even when Google Test is built
  382. // as static lib.
  383. gtest_force_shared_crt:BOOL=OFF
  384. //Build gtest with internal symbols hidden in shared libraries.
  385. gtest_hide_internal_symbols:BOOL=OFF
  386. //Dependencies for the target
  387. gtest_main_LIB_DEPENDS:STATIC=general;gtest;
  388. //The directory containing a CMake configuration file for hardware_interface.
  389. hardware_interface_DIR:PATH=/opt/ros/noetic/share/hardware_interface/cmake
  390. //The directory containing a CMake configuration file for image_transport.
  391. image_transport_DIR:PATH=/opt/ros/noetic/share/image_transport/cmake
  392. //The directory containing a CMake configuration file for joint_limits_interface.
  393. joint_limits_interface_DIR:PATH=/opt/ros/noetic/share/joint_limits_interface/cmake
  394. //Path to a library.
  395. lib:FILEPATH=/opt/ros/noetic/lib/libtransmission_interface_loader_plugins.so
  396. //The directory containing a CMake configuration file for map_server.
  397. map_server_DIR:PATH=/opt/ros/noetic/share/map_server/cmake
  398. //The directory containing a CMake configuration file for message_filters.
  399. message_filters_DIR:PATH=/opt/ros/noetic/share/message_filters/cmake
  400. //The directory containing a CMake configuration file for message_generation.
  401. message_generation_DIR:PATH=/opt/ros/noetic/share/message_generation/cmake
  402. //The directory containing a CMake configuration file for message_runtime.
  403. message_runtime_DIR:PATH=/opt/ros/noetic/share/message_runtime/cmake
  404. //The directory containing a CMake configuration file for move_base.
  405. move_base_DIR:PATH=/opt/ros/noetic/share/move_base/cmake
  406. //The directory containing a CMake configuration file for move_base_msgs.
  407. move_base_msgs_DIR:PATH=/opt/ros/noetic/share/move_base_msgs/cmake
  408. //The directory containing a CMake configuration file for nav_msgs.
  409. nav_msgs_DIR:PATH=/opt/ros/noetic/share/nav_msgs/cmake
  410. //The directory containing a CMake configuration file for nodelet.
  411. nodelet_DIR:PATH=/opt/ros/noetic/share/nodelet/cmake
  412. //The directory containing a CMake configuration file for pluginlib.
  413. pluginlib_DIR:PATH=/opt/ros/noetic/share/pluginlib/cmake
  414. //The directory containing a CMake configuration file for realtime_tools.
  415. realtime_tools_DIR:PATH=/opt/ros/noetic/share/realtime_tools/cmake
  416. //The directory containing a CMake configuration file for rosbag.
  417. rosbag_DIR:PATH=/opt/ros/noetic/share/rosbag/cmake
  418. //The directory containing a CMake configuration file for rosbag_storage.
  419. rosbag_storage_DIR:PATH=/opt/ros/noetic/share/rosbag_storage/cmake
  420. //The directory containing a CMake configuration file for rosconsole.
  421. rosconsole_DIR:PATH=/opt/ros/noetic/share/rosconsole/cmake
  422. //The directory containing a CMake configuration file for rosconsole_bridge.
  423. rosconsole_bridge_DIR:PATH=/opt/ros/noetic/share/rosconsole_bridge/cmake
  424. //The directory containing a CMake configuration file for roscpp.
  425. roscpp_DIR:PATH=/opt/ros/noetic/share/roscpp/cmake
  426. //The directory containing a CMake configuration file for roscpp_serialization.
  427. roscpp_serialization_DIR:PATH=/opt/ros/noetic/share/roscpp_serialization/cmake
  428. //The directory containing a CMake configuration file for roscpp_traits.
  429. roscpp_traits_DIR:PATH=/opt/ros/noetic/share/roscpp_traits/cmake
  430. //The directory containing a CMake configuration file for rosgraph.
  431. rosgraph_DIR:PATH=/opt/ros/noetic/share/rosgraph/cmake
  432. //The directory containing a CMake configuration file for rosgraph_msgs.
  433. rosgraph_msgs_DIR:PATH=/opt/ros/noetic/share/rosgraph_msgs/cmake
  434. //The directory containing a CMake configuration file for roslib.
  435. roslib_DIR:PATH=/opt/ros/noetic/share/roslib/cmake
  436. //The directory containing a CMake configuration file for roslz4.
  437. roslz4_DIR:PATH=/opt/ros/noetic/share/roslz4/cmake
  438. //The directory containing a CMake configuration file for rospack.
  439. rospack_DIR:PATH=/opt/ros/noetic/share/rospack/cmake
  440. //The directory containing a CMake configuration file for rospy.
  441. rospy_DIR:PATH=/opt/ros/noetic/share/rospy/cmake
  442. //The directory containing a CMake configuration file for rostime.
  443. rostime_DIR:PATH=/opt/ros/noetic/share/rostime/cmake
  444. //The directory containing a CMake configuration file for sensor_msgs.
  445. sensor_msgs_DIR:PATH=/opt/ros/noetic/share/sensor_msgs/cmake
  446. //The directory containing a CMake configuration file for smclib.
  447. smclib_DIR:PATH=/opt/ros/noetic/share/smclib/cmake
  448. //The directory containing a CMake configuration file for std_msgs.
  449. std_msgs_DIR:PATH=/opt/ros/noetic/share/std_msgs/cmake
  450. //The directory containing a CMake configuration file for std_srvs.
  451. std_srvs_DIR:PATH=/opt/ros/noetic/share/std_srvs/cmake
  452. //The directory containing a CMake configuration file for tf2.
  453. tf2_DIR:PATH=/opt/ros/noetic/share/tf2/cmake
  454. //The directory containing a CMake configuration file for tf2_msgs.
  455. tf2_msgs_DIR:PATH=/opt/ros/noetic/share/tf2_msgs/cmake
  456. //The directory containing a CMake configuration file for tf2_py.
  457. tf2_py_DIR:PATH=/opt/ros/noetic/share/tf2_py/cmake
  458. //The directory containing a CMake configuration file for tf2_ros.
  459. tf2_ros_DIR:PATH=/opt/ros/noetic/share/tf2_ros/cmake
  460. //The directory containing a CMake configuration file for tf.
  461. tf_DIR:PATH=/opt/ros/noetic/share/tf/cmake
  462. //The directory containing a CMake configuration file for topic_tools.
  463. topic_tools_DIR:PATH=/opt/ros/noetic/share/topic_tools/cmake
  464. //The directory containing a CMake configuration file for trajectory_msgs.
  465. trajectory_msgs_DIR:PATH=/opt/ros/noetic/share/trajectory_msgs/cmake
  466. //The directory containing a CMake configuration file for transmission_interface.
  467. transmission_interface_DIR:PATH=/opt/ros/noetic/share/transmission_interface/cmake
  468. //The directory containing a CMake configuration file for urdf.
  469. urdf_DIR:PATH=/opt/ros/noetic/share/urdf/cmake
  470. //The directory containing a CMake configuration file for visualization_msgs.
  471. visualization_msgs_DIR:PATH=/opt/ros/noetic/share/visualization_msgs/cmake
  472. //The directory containing a CMake configuration file for xacro.
  473. xacro_DIR:PATH=/opt/ros/noetic/share/xacro/cmake
  474. //The directory containing a CMake configuration file for xmlrpcpp.
  475. xmlrpcpp_DIR:PATH=/opt/ros/noetic/share/xmlrpcpp/cmake
  476. ########################
  477. # INTERNAL cache entries
  478. ########################
  479. //catkin environment
  480. CATKIN_ENV:INTERNAL=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/catkin_generated/env_cached.sh
  481. CATKIN_TEST_RESULTS_DIR:INTERNAL=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/test_results
  482. //ADVANCED property for variable: CMAKE_ADDR2LINE
  483. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  484. //ADVANCED property for variable: CMAKE_AR
  485. CMAKE_AR-ADVANCED:INTERNAL=1
  486. //This is the directory where this CMakeCache.txt was created
  487. CMAKE_CACHEFILE_DIR:INTERNAL=/home/cicv/work/pji_desktop/simulation/catkin_ws/build
  488. //Major version of cmake used to create the current loaded cache
  489. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  490. //Minor version of cmake used to create the current loaded cache
  491. CMAKE_CACHE_MINOR_VERSION:INTERNAL=16
  492. //Patch version of cmake used to create the current loaded cache
  493. CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
  494. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  495. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  496. //Path to CMake executable.
  497. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  498. //Path to cpack program executable.
  499. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  500. //Path to ctest program executable.
  501. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  502. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  503. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  504. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  505. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  506. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  507. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  508. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  509. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  510. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  511. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  512. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  513. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  514. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  515. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  516. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  517. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  518. //ADVANCED property for variable: CMAKE_C_COMPILER
  519. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  520. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  521. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  522. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  523. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  524. //ADVANCED property for variable: CMAKE_C_FLAGS
  525. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  526. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  527. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  528. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  529. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  530. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  531. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  532. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  533. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  534. //ADVANCED property for variable: CMAKE_DLLTOOL
  535. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  536. //Executable file format
  537. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  538. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  539. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  540. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  541. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  542. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  543. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  544. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  545. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  546. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  547. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  548. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  549. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  550. //Name of external makefile project generator.
  551. CMAKE_EXTRA_GENERATOR:INTERNAL=
  552. //Name of generator.
  553. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  554. //Generator instance identifier.
  555. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  556. //Name of generator platform.
  557. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  558. //Name of generator toolset.
  559. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  560. //Test CMAKE_HAVE_LIBC_PTHREAD
  561. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=
  562. //Have library pthreads
  563. CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
  564. //Have library pthread
  565. CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
  566. //Have include pthread.h
  567. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  568. //Source directory with the top level CMakeLists.txt file for this
  569. // project
  570. CMAKE_HOME_DIRECTORY:INTERNAL=/home/cicv/work/pji_desktop/simulation/catkin_ws/src
  571. //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
  572. CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
  573. //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
  574. CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
  575. //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
  576. CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
  577. //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
  578. CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
  579. //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
  580. CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
  581. //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
  582. CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
  583. //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
  584. CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
  585. //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
  586. CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
  587. //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
  588. CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
  589. //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
  590. CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
  591. //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
  592. CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
  593. //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
  594. CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
  595. //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
  596. CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
  597. //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
  598. CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
  599. //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
  600. CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
  601. //Install .so files without execute permission.
  602. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  603. //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
  604. CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
  605. //ADVANCED property for variable: CMAKE_LINKER
  606. CMAKE_LINKER-ADVANCED:INTERNAL=1
  607. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  608. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  609. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  610. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  611. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  612. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  613. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  614. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  615. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  616. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  617. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  618. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  619. //ADVANCED property for variable: CMAKE_NM
  620. CMAKE_NM-ADVANCED:INTERNAL=1
  621. //number of local generators
  622. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=8
  623. //ADVANCED property for variable: CMAKE_OBJCOPY
  624. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  625. //ADVANCED property for variable: CMAKE_OBJDUMP
  626. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  627. //Platform information initialized
  628. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  629. //ADVANCED property for variable: CMAKE_RANLIB
  630. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  631. //ADVANCED property for variable: CMAKE_READELF
  632. CMAKE_READELF-ADVANCED:INTERNAL=1
  633. //Path to CMake installation.
  634. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.16
  635. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  636. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  637. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  638. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  639. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  640. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  641. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  642. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  643. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  644. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  645. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  646. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  647. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  648. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  649. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  650. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  651. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  652. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  653. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  654. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  655. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  656. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  657. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  658. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  659. //ADVANCED property for variable: CMAKE_STRIP
  660. CMAKE_STRIP-ADVANCED:INTERNAL=1
  661. //uname command
  662. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  663. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  664. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  665. //Details about finding PY_em
  666. FIND_PACKAGE_MESSAGE_DETAILS_PY_em:INTERNAL=[/home/cicv/anaconda3/envs/simulation/lib/python3.6/site-packages/em.py][v()]
  667. //Details about finding PythonInterp
  668. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/home/cicv/anaconda3/envs/simulation/bin/python3][v3.6.13()]
  669. //Details about finding Threads
  670. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  671. GMOCK_FROM_SOURCE_FOUND:INTERNAL=TRUE
  672. GMOCK_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/src/googletest/googlemock/include
  673. GMOCK_FROM_SOURCE_LIBRARIES:INTERNAL=gmock
  674. GMOCK_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/gmock
  675. GMOCK_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gmock_main
  676. //ADVANCED property for variable: GMOCK_LIBRARY
  677. GMOCK_LIBRARY-ADVANCED:INTERNAL=1
  678. //ADVANCED property for variable: GMOCK_LIBRARY_DEBUG
  679. GMOCK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  680. //ADVANCED property for variable: GMOCK_MAIN_LIBRARY
  681. GMOCK_MAIN_LIBRARY-ADVANCED:INTERNAL=1
  682. //ADVANCED property for variable: GMOCK_MAIN_LIBRARY_DEBUG
  683. GMOCK_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  684. GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
  685. GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
  686. GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
  687. GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/cicv/work/pji_desktop/simulation/catkin_ws/build/gtest
  688. GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
  689. //ADVANCED property for variable: GTEST_INCLUDE_DIR
  690. GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
  691. //ADVANCED property for variable: GTEST_LIBRARY
  692. GTEST_LIBRARY-ADVANCED:INTERNAL=1
  693. //ADVANCED property for variable: GTEST_LIBRARY_DEBUG
  694. GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  695. //ADVANCED property for variable: GTEST_MAIN_LIBRARY
  696. GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1
  697. //ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG
  698. GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  699. //ADVANCED property for variable: PYTHON_EXECUTABLE
  700. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  701. //This needs to be in PYTHONPATH when 'setup.py install' is called.
  702. // And it needs to match. But setuptools won't tell us where
  703. // it will install things.
  704. PYTHON_INSTALL_DIR:INTERNAL=lib/python3/dist-packages
  705. //CMAKE_INSTALL_PREFIX during last run
  706. _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/home/cicv/work/pji_desktop/simulation/catkin_ws/install
  707. //ADVANCED property for variable: gmock_build_tests
  708. gmock_build_tests-ADVANCED:INTERNAL=1
  709. //ADVANCED property for variable: gtest_build_samples
  710. gtest_build_samples-ADVANCED:INTERNAL=1
  711. //ADVANCED property for variable: gtest_build_tests
  712. gtest_build_tests-ADVANCED:INTERNAL=1
  713. //ADVANCED property for variable: gtest_disable_pthreads
  714. gtest_disable_pthreads-ADVANCED:INTERNAL=1
  715. //ADVANCED property for variable: gtest_force_shared_crt
  716. gtest_force_shared_crt-ADVANCED:INTERNAL=1
  717. //ADVANCED property for variable: gtest_hide_internal_symbols
  718. gtest_hide_internal_symbols-ADVANCED:INTERNAL=1