CMakeCache.txt 25 KB

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