Skip to content

Commit b7c44e0

Browse files
tempotempo
authored andcommitted
gmf_app_utils: Fixed windows build error for path include
1 parent ba21641 commit b7c44e0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/gmf_app_utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.7.5
4+
5+
### Bug Fixes
6+
7+
- Fixed build issue on windows for path error
8+
39
## v0.7.4
410

511
### Features

packages/gmf_app_utils/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set(extra_component_path "$ENV{IDF_PATH}/examples/common_components/protocol_examples_common")
2+
file(TO_CMAKE_PATH "${extra_component_path}" extra_component_path)
23

34
set(EXTRA_SRCS "${extra_component_path}/stdin_out.c"
45
"${extra_component_path}/addr_from_stdin.c"

packages/gmf_app_utils/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.7.4"
1+
version: "0.7.5"
22
description: Espressif GMF App Utils is a module that provides utility functions for the GMF application
33
url: https://github.com/espressif/esp-gmf/tree/main/packages/gmf_app_utils
44
documentation: "https://github.com/espressif/esp-gmf/blob/main/packages/gmf_app_utils/README.md"

0 commit comments

Comments
 (0)