mirror of
https://github.com/Jacajack/liblightmodbus-esp.git
synced 2025-12-14 16:15:35 +00:00
Update config
I think the directory names caused some conflicts...
This commit is contained in:
parent
60814eaffd
commit
a4fe11f699
|
|
@ -1,12 +1,12 @@
|
|||
# This CMakeLists.txt is only a ESP-IDF component declaration
|
||||
include(FetchContent)
|
||||
set(LIBLIGHTMODBUS_REPO_DIR "${CMAKE_CURRENT_LIST_DIR}/liblightmodbus")
|
||||
set(LIBLIGHTMODBUS_REPO_DIR "${CMAKE_CURRENT_LIST_DIR}/repo")
|
||||
|
||||
# Fetch liblightmodbus source code from GitHub
|
||||
FetchContent_Populate(liblightmodbus-src
|
||||
GIT_REPOSITORY "https://github.com/jacajack/liblightmodbus.git"
|
||||
GIT_TAG "dev-v3.0"
|
||||
SOURCE_DIR "${LIBLIGHTMODBUS_REPO_DIR}"
|
||||
GIT_TAG "dev-v3.0"
|
||||
SOURCE_DIR "${LIBLIGHTMODBUS_REPO_DIR}"
|
||||
)
|
||||
|
||||
# Copy config file to liblightmodbus include directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user