Skip to content

Commit 1ca38fa

Browse files
committed
fix: switch to eil-cmake-utils
1 parent ee8b5b1 commit 1ca38fa

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "common"]
2-
path = common
3-
url = https://github.com/esp-idf-lib/common.git
1+
[submodule "eil-cmake-utils"]
2+
path = eil-cmake-utils
3+
url = git@github.com:esp-idf-lib/eil-cmake-utils.git

CMakeLists.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/eil-cmake-utils/cmake)
2+
13
idf_component_register(
24
INCLUDE_DIRS .
35
REQUIRES freertos
46
)
57

6-
# include common cmake file for components
7-
set(ESP_IDF_LIB_CMAKE ${CMAKE_CURRENT_LIST_DIR}/common/cmake/esp-idf-lib.cmake)
8-
if(EXISTS ${ESP_IDF_LIB_CMAKE})
9-
include(${ESP_IDF_LIB_CMAKE})
10-
else()
11-
message(WARNING "${ESP_IDF_LIB_CMAKE} not found")
12-
endif()
8+
include(eil_ci)

common

Lines changed: 0 additions & 1 deletion
This file was deleted.

eil-cmake-utils

Submodule eil-cmake-utils added at c91055e

0 commit comments

Comments
 (0)