CMakeCache.txt 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/neousys/autoware.ai/build/sick_ldmrs_driver
  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. //The directory containing a CMake configuration file for Boost.
  22. Boost_DIR:PATH=Boost_DIR-NOTFOUND
  23. //Path to a file.
  24. Boost_INCLUDE_DIR:PATH=/usr/include
  25. //Boost library directory DEBUG
  26. Boost_LIBRARY_DIR_DEBUG:PATH=/usr/lib/x86_64-linux-gnu
  27. //Boost library directory RELEASE
  28. Boost_LIBRARY_DIR_RELEASE:PATH=/usr/lib/x86_64-linux-gnu
  29. //Boost system library (debug)
  30. Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so
  31. //Boost system library (release)
  32. Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so
  33. //Catkin enable testing
  34. CATKIN_ENABLE_TESTING:BOOL=ON
  35. //No help, variable specified on the command line.
  36. CATKIN_INSTALL_INTO_PREFIX_ROOT:UNINITIALIZED=0
  37. //Prefix to apply to package generated via gendebian
  38. CATKIN_PACKAGE_PREFIX:STRING=
  39. //Catkin skip testing
  40. CATKIN_SKIP_TESTING:BOOL=OFF
  41. //Replace the CMake install command with a custom implementation
  42. // using symlinks instead of copying resources
  43. CATKIN_SYMLINK_INSTALL:BOOL=OFF
  44. //Path to a program.
  45. CMAKE_AR:FILEPATH=/usr/bin/ar
  46. //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
  47. // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
  48. CMAKE_BUILD_TYPE:STRING=Release
  49. //Enable/Disable color output during build.
  50. CMAKE_COLOR_MAKEFILE:BOOL=ON
  51. //CXX compiler
  52. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  53. //A wrapper around 'ar' adding the appropriate '--plugin' option
  54. // for the GCC compiler
  55. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
  56. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  57. // for the GCC compiler
  58. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
  59. //Flags used by the compiler during all build types.
  60. CMAKE_CXX_FLAGS:STRING=
  61. //Flags used by the compiler during debug builds.
  62. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  63. //Flags used by the compiler during release builds for minimum
  64. // size.
  65. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  66. //Flags used by the compiler during release builds.
  67. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  68. //Flags used by the compiler during release builds with debug info.
  69. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  70. //C compiler
  71. CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
  72. //A wrapper around 'ar' adding the appropriate '--plugin' option
  73. // for the GCC compiler
  74. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
  75. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  76. // for the GCC compiler
  77. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
  78. //Flags used by the compiler during all build types.
  79. CMAKE_C_FLAGS:STRING=
  80. //Flags used by the compiler during debug builds.
  81. CMAKE_C_FLAGS_DEBUG:STRING=-g
  82. //Flags used by the compiler during release builds for minimum
  83. // size.
  84. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  85. //Flags used by the compiler during release builds.
  86. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  87. //Flags used by the compiler during release builds with debug info.
  88. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  89. //Flags used by the linker.
  90. CMAKE_EXE_LINKER_FLAGS:STRING=
  91. //Flags used by the linker during debug builds.
  92. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  93. //Flags used by the linker during release minsize builds.
  94. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  95. //Flags used by the linker during release builds.
  96. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  97. //Flags used by the linker during Release with Debug Info builds.
  98. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  99. //Enable/Disable output of compile commands during generation.
  100. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
  101. //Install path prefix, prepended onto install directories.
  102. CMAKE_INSTALL_PREFIX:PATH=/home/neousys/autoware.ai/install/sick_ldmrs_driver
  103. //Path to a program.
  104. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  105. //Path to a program.
  106. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
  107. //Flags used by the linker during the creation of modules.
  108. CMAKE_MODULE_LINKER_FLAGS:STRING=
  109. //Flags used by the linker during debug builds.
  110. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  111. //Flags used by the linker during release minsize builds.
  112. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  113. //Flags used by the linker during release builds.
  114. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  115. //Flags used by the linker during Release with Debug Info builds.
  116. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  117. //Path to a program.
  118. CMAKE_NM:FILEPATH=/usr/bin/nm
  119. //Path to a program.
  120. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  121. //Path to a program.
  122. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  123. //Value Computed by CMake
  124. CMAKE_PROJECT_NAME:STATIC=sick_ldmrs_driver
  125. //Path to a program.
  126. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  127. //Flags used by the linker during the creation of dll's.
  128. CMAKE_SHARED_LINKER_FLAGS:STRING=
  129. //Flags used by the linker during debug builds.
  130. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  131. //Flags used by the linker during release minsize builds.
  132. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  133. //Flags used by the linker during release builds.
  134. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  135. //Flags used by the linker during Release with Debug Info builds.
  136. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  137. //If set, runtime paths are not added when installing shared libraries,
  138. // but are added when building.
  139. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  140. //If set, runtime paths are not added when using shared libraries.
  141. CMAKE_SKIP_RPATH:BOOL=NO
  142. //Flags used by the linker during the creation of static libraries.
  143. CMAKE_STATIC_LINKER_FLAGS:STRING=
  144. //Flags used by the linker during debug builds.
  145. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  146. //Flags used by the linker during release minsize builds.
  147. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  148. //Flags used by the linker during release builds.
  149. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  150. //Flags used by the linker during Release with Debug Info builds.
  151. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  152. //Path to a program.
  153. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  154. //If this value is on, makefiles will be generated without the
  155. // .SILENT directive, and all commands will be echoed to the console
  156. // during the make. This is useful for debugging only. With Visual
  157. // Studio IDE projects all commands are done without /nologo.
  158. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  159. //Path to a program.
  160. DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND
  161. //Path to a program.
  162. EMPY_EXECUTABLE:FILEPATH=/usr/bin/empy
  163. //Empy script
  164. EMPY_SCRIPT:STRING=/usr/bin/empy
  165. //The directory containing a CMake configuration file for GMock.
  166. GMock_DIR:PATH=GMock_DIR-NOTFOUND
  167. //Path to a file.
  168. GTEST_INCLUDE_DIR:PATH=/usr/include
  169. //Path to a library.
  170. GTEST_LIBRARY:FILEPATH=GTEST_LIBRARY-NOTFOUND
  171. //Path to a library.
  172. GTEST_LIBRARY_DEBUG:FILEPATH=GTEST_LIBRARY_DEBUG-NOTFOUND
  173. //Path to a library.
  174. GTEST_MAIN_LIBRARY:FILEPATH=GTEST_MAIN_LIBRARY-NOTFOUND
  175. //Path to a library.
  176. GTEST_MAIN_LIBRARY_DEBUG:FILEPATH=GTEST_MAIN_LIBRARY_DEBUG-NOTFOUND
  177. //Installation directory for executables
  178. INSTALL_BIN_DIR:PATH=bin
  179. //Installation directory for CMake files
  180. INSTALL_CMAKE_DIR:PATH=lib/cmake/SickLDMRS
  181. //Installation directory for header files
  182. INSTALL_INCLUDE_DIR:PATH=include
  183. //Installation directory for libraries
  184. INSTALL_LIB_DIR:PATH=lib
  185. //Value Computed by CMake
  186. LIBSICK_LDMRS_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/sick_ldmrs_driver/src/driver
  187. //Value Computed by CMake
  188. LIBSICK_LDMRS_SOURCE_DIR:STATIC=/home/neousys/autoware.ai/src/drivers/awf_drivers/sick_ldmrs_driver/src/driver
  189. //lsb_release executable was found
  190. LSB_FOUND:BOOL=TRUE
  191. //Path to a program.
  192. LSB_RELEASE_EXECUTABLE:FILEPATH=/usr/bin/lsb_release
  193. //Path to a program.
  194. NOSETESTS:FILEPATH=/usr/bin/nosetests-2.7
  195. //Path to a program.
  196. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
  197. //Specify specific Python version to use ('major.minor' or 'major')
  198. PYTHON_VERSION:STRING=2
  199. //Path to a library.
  200. RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
  201. //Enable debian style python package layout
  202. SETUPTOOLS_DEB_LAYOUT:BOOL=ON
  203. //Name of the computer/site where compile is being run
  204. SITE:STRING=neousys-Nuvo-6108GC
  205. //LSB Distrib tag
  206. UBUNTU:BOOL=TRUE
  207. //LSB Distrib - codename tag
  208. UBUNTU_BIONIC:BOOL=TRUE
  209. //Path to a file.
  210. _gmock_INCLUDES:FILEPATH=/usr/include/gmock/gmock.h
  211. //Path to a file.
  212. _gmock_SOURCES:FILEPATH=/usr/src/gmock/src/gmock.cc
  213. //Path to a file.
  214. _gtest_INCLUDES:FILEPATH=/usr/include/gtest/gtest.h
  215. //Path to a file.
  216. _gtest_SOURCES:FILEPATH=/usr/src/gtest/src/gtest.cc
  217. //The directory containing a CMake configuration file for actionlib.
  218. actionlib_DIR:PATH=/opt/ros/melodic/share/actionlib/cmake
  219. //The directory containing a CMake configuration file for actionlib_msgs.
  220. actionlib_msgs_DIR:PATH=/opt/ros/melodic/share/actionlib_msgs/cmake
  221. //The directory containing a CMake configuration file for catkin.
  222. catkin_DIR:PATH=/opt/ros/melodic/share/catkin/cmake
  223. //The directory containing a CMake configuration file for cpp_common.
  224. cpp_common_DIR:PATH=/opt/ros/melodic/share/cpp_common/cmake
  225. //The directory containing a CMake configuration file for diagnostic_msgs.
  226. diagnostic_msgs_DIR:PATH=/opt/ros/melodic/share/diagnostic_msgs/cmake
  227. //The directory containing a CMake configuration file for diagnostic_updater.
  228. diagnostic_updater_DIR:PATH=/opt/ros/melodic/share/diagnostic_updater/cmake
  229. //The directory containing a CMake configuration file for dynamic_reconfigure.
  230. dynamic_reconfigure_DIR:PATH=/opt/ros/melodic/share/dynamic_reconfigure/cmake
  231. //The directory containing a CMake configuration file for gencpp.
  232. gencpp_DIR:PATH=/opt/ros/melodic/share/gencpp/cmake
  233. //The directory containing a CMake configuration file for geneus.
  234. geneus_DIR:PATH=/opt/ros/melodic/share/geneus/cmake
  235. //The directory containing a CMake configuration file for genlisp.
  236. genlisp_DIR:PATH=/opt/ros/melodic/share/genlisp/cmake
  237. //The directory containing a CMake configuration file for genmsg.
  238. genmsg_DIR:PATH=/opt/ros/melodic/share/genmsg/cmake
  239. //The directory containing a CMake configuration file for gennodejs.
  240. gennodejs_DIR:PATH=/opt/ros/melodic/share/gennodejs/cmake
  241. //The directory containing a CMake configuration file for genpy.
  242. genpy_DIR:PATH=/opt/ros/melodic/share/genpy/cmake
  243. //The directory containing a CMake configuration file for geometry_msgs.
  244. geometry_msgs_DIR:PATH=/opt/ros/melodic/share/geometry_msgs/cmake
  245. //Value Computed by CMake
  246. gmock_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/sick_ldmrs_driver/gtest/googlemock
  247. //Dependencies for the target
  248. gmock_LIB_DEPENDS:STATIC=general;-lpthread;
  249. //Value Computed by CMake
  250. gmock_SOURCE_DIR:STATIC=/usr/src/googletest/googlemock
  251. //Build all of Google Mock's own tests.
  252. gmock_build_tests:BOOL=OFF
  253. //Dependencies for the target
  254. gmock_main_LIB_DEPENDS:STATIC=general;-lpthread;
  255. //Value Computed by CMake
  256. googletest-distribution_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/sick_ldmrs_driver/gtest
  257. //Value Computed by CMake
  258. googletest-distribution_SOURCE_DIR:STATIC=/usr/src/googletest
  259. //Value Computed by CMake
  260. gtest_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/sick_ldmrs_driver/gtest/googlemock/gtest
  261. //Dependencies for the target
  262. gtest_LIB_DEPENDS:STATIC=general;-lpthread;
  263. //Value Computed by CMake
  264. gtest_SOURCE_DIR:STATIC=/usr/src/googletest/googletest
  265. //Build gtest's sample programs.
  266. gtest_build_samples:BOOL=OFF
  267. //Build all of gtest's own tests.
  268. gtest_build_tests:BOOL=OFF
  269. //Disable uses of pthreads in gtest.
  270. gtest_disable_pthreads:BOOL=OFF
  271. //Use shared (DLL) run-time lib even when Google Test is built
  272. // as static lib.
  273. gtest_force_shared_crt:BOOL=OFF
  274. //Build gtest with internal symbols hidden in shared libraries.
  275. gtest_hide_internal_symbols:BOOL=OFF
  276. //Dependencies for the target
  277. gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest;
  278. //Path to a library.
  279. lib:FILEPATH=/opt/ros/melodic/lib/libtf2.so
  280. //The directory containing a CMake configuration file for message_filters.
  281. message_filters_DIR:PATH=/opt/ros/melodic/share/message_filters/cmake
  282. //The directory containing a CMake configuration file for message_generation.
  283. message_generation_DIR:PATH=/opt/ros/melodic/share/message_generation/cmake
  284. //The directory containing a CMake configuration file for message_runtime.
  285. message_runtime_DIR:PATH=/opt/ros/melodic/share/message_runtime/cmake
  286. //The directory containing a CMake configuration file for pcl_conversions.
  287. pcl_conversions_DIR:PATH=/opt/ros/melodic/share/pcl_conversions/cmake
  288. //The directory containing a CMake configuration file for pcl_msgs.
  289. pcl_msgs_DIR:PATH=/opt/ros/melodic/share/pcl_msgs/cmake
  290. //The directory containing a CMake configuration file for rosconsole.
  291. rosconsole_DIR:PATH=/opt/ros/melodic/share/rosconsole/cmake
  292. //The directory containing a CMake configuration file for roscpp.
  293. roscpp_DIR:PATH=/opt/ros/melodic/share/roscpp/cmake
  294. //The directory containing a CMake configuration file for roscpp_serialization.
  295. roscpp_serialization_DIR:PATH=/opt/ros/melodic/share/roscpp_serialization/cmake
  296. //The directory containing a CMake configuration file for roscpp_traits.
  297. roscpp_traits_DIR:PATH=/opt/ros/melodic/share/roscpp_traits/cmake
  298. //The directory containing a CMake configuration file for rosgraph.
  299. rosgraph_DIR:PATH=/opt/ros/melodic/share/rosgraph/cmake
  300. //The directory containing a CMake configuration file for rosgraph_msgs.
  301. rosgraph_msgs_DIR:PATH=/opt/ros/melodic/share/rosgraph_msgs/cmake
  302. //The directory containing a CMake configuration file for roslaunch.
  303. roslaunch_DIR:PATH=/opt/ros/melodic/share/roslaunch/cmake
  304. //The directory containing a CMake configuration file for rospy.
  305. rospy_DIR:PATH=/opt/ros/melodic/share/rospy/cmake
  306. //The directory containing a CMake configuration file for rostime.
  307. rostime_DIR:PATH=/opt/ros/melodic/share/rostime/cmake
  308. //The directory containing a CMake configuration file for sensor_msgs.
  309. sensor_msgs_DIR:PATH=/opt/ros/melodic/share/sensor_msgs/cmake
  310. //Dependencies for the target
  311. sick_ldmrs_LIB_DEPENDS:STATIC=general;pthread;
  312. //Value Computed by CMake
  313. sick_ldmrs_driver_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/sick_ldmrs_driver
  314. //Value Computed by CMake
  315. sick_ldmrs_driver_SOURCE_DIR:STATIC=/home/neousys/autoware.ai/src/drivers/awf_drivers/sick_ldmrs_driver
  316. //The directory containing a CMake configuration file for sick_ldmrs_msgs.
  317. sick_ldmrs_msgs_DIR:PATH=/home/neousys/autoware.ai/install/sick_ldmrs_msgs/share/sick_ldmrs_msgs/cmake
  318. //The directory containing a CMake configuration file for std_msgs.
  319. std_msgs_DIR:PATH=/opt/ros/melodic/share/std_msgs/cmake
  320. //The directory containing a CMake configuration file for tf2.
  321. tf2_DIR:PATH=/opt/ros/melodic/share/tf2/cmake
  322. //The directory containing a CMake configuration file for tf2_msgs.
  323. tf2_msgs_DIR:PATH=/opt/ros/melodic/share/tf2_msgs/cmake
  324. //The directory containing a CMake configuration file for tf2_py.
  325. tf2_py_DIR:PATH=/opt/ros/melodic/share/tf2_py/cmake
  326. //The directory containing a CMake configuration file for tf2_ros.
  327. tf2_ros_DIR:PATH=/opt/ros/melodic/share/tf2_ros/cmake
  328. //The directory containing a CMake configuration file for tf.
  329. tf_DIR:PATH=/opt/ros/melodic/share/tf/cmake
  330. //The directory containing a CMake configuration file for xmlrpcpp.
  331. xmlrpcpp_DIR:PATH=/opt/ros/melodic/share/xmlrpcpp/cmake
  332. ########################
  333. # INTERNAL cache entries
  334. ########################
  335. //ADVANCED property for variable: Boost_DIR
  336. Boost_DIR-ADVANCED:INTERNAL=1
  337. //ADVANCED property for variable: Boost_INCLUDE_DIR
  338. Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
  339. //ADVANCED property for variable: Boost_LIBRARY_DIR_DEBUG
  340. Boost_LIBRARY_DIR_DEBUG-ADVANCED:INTERNAL=1
  341. //ADVANCED property for variable: Boost_LIBRARY_DIR_RELEASE
  342. Boost_LIBRARY_DIR_RELEASE-ADVANCED:INTERNAL=1
  343. //ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
  344. Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  345. //ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
  346. Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
  347. //catkin environment
  348. CATKIN_ENV:INTERNAL=/home/neousys/autoware.ai/build/sick_ldmrs_driver/catkin_generated/env_cached.sh
  349. CATKIN_TEST_RESULTS_DIR:INTERNAL=/home/neousys/autoware.ai/build/sick_ldmrs_driver/test_results
  350. //ADVANCED property for variable: CMAKE_AR
  351. CMAKE_AR-ADVANCED:INTERNAL=1
  352. //This is the directory where this CMakeCache.txt was created
  353. CMAKE_CACHEFILE_DIR:INTERNAL=/home/neousys/autoware.ai/build/sick_ldmrs_driver
  354. //Major version of cmake used to create the current loaded cache
  355. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  356. //Minor version of cmake used to create the current loaded cache
  357. CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
  358. //Patch version of cmake used to create the current loaded cache
  359. CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
  360. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  361. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  362. //Path to CMake executable.
  363. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  364. //Path to cpack program executable.
  365. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  366. //Path to ctest program executable.
  367. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  368. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  369. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  370. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  371. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  372. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  373. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  374. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  375. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  376. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  377. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  378. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  379. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  381. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  383. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_C_COMPILER
  385. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  387. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  389. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  390. //ADVANCED property for variable: CMAKE_C_FLAGS
  391. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  392. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  393. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  394. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  395. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  397. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  398. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  399. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  400. //Executable file format
  401. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  402. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  403. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  404. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  405. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  406. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  407. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  408. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  409. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  410. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  411. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  412. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  413. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  414. //Name of external makefile project generator.
  415. CMAKE_EXTRA_GENERATOR:INTERNAL=
  416. //Name of generator.
  417. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  418. //Name of generator platform.
  419. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  420. //Name of generator toolset.
  421. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  422. //Have symbol pthread_create
  423. CMAKE_HAVE_LIBC_CREATE:INTERNAL=
  424. //Have library pthreads
  425. CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
  426. //Have library pthread
  427. CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
  428. //Have include pthread.h
  429. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  430. //Source directory with the top level CMakeLists.txt file for this
  431. // project
  432. CMAKE_HOME_DIRECTORY:INTERNAL=/home/neousys/autoware.ai/src/drivers/awf_drivers/sick_ldmrs_driver
  433. //Install .so files without execute permission.
  434. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  435. //ADVANCED property for variable: CMAKE_LINKER
  436. CMAKE_LINKER-ADVANCED:INTERNAL=1
  437. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  438. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  439. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  440. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  441. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  442. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  443. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  444. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  445. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  446. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  447. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  448. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  449. //ADVANCED property for variable: CMAKE_NM
  450. CMAKE_NM-ADVANCED:INTERNAL=1
  451. //number of local generators
  452. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=6
  453. //ADVANCED property for variable: CMAKE_OBJCOPY
  454. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: CMAKE_OBJDUMP
  456. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  457. //Platform information initialized
  458. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  459. //ADVANCED property for variable: CMAKE_RANLIB
  460. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  461. //Path to CMake installation.
  462. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10
  463. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  464. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  465. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  466. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  467. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  468. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  469. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  470. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  471. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  472. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  473. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  474. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  475. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  476. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  477. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  478. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  479. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  480. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  481. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  482. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  483. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  484. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  485. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  486. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  487. //ADVANCED property for variable: CMAKE_STRIP
  488. CMAKE_STRIP-ADVANCED:INTERNAL=1
  489. //uname command
  490. CMAKE_UNAME:INTERNAL=/bin/uname
  491. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  492. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  493. //Details about finding PythonInterp
  494. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.17()]
  495. //Details about finding Threads
  496. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  497. GMOCK_FROM_SOURCE_FOUND:INTERNAL=TRUE
  498. GMOCK_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
  499. GMOCK_FROM_SOURCE_LIBRARIES:INTERNAL=gmock
  500. GMOCK_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/sick_ldmrs_driver/gmock
  501. GMOCK_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gmock_main
  502. GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
  503. GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
  504. GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
  505. GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/sick_ldmrs_driver/gtest
  506. GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
  507. //ADVANCED property for variable: GTEST_INCLUDE_DIR
  508. GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
  509. //ADVANCED property for variable: GTEST_LIBRARY
  510. GTEST_LIBRARY-ADVANCED:INTERNAL=1
  511. //ADVANCED property for variable: GTEST_LIBRARY_DEBUG
  512. GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  513. //ADVANCED property for variable: GTEST_MAIN_LIBRARY
  514. GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1
  515. //ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG
  516. GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  517. //ADVANCED property for variable: PYTHON_EXECUTABLE
  518. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  519. //This needs to be in PYTHONPATH when 'setup.py install' is called.
  520. // And it needs to match. But setuptools won't tell us where
  521. // it will install things.
  522. PYTHON_INSTALL_DIR:INTERNAL=lib/python2.7/dist-packages
  523. //Components requested for this build tree.
  524. _Boost_COMPONENTS_SEARCHED:INTERNAL=system
  525. //Last used Boost_INCLUDE_DIR value.
  526. _Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include
  527. //Last used Boost_LIBRARY_DIR_DEBUG value.
  528. _Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu
  529. //Last used Boost_LIBRARY_DIR_RELEASE value.
  530. _Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu
  531. //Last used Boost_NAMESPACE value.
  532. _Boost_NAMESPACE_LAST:INTERNAL=boost
  533. //Last used Boost_USE_MULTITHREADED value.
  534. _Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE