CMakeCache.txt 32 KB

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