Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion targets/baremetal-sdk/espressif/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.5...3.10)

set(SDKCONFIG ${CMAKE_BINARY_DIR}/sdkconfig)
# Workaround to generate sdkconfig into the build directory.
Expand Down
2 changes: 1 addition & 1 deletion targets/baremetal-sdk/espressif/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.5...3.10)

# Set JerryScript variables
set(JERRY_ROOT_DIR ${PROJECT_DIR}/../../..)
Expand Down