CMakeCache.txt 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  1. # This is the CMakeCache file.
  2. # For build in directory: d:/Project/ble_auracast/test/NimBLE_Connection/build
  3. # It was generated by CMake: C:/Dev/.espressif/tools/cmake/3.30.2/bin/cmake.exe
  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. //No help, variable specified on the command line.
  16. CCACHE_ENABLE:UNINITIALIZED=1
  17. //Path to a program.
  18. CCACHE_FOUND:FILEPATH=C:/Dev/.espressif/tools/ccache/4.11.2/ccache-4.11.2-windows-x86_64/ccache.exe
  19. //Path to a program.
  20. CMAKE_ADDR2LINE:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-addr2line.exe
  21. //Path to a program.
  22. CMAKE_AR:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ar.exe
  23. //A wrapper around 'ar' adding the appropriate '--plugin' option
  24. // for the GCC compiler
  25. CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe
  26. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  27. // for the GCC compiler
  28. CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe
  29. //ASM Compiler Base Flags
  30. CMAKE_ASM_FLAGS:STRING='-mlongcalls '
  31. //Flags used by the ASM compiler during DEBUG builds.
  32. CMAKE_ASM_FLAGS_DEBUG:STRING=-g
  33. //Flags used by the ASM compiler during MINSIZEREL builds.
  34. CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  35. //Flags used by the ASM compiler during RELEASE builds.
  36. CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  37. //Flags used by the ASM compiler during RELWITHDEBINFO builds.
  38. CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  39. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  40. // MinSizeRel ...
  41. CMAKE_BUILD_TYPE:STRING=
  42. //A wrapper around 'ar' adding the appropriate '--plugin' option
  43. // for the GCC compiler
  44. CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe
  45. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  46. // for the GCC compiler
  47. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe
  48. //C++ Compiler Base Flags
  49. CMAKE_CXX_FLAGS:STRING=-mlongcalls -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy
  50. //Flags used by the CXX compiler during DEBUG builds.
  51. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  52. //Flags used by the CXX compiler during MINSIZEREL builds.
  53. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  54. //Flags used by the CXX compiler during RELEASE builds.
  55. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  56. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  57. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  58. //A wrapper around 'ar' adding the appropriate '--plugin' option
  59. // for the GCC compiler
  60. CMAKE_C_COMPILER_AR:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe
  61. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  62. // for the GCC compiler
  63. CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe
  64. //C Compiler Base Flags
  65. CMAKE_C_FLAGS:STRING=-mlongcalls -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy
  66. //Flags used by the C compiler during DEBUG builds.
  67. CMAKE_C_FLAGS_DEBUG:STRING=-g
  68. //Flags used by the C compiler during MINSIZEREL builds.
  69. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  70. //Flags used by the C compiler during RELEASE builds.
  71. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  72. //Flags used by the C compiler during RELWITHDEBINFO builds.
  73. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  74. //Path to a program.
  75. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  76. //Linker Base Flags
  77. CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles '
  78. //Flags used by the linker during DEBUG builds.
  79. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  80. //Flags used by the linker during MINSIZEREL builds.
  81. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  82. //Flags used by the linker during RELEASE builds.
  83. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  84. //Flags used by the linker during RELWITHDEBINFO builds.
  85. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  86. //Enable/Disable output of compile commands during generation.
  87. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  88. //Value Computed by CMake.
  89. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/Project/ble_auracast/test/NimBLE_Connection/build/CMakeFiles/pkgRedirects
  90. //User executables (bin)
  91. CMAKE_INSTALL_BINDIR:PATH=bin
  92. //Read-only architecture-independent data (DATAROOTDIR)
  93. CMAKE_INSTALL_DATADIR:PATH=
  94. //Read-only architecture-independent data root (share)
  95. CMAKE_INSTALL_DATAROOTDIR:PATH=share
  96. //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
  97. CMAKE_INSTALL_DOCDIR:PATH=
  98. //C header files (include)
  99. CMAKE_INSTALL_INCLUDEDIR:PATH=include
  100. //Info documentation (DATAROOTDIR/info)
  101. CMAKE_INSTALL_INFODIR:PATH=
  102. //Object code libraries (lib)
  103. CMAKE_INSTALL_LIBDIR:PATH=lib
  104. //Program executables (libexec)
  105. CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
  106. //Locale-dependent data (DATAROOTDIR/locale)
  107. CMAKE_INSTALL_LOCALEDIR:PATH=
  108. //Modifiable single-machine data (var)
  109. CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
  110. //Man documentation (DATAROOTDIR/man)
  111. CMAKE_INSTALL_MANDIR:PATH=
  112. //C header files for non-gcc (/usr/include)
  113. CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
  114. //Install path prefix, prepended onto install directories.
  115. CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/nimble_connection
  116. //Run-time variable data (LOCALSTATEDIR/run)
  117. CMAKE_INSTALL_RUNSTATEDIR:PATH=
  118. //System admin executables (sbin)
  119. CMAKE_INSTALL_SBINDIR:PATH=sbin
  120. //Modifiable architecture-independent data (com)
  121. CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
  122. //Read-only single-machine data (etc)
  123. CMAKE_INSTALL_SYSCONFDIR:PATH=etc
  124. //Path to a program.
  125. CMAKE_LINKER:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ld.exe
  126. //Program used to build from build.ninja files.
  127. CMAKE_MAKE_PROGRAM:FILEPATH=C:/Dev/.espressif/tools/ninja/1.12.1/ninja.exe
  128. //Flags used by the linker during the creation of modules during
  129. // all build types.
  130. CMAKE_MODULE_LINKER_FLAGS:STRING=
  131. //Flags used by the linker during the creation of modules during
  132. // DEBUG builds.
  133. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  134. //Flags used by the linker during the creation of modules during
  135. // MINSIZEREL builds.
  136. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  137. //Flags used by the linker during the creation of modules during
  138. // RELEASE builds.
  139. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  140. //Flags used by the linker during the creation of modules during
  141. // RELWITHDEBINFO builds.
  142. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  143. //Path to a program.
  144. CMAKE_NM:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-nm.exe
  145. //Path to a program.
  146. CMAKE_OBJCOPY:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-objcopy.exe
  147. //Path to a program.
  148. CMAKE_OBJDUMP:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-objdump.exe
  149. //Value Computed by CMake
  150. CMAKE_PROJECT_DESCRIPTION:STATIC=
  151. //Value Computed by CMake
  152. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  153. //Value Computed by CMake
  154. CMAKE_PROJECT_NAME:STATIC=nimble_connection
  155. //Value Computed by CMake
  156. CMAKE_PROJECT_VERSION:STATIC=3.6.4
  157. //Value Computed by CMake
  158. CMAKE_PROJECT_VERSION_MAJOR:STATIC=3
  159. //Value Computed by CMake
  160. CMAKE_PROJECT_VERSION_MINOR:STATIC=6
  161. //Value Computed by CMake
  162. CMAKE_PROJECT_VERSION_PATCH:STATIC=4
  163. //Value Computed by CMake
  164. CMAKE_PROJECT_VERSION_TWEAK:STATIC=
  165. //Path to a program.
  166. CMAKE_RANLIB:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-ranlib.exe
  167. //Path to a program.
  168. CMAKE_READELF:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-readelf.exe
  169. //Flags used by the linker during the creation of shared libraries
  170. // during all build types.
  171. CMAKE_SHARED_LINKER_FLAGS:STRING=
  172. //Flags used by the linker during the creation of shared libraries
  173. // during DEBUG builds.
  174. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  175. //Flags used by the linker during the creation of shared libraries
  176. // during MINSIZEREL builds.
  177. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  178. //Flags used by the linker during the creation of shared libraries
  179. // during RELEASE builds.
  180. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  181. //Flags used by the linker during the creation of shared libraries
  182. // during RELWITHDEBINFO builds.
  183. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  184. //If set, runtime paths are not added when installing shared libraries,
  185. // but are added when building.
  186. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  187. //If set, runtime paths are not added when using shared libraries.
  188. CMAKE_SKIP_RPATH:BOOL=NO
  189. //Flags used by the linker during the creation of static libraries
  190. // during all build types.
  191. CMAKE_STATIC_LINKER_FLAGS:STRING=
  192. //Flags used by the linker during the creation of static libraries
  193. // during DEBUG builds.
  194. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  195. //Flags used by the linker during the creation of static libraries
  196. // during MINSIZEREL builds.
  197. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  198. //Flags used by the linker during the creation of static libraries
  199. // during RELEASE builds.
  200. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  201. //Flags used by the linker during the creation of static libraries
  202. // during RELWITHDEBINFO builds.
  203. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  204. //Path to a program.
  205. CMAKE_STRIP:FILEPATH=C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-strip.exe
  206. //Path to a program.
  207. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
  208. //The CMake toolchain file
  209. CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Dev/esp/v5.5.1/esp-idf/tools/cmake/toolchain-esp32s3.cmake
  210. //If this value is on, makefiles will be generated without the
  211. // .SILENT directive, and all commands will be echoed to the console
  212. // during the make. This is useful for debugging only. With Visual
  213. // Studio IDE projects all commands are done without /nologo.
  214. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  215. //Disable package configuration, target export and installation
  216. DISABLE_PACKAGE_CONFIG_AND_INSTALL:BOOL=ON
  217. //Build Mbed TLS programs.
  218. ENABLE_PROGRAMS:BOOL=
  219. //Build Mbed TLS tests.
  220. ENABLE_TESTING:BOOL=
  221. //No help, variable specified on the command line.
  222. ESP_PLATFORM:UNINITIALIZED=1
  223. //Generate the auto-generated files as needed
  224. GEN_FILES:BOOL=
  225. //Git command line client
  226. GIT_EXECUTABLE:FILEPATH=C:/Dev/.espressif/tools/idf-git/2.39.2/cmd/git.exe
  227. //IDF Build Target
  228. IDF_TARGET:STRING=esp32s3
  229. //IDF Build Toolchain Type
  230. IDF_TOOLCHAIN:STRING=gcc
  231. //Install Mbed TLS headers.
  232. INSTALL_MBEDTLS_HEADERS:BOOL=ON
  233. //Explicitly link Mbed TLS library to pthread.
  234. LINK_WITH_PTHREAD:BOOL=OFF
  235. //Explicitly link Mbed TLS library to trusted_storage.
  236. LINK_WITH_TRUSTED_STORAGE:BOOL=OFF
  237. //Mbed TLS config file (overrides default).
  238. MBEDTLS_CONFIG_FILE:FILEPATH=
  239. //Compiler warnings treated as errors
  240. MBEDTLS_FATAL_WARNINGS:BOOL=ON
  241. //Mbed TLS user config file (appended to default).
  242. MBEDTLS_USER_CONFIG_FILE:FILEPATH=
  243. //Value Computed by CMake
  244. Mbed TLS_BINARY_DIR:STATIC=D:/Project/ble_auracast/test/NimBLE_Connection/build/esp-idf/mbedtls/mbedtls
  245. //Value Computed by CMake
  246. Mbed TLS_IS_TOP_LEVEL:STATIC=OFF
  247. //Value Computed by CMake
  248. Mbed TLS_SOURCE_DIR:STATIC=C:/Dev/esp/v5.5.1/esp-idf/components/mbedtls/mbedtls
  249. //No help, variable specified on the command line.
  250. PYTHON:UNINITIALIZED=c:\Dev\.espressif\python_env\idf5.5_py3.11_env\Scripts\python.exe
  251. //No help, variable specified on the command line.
  252. PYTHON_DEPS_CHECKED:UNINITIALIZED=1
  253. //No help, variable specified on the command line.
  254. SDKCONFIG:UNINITIALIZED=d:\Project\ble_auracast\test\NimBLE_Connection\sdkconfig
  255. //Allow unsafe builds. These builds ARE NOT SECURE.
  256. UNSAFE_BUILD:BOOL=OFF
  257. //Build Mbed TLS shared library.
  258. USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF
  259. //Build Mbed TLS static library.
  260. USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON
  261. //Value Computed by CMake
  262. esp-idf_BINARY_DIR:STATIC=D:/Project/ble_auracast/test/NimBLE_Connection/build/esp-idf
  263. //Value Computed by CMake
  264. esp-idf_IS_TOP_LEVEL:STATIC=OFF
  265. //Value Computed by CMake
  266. esp-idf_SOURCE_DIR:STATIC=C:/Dev/esp/v5.5.1/esp-idf
  267. //Dependencies for the target
  268. everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;
  269. //Dependencies for the target
  270. mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;everest;general;p256m;general;idf::esp_security;general;idf::esp_mm;
  271. //Dependencies for the target
  272. mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedx509;
  273. //Dependencies for the target
  274. mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedcrypto;
  275. //Value Computed by CMake
  276. nimble_connection_BINARY_DIR:STATIC=D:/Project/ble_auracast/test/NimBLE_Connection/build
  277. //Value Computed by CMake
  278. nimble_connection_IS_TOP_LEVEL:STATIC=ON
  279. //Value Computed by CMake
  280. nimble_connection_SOURCE_DIR:STATIC=D:/Project/ble_auracast/test/NimBLE_Connection
  281. //Dependencies for the target
  282. p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;
  283. ########################
  284. # INTERNAL cache entries
  285. ########################
  286. //ADVANCED property for variable: CMAKE_ADDR2LINE
  287. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  288. //ADVANCED property for variable: CMAKE_AR
  289. CMAKE_AR-ADVANCED:INTERNAL=1
  290. //ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
  291. CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
  292. //ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
  293. CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  294. CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
  295. //ADVANCED property for variable: CMAKE_ASM_FLAGS
  296. CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
  297. //ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
  298. CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  299. //ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
  300. CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  301. //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
  302. CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  303. //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
  304. CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  305. //This is the directory where this CMakeCache.txt was created
  306. CMAKE_CACHEFILE_DIR:INTERNAL=d:/Project/ble_auracast/test/NimBLE_Connection/build
  307. //Major version of cmake used to create the current loaded cache
  308. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  309. //Minor version of cmake used to create the current loaded cache
  310. CMAKE_CACHE_MINOR_VERSION:INTERNAL=30
  311. //Patch version of cmake used to create the current loaded cache
  312. CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
  313. //Path to CMake executable.
  314. CMAKE_COMMAND:INTERNAL=C:/Dev/.espressif/tools/cmake/3.30.2/bin/cmake.exe
  315. //Path to cpack program executable.
  316. CMAKE_CPACK_COMMAND:INTERNAL=C:/Dev/.espressif/tools/cmake/3.30.2/bin/cpack.exe
  317. //Path to ctest program executable.
  318. CMAKE_CTEST_COMMAND:INTERNAL=C:/Dev/.espressif/tools/cmake/3.30.2/bin/ctest.exe
  319. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  320. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  321. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  322. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  323. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  324. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  325. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  326. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  327. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  328. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  329. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  330. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  331. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  332. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  333. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  334. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  335. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  336. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  337. //ADVANCED property for variable: CMAKE_C_FLAGS
  338. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  339. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  340. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  341. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  342. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  343. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  344. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  345. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  346. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  347. //ADVANCED property for variable: CMAKE_DLLTOOL
  348. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  349. //Path to cache edit program executable.
  350. CMAKE_EDIT_COMMAND:INTERNAL=C:/Dev/.espressif/tools/cmake/3.30.2/bin/cmake-gui.exe
  351. //Executable file format
  352. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  353. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  354. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  356. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  357. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  358. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  359. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  360. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  361. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  362. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  363. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  364. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  365. //Name of external makefile project generator.
  366. CMAKE_EXTRA_GENERATOR:INTERNAL=
  367. //Name of generator.
  368. CMAKE_GENERATOR:INTERNAL=Ninja
  369. //Generator instance identifier.
  370. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  371. //Name of generator platform.
  372. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  373. //Name of generator toolset.
  374. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  375. //Test CMAKE_HAVE_LIBC_PTHREAD
  376. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
  377. //Source directory with the top level CMakeLists.txt file for this
  378. // project
  379. CMAKE_HOME_DIRECTORY:INTERNAL=D:/Project/ble_auracast/test/NimBLE_Connection
  380. //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
  381. CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
  383. CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
  385. CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
  387. CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
  389. CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
  390. //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
  391. CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
  392. //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
  393. CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
  394. //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
  395. CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
  397. CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
  398. //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
  399. CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
  400. //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
  401. CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
  402. //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
  403. CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
  404. //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
  405. CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
  406. //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
  407. CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
  408. //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
  409. CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
  410. //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
  411. CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
  412. //ADVANCED property for variable: CMAKE_LINKER
  413. CMAKE_LINKER-ADVANCED:INTERNAL=1
  414. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  415. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  416. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  417. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  418. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  419. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  420. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  421. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  422. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  423. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  424. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  425. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  426. //ADVANCED property for variable: CMAKE_NM
  427. CMAKE_NM-ADVANCED:INTERNAL=1
  428. //number of local generators
  429. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=65
  430. //ADVANCED property for variable: CMAKE_OBJCOPY
  431. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  432. //ADVANCED property for variable: CMAKE_OBJDUMP
  433. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  434. //Platform information initialized
  435. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  436. //ADVANCED property for variable: CMAKE_RANLIB
  437. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  438. //ADVANCED property for variable: CMAKE_READELF
  439. CMAKE_READELF-ADVANCED:INTERNAL=1
  440. //Path to CMake installation.
  441. CMAKE_ROOT:INTERNAL=C:/Dev/.espressif/tools/cmake/3.30.2/share/cmake-3.30
  442. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  443. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  444. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  445. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  446. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  447. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  448. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  449. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  450. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  451. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  452. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  453. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  454. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  455. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  456. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  457. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  458. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  459. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  460. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  461. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  462. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  463. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  464. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  465. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  466. //ADVANCED property for variable: CMAKE_STRIP
  467. CMAKE_STRIP-ADVANCED:INTERNAL=1
  468. //ADVANCED property for variable: CMAKE_TAPI
  469. CMAKE_TAPI-ADVANCED:INTERNAL=1
  470. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  471. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  472. //Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
  473. C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1
  474. //Details about finding Git
  475. FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Dev/.espressif/tools/idf-git/2.39.2/cmd/git.exe][v2.39.2.windows.1()]
  476. //Details about finding Python3
  477. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[c:/Dev/.espressif/python_env/idf5.5_py3.11_env/Scripts/python.exe][cfound components: Interpreter ][v3.11.2()]
  478. //Details about finding Threads
  479. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  480. //ADVANCED property for variable: GIT_EXECUTABLE
  481. GIT_EXECUTABLE-ADVANCED:INTERNAL=1
  482. //CMAKE_INSTALL_PREFIX during last run
  483. _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/nimble_connection
  484. //Compiler reason failure
  485. _Python3_Compiler_REASON_FAILURE:INTERNAL=
  486. //Development reason failure
  487. _Python3_Development_REASON_FAILURE:INTERNAL=
  488. _Python3_EXECUTABLE:INTERNAL=c:/Dev/.espressif/python_env/idf5.5_py3.11_env/Scripts/python.exe
  489. //Python3 Properties
  490. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;32;64;;;abi3;c:\Dev\.espressif\tools\idf-python\3.11.2\Lib;c:\Dev\.espressif\python_env\idf5.5_py3.11_env\Lib;c:\Dev\.espressif\python_env\idf5.5_py3.11_env\Lib\site-packages;c:\Dev\.espressif\python_env\idf5.5_py3.11_env\Lib\site-packages
  491. _Python3_INTERPRETER_SIGNATURE:INTERNAL=40ac7a8a72249b8dc9dae515ef72e378
  492. //NumPy reason failure
  493. _Python3_NumPy_REASON_FAILURE:INTERNAL=