mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
cmake: remove cmake ver specification for early exp script
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
# if(IN_LIST) is used, which requires CMP0057 set to NEW
|
||||
cmake_policy(SET CMP0057 NEW)
|
||||
include("${BUILD_PROPERTIES_FILE}")
|
||||
include("${COMPONENT_PROPERTIES_FILE}")
|
||||
|
||||
|
Reference in New Issue
Block a user