CMakeCache.txt 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. # This is the CMakeCache file.
  2. # For build in directory: /home/neousys/autoware.ai/build/vlg22c_cam
  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/vlg22c_cam
  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=vlg22c_cam
  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. //lsb_release executable was found
  166. LSB_FOUND:BOOL=TRUE
  167. //Path to a program.
  168. LSB_RELEASE_EXECUTABLE:FILEPATH=/usr/bin/lsb_release
  169. //Path to a program.
  170. NOSETESTS:FILEPATH=/usr/bin/nosetests-2.7
  171. //The directory containing a CMake configuration file for OpenCV.
  172. OpenCV_DIR:PATH=/usr/share/OpenCV
  173. //pkg-config executable
  174. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  175. //Path to a program.
  176. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
  177. //Specify specific Python version to use ('major.minor' or 'major')
  178. PYTHON_VERSION:STRING=2
  179. //Path to a library.
  180. RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
  181. //Enable debian style python package layout
  182. SETUPTOOLS_DEB_LAYOUT:BOOL=ON
  183. //Name of the computer/site where compile is being run
  184. SITE:STRING=neousys-Nuvo-6108GC
  185. //LSB Distrib tag
  186. UBUNTU:BOOL=TRUE
  187. //LSB Distrib - codename tag
  188. UBUNTU_BIONIC:BOOL=TRUE
  189. //Path to a file.
  190. _gmock_INCLUDES:FILEPATH=/usr/include/gmock/gmock.h
  191. //Path to a file.
  192. _gmock_SOURCES:FILEPATH=/usr/src/gmock/src/gmock.cc
  193. //Path to a file.
  194. _gtest_INCLUDES:FILEPATH=/usr/include/gtest/gtest.h
  195. //Path to a file.
  196. _gtest_SOURCES:FILEPATH=/usr/src/gtest/src/gtest.cc
  197. //The directory containing a CMake configuration file for autoware_build_flags.
  198. autoware_build_flags_DIR:PATH=/home/neousys/autoware.ai/install/autoware_build_flags/share/autoware_build_flags/cmake
  199. //The directory containing a CMake configuration file for camera_calibration_parsers.
  200. camera_calibration_parsers_DIR:PATH=/opt/ros/melodic/share/camera_calibration_parsers/cmake
  201. //The directory containing a CMake configuration file for camera_info_manager.
  202. camera_info_manager_DIR:PATH=/opt/ros/melodic/share/camera_info_manager/cmake
  203. //The directory containing a CMake configuration file for catkin.
  204. catkin_DIR:PATH=/opt/ros/melodic/share/catkin/cmake
  205. //The directory containing a CMake configuration file for class_loader.
  206. class_loader_DIR:PATH=/opt/ros/melodic/share/class_loader/cmake
  207. //The directory containing a CMake configuration file for cpp_common.
  208. cpp_common_DIR:PATH=/opt/ros/melodic/share/cpp_common/cmake
  209. //The directory containing a CMake configuration file for geometry_msgs.
  210. geometry_msgs_DIR:PATH=/opt/ros/melodic/share/geometry_msgs/cmake
  211. //Value Computed by CMake
  212. gmock_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/vlg22c_cam/gtest/googlemock
  213. //Dependencies for the target
  214. gmock_LIB_DEPENDS:STATIC=general;-lpthread;
  215. //Value Computed by CMake
  216. gmock_SOURCE_DIR:STATIC=/usr/src/googletest/googlemock
  217. //Build all of Google Mock's own tests.
  218. gmock_build_tests:BOOL=OFF
  219. //Dependencies for the target
  220. gmock_main_LIB_DEPENDS:STATIC=general;-lpthread;
  221. //Value Computed by CMake
  222. googletest-distribution_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/vlg22c_cam/gtest
  223. //Value Computed by CMake
  224. googletest-distribution_SOURCE_DIR:STATIC=/usr/src/googletest
  225. //Value Computed by CMake
  226. gtest_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/vlg22c_cam/gtest/googlemock/gtest
  227. //Dependencies for the target
  228. gtest_LIB_DEPENDS:STATIC=general;-lpthread;
  229. //Value Computed by CMake
  230. gtest_SOURCE_DIR:STATIC=/usr/src/googletest/googletest
  231. //Build gtest's sample programs.
  232. gtest_build_samples:BOOL=OFF
  233. //Build all of gtest's own tests.
  234. gtest_build_tests:BOOL=OFF
  235. //Disable uses of pthreads in gtest.
  236. gtest_disable_pthreads:BOOL=OFF
  237. //Use shared (DLL) run-time lib even when Google Test is built
  238. // as static lib.
  239. gtest_force_shared_crt:BOOL=OFF
  240. //Build gtest with internal symbols hidden in shared libraries.
  241. gtest_hide_internal_symbols:BOOL=OFF
  242. //Dependencies for the target
  243. gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest;
  244. //The directory containing a CMake configuration file for image_transport.
  245. image_transport_DIR:PATH=/opt/ros/melodic/share/image_transport/cmake
  246. //Path to a library.
  247. lib:FILEPATH=/opt/ros/melodic/lib/librospack.so
  248. //The directory containing a CMake configuration file for message_filters.
  249. message_filters_DIR:PATH=/opt/ros/melodic/share/message_filters/cmake
  250. //The directory containing a CMake configuration file for message_runtime.
  251. message_runtime_DIR:PATH=/opt/ros/melodic/share/message_runtime/cmake
  252. //The directory containing a CMake configuration file for pluginlib.
  253. pluginlib_DIR:PATH=/opt/ros/melodic/share/pluginlib/cmake
  254. //The directory containing a CMake configuration file for rosconsole.
  255. rosconsole_DIR:PATH=/opt/ros/melodic/share/rosconsole/cmake
  256. //The directory containing a CMake configuration file for roscpp.
  257. roscpp_DIR:PATH=/opt/ros/melodic/share/roscpp/cmake
  258. //The directory containing a CMake configuration file for roscpp_serialization.
  259. roscpp_serialization_DIR:PATH=/opt/ros/melodic/share/roscpp_serialization/cmake
  260. //The directory containing a CMake configuration file for roscpp_traits.
  261. roscpp_traits_DIR:PATH=/opt/ros/melodic/share/roscpp_traits/cmake
  262. //The directory containing a CMake configuration file for rosgraph_msgs.
  263. rosgraph_msgs_DIR:PATH=/opt/ros/melodic/share/rosgraph_msgs/cmake
  264. //The directory containing a CMake configuration file for roslib.
  265. roslib_DIR:PATH=/opt/ros/melodic/share/roslib/cmake
  266. //The directory containing a CMake configuration file for rospack.
  267. rospack_DIR:PATH=/opt/ros/melodic/share/rospack/cmake
  268. //The directory containing a CMake configuration file for rostime.
  269. rostime_DIR:PATH=/opt/ros/melodic/share/rostime/cmake
  270. //The directory containing a CMake configuration file for sensor_msgs.
  271. sensor_msgs_DIR:PATH=/opt/ros/melodic/share/sensor_msgs/cmake
  272. //The directory containing a CMake configuration file for std_msgs.
  273. std_msgs_DIR:PATH=/opt/ros/melodic/share/std_msgs/cmake
  274. //Value Computed by CMake
  275. vlg22c_cam_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/vlg22c_cam
  276. //Value Computed by CMake
  277. vlg22c_cam_SOURCE_DIR:STATIC=/home/neousys/autoware.ai/src/drivers/awf_drivers/baumer
  278. //The directory containing a CMake configuration file for xmlrpcpp.
  279. xmlrpcpp_DIR:PATH=/opt/ros/melodic/share/xmlrpcpp/cmake
  280. ########################
  281. # INTERNAL cache entries
  282. ########################
  283. //catkin environment
  284. CATKIN_ENV:INTERNAL=/home/neousys/autoware.ai/build/vlg22c_cam/catkin_generated/env_cached.sh
  285. CATKIN_TEST_RESULTS_DIR:INTERNAL=/home/neousys/autoware.ai/build/vlg22c_cam/test_results
  286. //ADVANCED property for variable: CMAKE_AR
  287. CMAKE_AR-ADVANCED:INTERNAL=1
  288. //This is the directory where this CMakeCache.txt was created
  289. CMAKE_CACHEFILE_DIR:INTERNAL=/home/neousys/autoware.ai/build/vlg22c_cam
  290. //Major version of cmake used to create the current loaded cache
  291. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  292. //Minor version of cmake used to create the current loaded cache
  293. CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
  294. //Patch version of cmake used to create the current loaded cache
  295. CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
  296. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  297. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  298. //Path to CMake executable.
  299. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  300. //Path to cpack program executable.
  301. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  302. //Path to ctest program executable.
  303. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  304. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  305. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  306. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  307. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  308. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  309. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  310. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  311. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  312. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  313. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  314. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  315. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  316. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  317. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  318. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  319. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  320. //ADVANCED property for variable: CMAKE_C_COMPILER
  321. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  322. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  323. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  324. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  325. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  326. //ADVANCED property for variable: CMAKE_C_FLAGS
  327. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  328. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  329. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  330. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  331. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  332. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  333. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  334. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  335. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  336. //Executable file format
  337. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  338. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  339. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  340. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  341. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  342. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  343. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  344. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  345. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  346. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  347. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  348. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  349. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  350. //Name of external makefile project generator.
  351. CMAKE_EXTRA_GENERATOR:INTERNAL=
  352. //Name of generator.
  353. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  354. //Name of generator platform.
  355. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  356. //Name of generator toolset.
  357. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  358. //Have symbol pthread_create
  359. CMAKE_HAVE_LIBC_CREATE:INTERNAL=
  360. //Have library pthreads
  361. CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
  362. //Have library pthread
  363. CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
  364. //Have include pthread.h
  365. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  366. //Source directory with the top level CMakeLists.txt file for this
  367. // project
  368. CMAKE_HOME_DIRECTORY:INTERNAL=/home/neousys/autoware.ai/src/drivers/awf_drivers/baumer
  369. //Install .so files without execute permission.
  370. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  371. //ADVANCED property for variable: CMAKE_LINKER
  372. CMAKE_LINKER-ADVANCED:INTERNAL=1
  373. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  374. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  375. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  376. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  377. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  378. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  379. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  380. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  381. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  382. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  383. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  384. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  385. //ADVANCED property for variable: CMAKE_NM
  386. CMAKE_NM-ADVANCED:INTERNAL=1
  387. //number of local generators
  388. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4
  389. //ADVANCED property for variable: CMAKE_OBJCOPY
  390. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  391. //ADVANCED property for variable: CMAKE_OBJDUMP
  392. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  393. //Platform information initialized
  394. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  395. //ADVANCED property for variable: CMAKE_RANLIB
  396. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  397. //Path to CMake installation.
  398. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10
  399. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  400. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  401. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  402. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  403. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  404. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  405. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  406. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  407. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  408. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  409. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  410. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  411. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  412. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  413. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  414. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  415. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  416. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  417. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  418. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  419. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  420. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  421. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  422. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  423. //ADVANCED property for variable: CMAKE_STRIP
  424. CMAKE_STRIP-ADVANCED:INTERNAL=1
  425. //uname command
  426. CMAKE_UNAME:INTERNAL=/bin/uname
  427. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  428. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  429. //Details about finding OpenCV
  430. FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr][v3.2.0()]
  431. //Details about finding PkgConfig
  432. FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.29.1()]
  433. //Details about finding PythonInterp
  434. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.17()]
  435. //Details about finding Threads
  436. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  437. GMOCK_FROM_SOURCE_FOUND:INTERNAL=TRUE
  438. GMOCK_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
  439. GMOCK_FROM_SOURCE_LIBRARIES:INTERNAL=gmock
  440. GMOCK_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/vlg22c_cam/gmock
  441. GMOCK_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gmock_main
  442. GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
  443. GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
  444. GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
  445. GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/vlg22c_cam/gtest
  446. GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
  447. //ADVANCED property for variable: GTEST_INCLUDE_DIR
  448. GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
  449. //ADVANCED property for variable: GTEST_LIBRARY
  450. GTEST_LIBRARY-ADVANCED:INTERNAL=1
  451. //ADVANCED property for variable: GTEST_LIBRARY_DEBUG
  452. GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  453. //ADVANCED property for variable: GTEST_MAIN_LIBRARY
  454. GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1
  455. //ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG
  456. GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  457. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  458. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  459. //ADVANCED property for variable: PYTHON_EXECUTABLE
  460. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  461. //This needs to be in PYTHONPATH when 'setup.py install' is called.
  462. // And it needs to match. But setuptools won't tell us where
  463. // it will install things.
  464. PYTHON_INSTALL_DIR:INTERNAL=lib/python2.7/dist-packages