esp-idf/tools/cmake
Ivan Grokhotkov 2f811b7975 cmake: sort lists obtained from file(GLOB)
CMake sorts result of file(GLOB) command since version 3.6.0:
https://gitlab.kitware.com/cmake/cmake/-/commit/edcccde7d

Since ESP-IDF sets cmake_minimum_required version to 3.5, and version
3.5.1 is used in CI, sort file lists obtained from file(GLOB)
manually.

This helps obtain reproducible order of libraries passed to the linker
and to ldgen.
2021-07-22 10:14:33 +08:00
..
scripts
third_party
build.cmake cmake: sort lists obtained from file(GLOB) 2021-07-22 10:14:33 +08:00
component.cmake cmake: sort lists obtained from file(GLOB) 2021-07-22 10:14:33 +08:00
convert_to_cmake.py
crosstool_version_check.cmake
dfu.cmake esp32h2: add esp32h2 build target 2021-07-01 19:51:33 +08:00
git_submodules.cmake
idf.cmake
kconfig.cmake cmake: sort lists obtained from file(GLOB) 2021-07-22 10:14:33 +08:00
ldgen.cmake
project.cmake
project_description.json.in
run_dfu_util.cmake
targets.cmake
toolchain-esp32.cmake
toolchain-esp32c3.cmake
toolchain-esp32h2.cmake esp32h2: add esp32h2 build target 2021-07-01 19:51:33 +08:00
toolchain-esp32s2.cmake
toolchain-esp32s3.cmake
toolchain-linux.cmake
uf2.cmake esp32h2: add some more fixes and TODOs 2021-07-01 20:36:39 +08:00
utilities.cmake
version.cmake