From 3082ecdf6abaa6d77cf9efaf677bfc3ee2c4967b Mon Sep 17 00:00:00 2001 From: Renz Christian Bagaporo Date: Fri, 10 May 2019 10:53:08 +0800 Subject: [PATCH] components: update with build system changes * Original commit: espressif/esp-idf@ffec9d494722a11378ed3c05a6286b627672e4f5 --- components/freemodbus/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/freemodbus/CMakeLists.txt b/components/freemodbus/CMakeLists.txt index 2de3d44..4b57c16 100644 --- a/components/freemodbus/CMakeLists.txt +++ b/components/freemodbus/CMakeLists.txt @@ -1,7 +1,5 @@ # The following five lines of boilerplate have to be in your project's # CMakeLists in this exact order for cmake to work correctly -cmake_minimum_required(VERSION 3.5) - set(COMPONENT_SRCS "common/esp_modbus_master.c" "common/esp_modbus_slave.c" "modbus/mb.c"