Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-12 13:30:03 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5863a27bd25cd012eef1fb65c46394c5ab901b42
esp-idf/components/log/host_test/log_test/CMakeLists.txt

7 lines
205 B
CMake
Raw Normal View History

tools: Increase the minimal supported CMake version to 3.16 This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system. This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-05-27 10:10:51 +02:00
cmake_minimum_required(VERSION 3.16)
[log]: Normal log works on Linux now * also removed strlcpy dependency from log * added Kconfig option for linux target Closes IDF-3245
2021-05-13 17:04:31 +08:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main)
[build system]: Fixed common requirement for Linux
2021-08-11 15:22:50 +08:00
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/")
[log]: Normal log works on Linux now * also removed strlcpy dependency from log * added Kconfig option for linux target Closes IDF-3245
2021-05-13 17:04:31 +08:00
project(test_log_host)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 118ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API