CMakeCache.txt 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/neousys/autoware.ai/build/pos_db
  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. //Builds the googletest subproject
  18. BUILD_GTEST:BOOL=OFF
  19. //Build shared libraries (DLLs).
  20. BUILD_SHARED_LIBS:BOOL=ON
  21. //Catkin enable testing
  22. CATKIN_ENABLE_TESTING:BOOL=ON
  23. //No help, variable specified on the command line.
  24. CATKIN_INSTALL_INTO_PREFIX_ROOT:UNINITIALIZED=0
  25. //Prefix to apply to package generated via gendebian
  26. CATKIN_PACKAGE_PREFIX:STRING=
  27. //Catkin skip testing
  28. CATKIN_SKIP_TESTING:BOOL=OFF
  29. //Replace the CMake install command with a custom implementation
  30. // using symlinks instead of copying resources
  31. CATKIN_SYMLINK_INSTALL:BOOL=OFF
  32. //Path to a program.
  33. CMAKE_AR:FILEPATH=/usr/bin/ar
  34. //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
  35. // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
  36. CMAKE_BUILD_TYPE:STRING=Release
  37. //Enable/Disable color output during build.
  38. CMAKE_COLOR_MAKEFILE:BOOL=ON
  39. //CXX compiler
  40. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  41. //A wrapper around 'ar' adding the appropriate '--plugin' option
  42. // for the GCC compiler
  43. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
  44. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  45. // for the GCC compiler
  46. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
  47. //Flags used by the compiler during all build types.
  48. CMAKE_CXX_FLAGS:STRING=
  49. //Flags used by the compiler during debug builds.
  50. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  51. //Flags used by the compiler during release builds for minimum
  52. // size.
  53. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  54. //Flags used by the compiler during release builds.
  55. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  56. //Flags used by the compiler during release builds with debug info.
  57. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  58. //C compiler
  59. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  60. //A wrapper around 'ar' adding the appropriate '--plugin' option
  61. // for the GCC compiler
  62. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
  63. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  64. // for the GCC compiler
  65. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
  66. //Flags used by the compiler during all build types.
  67. CMAKE_C_FLAGS:STRING=
  68. //Flags used by the compiler during debug builds.
  69. CMAKE_C_FLAGS_DEBUG:STRING=-g
  70. //Flags used by the compiler during release builds for minimum
  71. // size.
  72. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  73. //Flags used by the compiler during release builds.
  74. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  75. //Flags used by the compiler during release builds with debug info.
  76. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  77. //Flags used by the linker.
  78. CMAKE_EXE_LINKER_FLAGS:STRING=
  79. //Flags used by the linker during debug builds.
  80. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  81. //Flags used by the linker during release minsize builds.
  82. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  83. //Flags used by the linker during release builds.
  84. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  85. //Flags used by the linker during Release with Debug Info builds.
  86. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  87. //Enable/Disable output of compile commands during generation.
  88. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
  89. //Install path prefix, prepended onto install directories.
  90. CMAKE_INSTALL_PREFIX:PATH=/home/neousys/autoware.ai/install/pos_db
  91. //Path to a program.
  92. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  93. //Path to a program.
  94. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
  95. //Flags used by the linker during the creation of modules.
  96. CMAKE_MODULE_LINKER_FLAGS:STRING=
  97. //Flags used by the linker during debug builds.
  98. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  99. //Flags used by the linker during release minsize builds.
  100. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  101. //Flags used by the linker during release builds.
  102. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  103. //Flags used by the linker during Release with Debug Info builds.
  104. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  105. //Path to a program.
  106. CMAKE_NM:FILEPATH=/usr/bin/nm
  107. //Path to a program.
  108. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  109. //Path to a program.
  110. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  111. //Value Computed by CMake
  112. CMAKE_PROJECT_NAME:STATIC=pos_db
  113. //Path to a program.
  114. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  115. //Flags used by the linker during the creation of dll's.
  116. CMAKE_SHARED_LINKER_FLAGS:STRING=
  117. //Flags used by the linker during debug builds.
  118. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  119. //Flags used by the linker during release minsize builds.
  120. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  121. //Flags used by the linker during release builds.
  122. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  123. //Flags used by the linker during Release with Debug Info builds.
  124. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  125. //If set, runtime paths are not added when installing shared libraries,
  126. // but are added when building.
  127. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  128. //If set, runtime paths are not added when using shared libraries.
  129. CMAKE_SKIP_RPATH:BOOL=NO
  130. //Flags used by the linker during the creation of static libraries.
  131. CMAKE_STATIC_LINKER_FLAGS:STRING=
  132. //Flags used by the linker during debug builds.
  133. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  134. //Flags used by the linker during release minsize builds.
  135. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  136. //Flags used by the linker during release builds.
  137. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  138. //Flags used by the linker during Release with Debug Info builds.
  139. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  140. //Path to a program.
  141. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  142. //If this value is on, makefiles will be generated without the
  143. // .SILENT directive, and all commands will be echoed to the console
  144. // during the make. This is useful for debugging only. With Visual
  145. // Studio IDE projects all commands are done without /nologo.
  146. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  147. //Path to a program.
  148. DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND
  149. //Path to a program.
  150. EMPY_EXECUTABLE:FILEPATH=/usr/bin/empy
  151. //Empy script
  152. EMPY_SCRIPT:STRING=/usr/bin/empy
  153. //The directory containing a CMake configuration file for GMock.
  154. GMock_DIR:PATH=GMock_DIR-NOTFOUND
  155. //Path to a file.
  156. GTEST_INCLUDE_DIR:PATH=/usr/include
  157. //Path to a library.
  158. GTEST_LIBRARY:FILEPATH=GTEST_LIBRARY-NOTFOUND
  159. //Path to a library.
  160. GTEST_LIBRARY_DEBUG:FILEPATH=GTEST_LIBRARY_DEBUG-NOTFOUND
  161. //Path to a library.
  162. GTEST_MAIN_LIBRARY:FILEPATH=GTEST_MAIN_LIBRARY-NOTFOUND
  163. //Path to a library.
  164. GTEST_MAIN_LIBRARY_DEBUG:FILEPATH=GTEST_MAIN_LIBRARY_DEBUG-NOTFOUND
  165. //Path to a file.
  166. LIBSSH2_INCLUDE_DIR:PATH=/usr/include
  167. //Path to a library.
  168. LIBSSH2_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssh2.so
  169. //lsb_release executable was found
  170. LSB_FOUND:BOOL=TRUE
  171. //Path to a program.
  172. LSB_RELEASE_EXECUTABLE:FILEPATH=/usr/bin/lsb_release
  173. //Path to a program.
  174. NOSETESTS:FILEPATH=/usr/bin/nosetests-2.7
  175. //pkg-config executable
  176. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  177. //Path to a program.
  178. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
  179. //Specify specific Python version to use ('major.minor' or 'major')
  180. PYTHON_VERSION:STRING=2
  181. //Path to a library.
  182. RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
  183. //Enable debian style python package layout
  184. SETUPTOOLS_DEB_LAYOUT:BOOL=ON
  185. //Name of the computer/site where compile is being run
  186. SITE:STRING=neousys-Nuvo-6108GC
  187. //LSB Distrib tag
  188. UBUNTU:BOOL=TRUE
  189. //LSB Distrib - codename tag
  190. UBUNTU_BIONIC:BOOL=TRUE
  191. //Path to a file.
  192. _gmock_INCLUDES:FILEPATH=/usr/include/gmock/gmock.h
  193. //Path to a file.
  194. _gmock_SOURCES:FILEPATH=/usr/src/gmock/src/gmock.cc
  195. //Path to a file.
  196. _gtest_INCLUDES:FILEPATH=/usr/include/gtest/gtest.h
  197. //Path to a file.
  198. _gtest_SOURCES:FILEPATH=/usr/src/gtest/src/gtest.cc
  199. //The directory containing a CMake configuration file for actionlib.
  200. actionlib_DIR:PATH=/opt/ros/melodic/share/actionlib/cmake
  201. //The directory containing a CMake configuration file for actionlib_msgs.
  202. actionlib_msgs_DIR:PATH=/opt/ros/melodic/share/actionlib_msgs/cmake
  203. //The directory containing a CMake configuration file for autoware_build_flags.
  204. autoware_build_flags_DIR:PATH=/home/neousys/autoware.ai/install/autoware_build_flags/share/autoware_build_flags/cmake
  205. //The directory containing a CMake configuration file for autoware_msgs.
  206. autoware_msgs_DIR:PATH=/home/neousys/autoware.ai/install/autoware_msgs/share/autoware_msgs/cmake
  207. //The directory containing a CMake configuration file for bond.
  208. bond_DIR:PATH=/opt/ros/melodic/share/bond/cmake
  209. //The directory containing a CMake configuration file for bondcpp.
  210. bondcpp_DIR:PATH=/opt/ros/melodic/share/bondcpp/cmake
  211. //The directory containing a CMake configuration file for catkin.
  212. catkin_DIR:PATH=/opt/ros/melodic/share/catkin/cmake
  213. //The directory containing a CMake configuration file for class_loader.
  214. class_loader_DIR:PATH=/opt/ros/melodic/share/class_loader/cmake
  215. //The directory containing a CMake configuration file for cpp_common.
  216. cpp_common_DIR:PATH=/opt/ros/melodic/share/cpp_common/cmake
  217. //The directory containing a CMake configuration file for cv_bridge.
  218. cv_bridge_DIR:PATH=/opt/ros/melodic/share/cv_bridge/cmake
  219. //The directory containing a CMake configuration file for dynamic_reconfigure.
  220. dynamic_reconfigure_DIR:PATH=/opt/ros/melodic/share/dynamic_reconfigure/cmake
  221. //The directory containing a CMake configuration file for gencpp.
  222. gencpp_DIR:PATH=/opt/ros/melodic/share/gencpp/cmake
  223. //The directory containing a CMake configuration file for geneus.
  224. geneus_DIR:PATH=/opt/ros/melodic/share/geneus/cmake
  225. //The directory containing a CMake configuration file for genlisp.
  226. genlisp_DIR:PATH=/opt/ros/melodic/share/genlisp/cmake
  227. //The directory containing a CMake configuration file for genmsg.
  228. genmsg_DIR:PATH=/opt/ros/melodic/share/genmsg/cmake
  229. //The directory containing a CMake configuration file for gennodejs.
  230. gennodejs_DIR:PATH=/opt/ros/melodic/share/gennodejs/cmake
  231. //The directory containing a CMake configuration file for genpy.
  232. genpy_DIR:PATH=/opt/ros/melodic/share/genpy/cmake
  233. //The directory containing a CMake configuration file for geometry_msgs.
  234. geometry_msgs_DIR:PATH=/opt/ros/melodic/share/geometry_msgs/cmake
  235. //Value Computed by CMake
  236. gmock_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/pos_db/gtest/googlemock
  237. //Dependencies for the target
  238. gmock_LIB_DEPENDS:STATIC=general;-lpthread;
  239. //Value Computed by CMake
  240. gmock_SOURCE_DIR:STATIC=/usr/src/googletest/googlemock
  241. //Build all of Google Mock's own tests.
  242. gmock_build_tests:BOOL=OFF
  243. //Dependencies for the target
  244. gmock_main_LIB_DEPENDS:STATIC=general;-lpthread;
  245. //The directory containing a CMake configuration file for gnss.
  246. gnss_DIR:PATH=/home/neousys/autoware.ai/install/gnss/share/gnss/cmake
  247. //Value Computed by CMake
  248. googletest-distribution_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/pos_db/gtest
  249. //Value Computed by CMake
  250. googletest-distribution_SOURCE_DIR:STATIC=/usr/src/googletest
  251. //Value Computed by CMake
  252. gtest_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/pos_db/gtest/googlemock/gtest
  253. //Dependencies for the target
  254. gtest_LIB_DEPENDS:STATIC=general;-lpthread;
  255. //Value Computed by CMake
  256. gtest_SOURCE_DIR:STATIC=/usr/src/googletest/googletest
  257. //Build gtest's sample programs.
  258. gtest_build_samples:BOOL=OFF
  259. //Build all of gtest's own tests.
  260. gtest_build_tests:BOOL=OFF
  261. //Disable uses of pthreads in gtest.
  262. gtest_disable_pthreads:BOOL=OFF
  263. //Use shared (DLL) run-time lib even when Google Test is built
  264. // as static lib.
  265. gtest_force_shared_crt:BOOL=OFF
  266. //Build gtest with internal symbols hidden in shared libraries.
  267. gtest_hide_internal_symbols:BOOL=OFF
  268. //Dependencies for the target
  269. gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest;
  270. //The directory containing a CMake configuration file for image_geometry.
  271. image_geometry_DIR:PATH=/opt/ros/melodic/share/image_geometry/cmake
  272. //The directory containing a CMake configuration file for image_transport.
  273. image_transport_DIR:PATH=/opt/ros/melodic/share/image_transport/cmake
  274. //The directory containing a CMake configuration file for interactive_markers.
  275. interactive_markers_DIR:PATH=/opt/ros/melodic/share/interactive_markers/cmake
  276. //The directory containing a CMake configuration file for jsk_footstep_msgs.
  277. jsk_footstep_msgs_DIR:PATH=/opt/ros/melodic/share/jsk_footstep_msgs/cmake
  278. //The directory containing a CMake configuration file for jsk_hark_msgs.
  279. jsk_hark_msgs_DIR:PATH=/opt/ros/melodic/share/jsk_hark_msgs/cmake
  280. //The directory containing a CMake configuration file for jsk_recognition_msgs.
  281. jsk_recognition_msgs_DIR:PATH=/opt/ros/melodic/share/jsk_recognition_msgs/cmake
  282. //The directory containing a CMake configuration file for jsk_recognition_utils.
  283. jsk_recognition_utils_DIR:PATH=/opt/ros/melodic/share/jsk_recognition_utils/cmake
  284. //The directory containing a CMake configuration file for jsk_rviz_plugins.
  285. jsk_rviz_plugins_DIR:PATH=/opt/ros/melodic/share/jsk_rviz_plugins/cmake
  286. //The directory containing a CMake configuration file for laser_geometry.
  287. laser_geometry_DIR:PATH=/opt/ros/melodic/share/laser_geometry/cmake
  288. //Path to a library.
  289. lib:FILEPATH=/opt/ros/melodic/lib/librosconsole_bridge.so
  290. //The directory containing a CMake configuration file for map_msgs.
  291. map_msgs_DIR:PATH=/opt/ros/melodic/share/map_msgs/cmake
  292. //The directory containing a CMake configuration file for message_filters.
  293. message_filters_DIR:PATH=/opt/ros/melodic/share/message_filters/cmake
  294. //The directory containing a CMake configuration file for message_generation.
  295. message_generation_DIR:PATH=/opt/ros/melodic/share/message_generation/cmake
  296. //The directory containing a CMake configuration file for message_runtime.
  297. message_runtime_DIR:PATH=/opt/ros/melodic/share/message_runtime/cmake
  298. //The directory containing a CMake configuration file for nav_msgs.
  299. nav_msgs_DIR:PATH=/opt/ros/melodic/share/nav_msgs/cmake
  300. //The directory containing a CMake configuration file for nodelet.
  301. nodelet_DIR:PATH=/opt/ros/melodic/share/nodelet/cmake
  302. //The directory containing a CMake configuration file for nodelet_topic_tools.
  303. nodelet_topic_tools_DIR:PATH=/opt/ros/melodic/share/nodelet_topic_tools/cmake
  304. //The directory containing a CMake configuration file for pcl_conversions.
  305. pcl_conversions_DIR:PATH=/opt/ros/melodic/share/pcl_conversions/cmake
  306. //The directory containing a CMake configuration file for pcl_msgs.
  307. pcl_msgs_DIR:PATH=/opt/ros/melodic/share/pcl_msgs/cmake
  308. //The directory containing a CMake configuration file for pcl_ros.
  309. pcl_ros_DIR:PATH=/opt/ros/melodic/share/pcl_ros/cmake
  310. //The directory containing a CMake configuration file for people_msgs.
  311. people_msgs_DIR:PATH=/opt/ros/melodic/share/people_msgs/cmake
  312. //The directory containing a CMake configuration file for pluginlib.
  313. pluginlib_DIR:PATH=/opt/ros/melodic/share/pluginlib/cmake
  314. //Value Computed by CMake
  315. pos_db_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/pos_db
  316. //Dependencies for the target
  317. pos_db_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libssh2.so;
  318. //Value Computed by CMake
  319. pos_db_SOURCE_DIR:STATIC=/home/neousys/autoware.ai/src/autoware/core_perception/pos_db
  320. //The directory containing a CMake configuration file for resource_retriever.
  321. resource_retriever_DIR:PATH=/opt/ros/melodic/share/resource_retriever/cmake
  322. //The directory containing a CMake configuration file for rosbag.
  323. rosbag_DIR:PATH=/opt/ros/melodic/share/rosbag/cmake
  324. //The directory containing a CMake configuration file for rosbag_storage.
  325. rosbag_storage_DIR:PATH=/opt/ros/melodic/share/rosbag_storage/cmake
  326. //The directory containing a CMake configuration file for rosconsole.
  327. rosconsole_DIR:PATH=/opt/ros/melodic/share/rosconsole/cmake
  328. //The directory containing a CMake configuration file for rosconsole_bridge.
  329. rosconsole_bridge_DIR:PATH=/opt/ros/melodic/share/rosconsole_bridge/cmake
  330. //The directory containing a CMake configuration file for roscpp.
  331. roscpp_DIR:PATH=/opt/ros/melodic/share/roscpp/cmake
  332. //The directory containing a CMake configuration file for roscpp_serialization.
  333. roscpp_serialization_DIR:PATH=/opt/ros/melodic/share/roscpp_serialization/cmake
  334. //The directory containing a CMake configuration file for roscpp_traits.
  335. roscpp_traits_DIR:PATH=/opt/ros/melodic/share/roscpp_traits/cmake
  336. //The directory containing a CMake configuration file for rosgraph.
  337. rosgraph_DIR:PATH=/opt/ros/melodic/share/rosgraph/cmake
  338. //The directory containing a CMake configuration file for rosgraph_msgs.
  339. rosgraph_msgs_DIR:PATH=/opt/ros/melodic/share/rosgraph_msgs/cmake
  340. //The directory containing a CMake configuration file for roslib.
  341. roslib_DIR:PATH=/opt/ros/melodic/share/roslib/cmake
  342. //The directory containing a CMake configuration file for roslz4.
  343. roslz4_DIR:PATH=/opt/ros/melodic/share/roslz4/cmake
  344. //The directory containing a CMake configuration file for rospack.
  345. rospack_DIR:PATH=/opt/ros/melodic/share/rospack/cmake
  346. //The directory containing a CMake configuration file for rospy.
  347. rospy_DIR:PATH=/opt/ros/melodic/share/rospy/cmake
  348. //The directory containing a CMake configuration file for rostime.
  349. rostime_DIR:PATH=/opt/ros/melodic/share/rostime/cmake
  350. //The directory containing a CMake configuration file for rviz.
  351. rviz_DIR:PATH=/opt/ros/melodic/share/rviz/cmake
  352. //The directory containing a CMake configuration file for sensor_msgs.
  353. sensor_msgs_DIR:PATH=/opt/ros/melodic/share/sensor_msgs/cmake
  354. //The directory containing a CMake configuration file for smclib.
  355. smclib_DIR:PATH=/opt/ros/melodic/share/smclib/cmake
  356. //The directory containing a CMake configuration file for std_msgs.
  357. std_msgs_DIR:PATH=/opt/ros/melodic/share/std_msgs/cmake
  358. //The directory containing a CMake configuration file for std_srvs.
  359. std_srvs_DIR:PATH=/opt/ros/melodic/share/std_srvs/cmake
  360. //The directory containing a CMake configuration file for tf2.
  361. tf2_DIR:PATH=/opt/ros/melodic/share/tf2/cmake
  362. //The directory containing a CMake configuration file for tf2_eigen.
  363. tf2_eigen_DIR:PATH=/opt/ros/melodic/share/tf2_eigen/cmake
  364. //The directory containing a CMake configuration file for tf2_msgs.
  365. tf2_msgs_DIR:PATH=/opt/ros/melodic/share/tf2_msgs/cmake
  366. //The directory containing a CMake configuration file for tf2_py.
  367. tf2_py_DIR:PATH=/opt/ros/melodic/share/tf2_py/cmake
  368. //The directory containing a CMake configuration file for tf2_ros.
  369. tf2_ros_DIR:PATH=/opt/ros/melodic/share/tf2_ros/cmake
  370. //The directory containing a CMake configuration file for tf.
  371. tf_DIR:PATH=/opt/ros/melodic/share/tf/cmake
  372. //The directory containing a CMake configuration file for topic_tools.
  373. topic_tools_DIR:PATH=/opt/ros/melodic/share/topic_tools/cmake
  374. //The directory containing a CMake configuration file for urdf.
  375. urdf_DIR:PATH=/opt/ros/melodic/share/urdf/cmake
  376. //The directory containing a CMake configuration file for visualization_msgs.
  377. visualization_msgs_DIR:PATH=/opt/ros/melodic/share/visualization_msgs/cmake
  378. //The directory containing a CMake configuration file for xmlrpcpp.
  379. xmlrpcpp_DIR:PATH=/opt/ros/melodic/share/xmlrpcpp/cmake
  380. ########################
  381. # INTERNAL cache entries
  382. ########################
  383. //catkin environment
  384. CATKIN_ENV:INTERNAL=/home/neousys/autoware.ai/build/pos_db/catkin_generated/env_cached.sh
  385. CATKIN_TEST_RESULTS_DIR:INTERNAL=/home/neousys/autoware.ai/build/pos_db/test_results
  386. //ADVANCED property for variable: CMAKE_AR
  387. CMAKE_AR-ADVANCED:INTERNAL=1
  388. //This is the directory where this CMakeCache.txt was created
  389. CMAKE_CACHEFILE_DIR:INTERNAL=/home/neousys/autoware.ai/build/pos_db
  390. //Major version of cmake used to create the current loaded cache
  391. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  392. //Minor version of cmake used to create the current loaded cache
  393. CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
  394. //Patch version of cmake used to create the current loaded cache
  395. CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
  396. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  397. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  398. //Path to CMake executable.
  399. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  400. //Path to cpack program executable.
  401. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  402. //Path to ctest program executable.
  403. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  404. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  405. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  406. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  407. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  408. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  409. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  410. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  411. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  412. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  413. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  414. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  415. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  416. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  417. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  418. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  419. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  420. //ADVANCED property for variable: CMAKE_C_COMPILER
  421. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  422. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  423. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  424. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  425. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  426. //ADVANCED property for variable: CMAKE_C_FLAGS
  427. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  428. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  429. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  430. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  431. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  432. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  433. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  434. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  435. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  436. //Executable file format
  437. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  438. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  439. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  440. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  441. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  442. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  443. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  444. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  445. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  446. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  447. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  448. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  449. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  450. //Name of external makefile project generator.
  451. CMAKE_EXTRA_GENERATOR:INTERNAL=
  452. //Name of generator.
  453. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  454. //Name of generator platform.
  455. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  456. //Name of generator toolset.
  457. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  458. //Have symbol pthread_create
  459. CMAKE_HAVE_LIBC_CREATE:INTERNAL=
  460. //Have library pthreads
  461. CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
  462. //Have library pthread
  463. CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
  464. //Have include pthread.h
  465. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  466. //Source directory with the top level CMakeLists.txt file for this
  467. // project
  468. CMAKE_HOME_DIRECTORY:INTERNAL=/home/neousys/autoware.ai/src/autoware/core_perception/pos_db
  469. //Install .so files without execute permission.
  470. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  471. //ADVANCED property for variable: CMAKE_LINKER
  472. CMAKE_LINKER-ADVANCED:INTERNAL=1
  473. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  474. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  475. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  476. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  477. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  478. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  479. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  480. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  481. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  482. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  483. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  484. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  485. //ADVANCED property for variable: CMAKE_NM
  486. CMAKE_NM-ADVANCED:INTERNAL=1
  487. //number of local generators
  488. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4
  489. //ADVANCED property for variable: CMAKE_OBJCOPY
  490. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  491. //ADVANCED property for variable: CMAKE_OBJDUMP
  492. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  493. //Platform information initialized
  494. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  495. //ADVANCED property for variable: CMAKE_RANLIB
  496. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  497. //Path to CMake installation.
  498. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10
  499. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  500. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  501. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  502. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  503. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  504. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  505. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  506. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  507. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  508. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  509. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  510. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  511. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  512. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  513. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  514. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  515. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  516. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  517. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  518. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  519. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  520. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  521. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  522. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  523. //ADVANCED property for variable: CMAKE_STRIP
  524. CMAKE_STRIP-ADVANCED:INTERNAL=1
  525. //uname command
  526. CMAKE_UNAME:INTERNAL=/bin/uname
  527. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  528. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  529. //Details about finding LibSsh2
  530. FIND_PACKAGE_MESSAGE_DETAILS_LibSsh2:INTERNAL=[/usr/lib/x86_64-linux-gnu/libssh2.so][/usr/include][v()]
  531. //Details about finding PkgConfig
  532. FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.29.1()]
  533. //Details about finding PythonInterp
  534. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.17()]
  535. //Details about finding Threads
  536. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  537. GMOCK_FROM_SOURCE_FOUND:INTERNAL=TRUE
  538. GMOCK_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
  539. GMOCK_FROM_SOURCE_LIBRARIES:INTERNAL=gmock
  540. GMOCK_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/pos_db/gmock
  541. GMOCK_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gmock_main
  542. GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
  543. GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
  544. GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
  545. GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/pos_db/gtest
  546. GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
  547. //ADVANCED property for variable: GTEST_INCLUDE_DIR
  548. GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
  549. //ADVANCED property for variable: GTEST_LIBRARY
  550. GTEST_LIBRARY-ADVANCED:INTERNAL=1
  551. //ADVANCED property for variable: GTEST_LIBRARY_DEBUG
  552. GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  553. //ADVANCED property for variable: GTEST_MAIN_LIBRARY
  554. GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1
  555. //ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG
  556. GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  557. //ADVANCED property for variable: LIBSSH2_INCLUDE_DIR
  558. LIBSSH2_INCLUDE_DIR-ADVANCED:INTERNAL=1
  559. //ADVANCED property for variable: LIBSSH2_LIBRARY
  560. LIBSSH2_LIBRARY-ADVANCED:INTERNAL=1
  561. PC_LIBSSH2_CFLAGS:INTERNAL=
  562. PC_LIBSSH2_CFLAGS_I:INTERNAL=
  563. PC_LIBSSH2_CFLAGS_OTHER:INTERNAL=
  564. PC_LIBSSH2_FOUND:INTERNAL=1
  565. PC_LIBSSH2_INCLUDEDIR:INTERNAL=/usr/include
  566. PC_LIBSSH2_INCLUDE_DIRS:INTERNAL=
  567. PC_LIBSSH2_LDFLAGS:INTERNAL=-lssh2
  568. PC_LIBSSH2_LDFLAGS_OTHER:INTERNAL=
  569. PC_LIBSSH2_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  570. PC_LIBSSH2_LIBRARIES:INTERNAL=ssh2
  571. PC_LIBSSH2_LIBRARY_DIRS:INTERNAL=
  572. PC_LIBSSH2_LIBS:INTERNAL=
  573. PC_LIBSSH2_LIBS_L:INTERNAL=
  574. PC_LIBSSH2_LIBS_OTHER:INTERNAL=
  575. PC_LIBSSH2_LIBS_PATHS:INTERNAL=
  576. PC_LIBSSH2_PREFIX:INTERNAL=/usr
  577. PC_LIBSSH2_STATIC_CFLAGS:INTERNAL=
  578. PC_LIBSSH2_STATIC_CFLAGS_I:INTERNAL=
  579. PC_LIBSSH2_STATIC_CFLAGS_OTHER:INTERNAL=
  580. PC_LIBSSH2_STATIC_INCLUDE_DIRS:INTERNAL=
  581. PC_LIBSSH2_STATIC_LDFLAGS:INTERNAL=-lssh2;-lgcrypt;-lgpg-error;-lz
  582. PC_LIBSSH2_STATIC_LDFLAGS_OTHER:INTERNAL=
  583. PC_LIBSSH2_STATIC_LIBDIR:INTERNAL=
  584. PC_LIBSSH2_STATIC_LIBRARIES:INTERNAL=ssh2;gcrypt;gpg-error;z
  585. PC_LIBSSH2_STATIC_LIBRARY_DIRS:INTERNAL=
  586. PC_LIBSSH2_STATIC_LIBS:INTERNAL=
  587. PC_LIBSSH2_STATIC_LIBS_L:INTERNAL=
  588. PC_LIBSSH2_STATIC_LIBS_OTHER:INTERNAL=
  589. PC_LIBSSH2_STATIC_LIBS_PATHS:INTERNAL=
  590. PC_LIBSSH2_VERSION:INTERNAL=1.8.0
  591. PC_LIBSSH2_libssh2_INCLUDEDIR:INTERNAL=
  592. PC_LIBSSH2_libssh2_LIBDIR:INTERNAL=
  593. PC_LIBSSH2_libssh2_PREFIX:INTERNAL=
  594. PC_LIBSSH2_libssh2_VERSION:INTERNAL=
  595. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  596. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  597. //ADVANCED property for variable: PYTHON_EXECUTABLE
  598. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  599. //This needs to be in PYTHONPATH when 'setup.py install' is called.
  600. // And it needs to match. But setuptools won't tell us where
  601. // it will install things.
  602. PYTHON_INSTALL_DIR:INTERNAL=lib/python2.7/dist-packages
  603. __pkg_config_arguments_PC_LIBSSH2:INTERNAL=QUIET;libssh2
  604. __pkg_config_checked_PC_LIBSSH2:INTERNAL=1
  605. prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu