mirror of
https://github.com/utkumaden/esp-idf-bmx280
synced 2025-05-04 17:24:48 +02:00
Increase CMake version requirement to fix compilation on recent CMake install
This commit is contained in:
parent
55e1ccc3c9
commit
91c142fd5d
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.17)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
idf_component_register(
|
||||
SRCS bmx280.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user