Skip to content

Commit 71f2811

Browse files
authored
Update resolution for the library detection issue
1 parent 774b8a4 commit 71f2811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ Resolution: Please try with release-1.1-dev branch.
144144

145145
**3. Some libraries are not detected by *target_link_arduino_libraries***
146146

147-
Currently, *target_link_arduino_libraries* takes only include names (i.e. the name of the header file without extension). If the include name does not match with the library name (as mentioned in *library.properties* of the library), the detection of the library fails.
147+
Currently, *target_link_arduino_libraries* takes only include names (i.e. the name of the header file without extension). If the include name does not match with the library name (as mentioned in *library.properties* of the library), the detection of the library fails \(Refer issue [#19](https://github.com/a9183756-gh/Arduino-CMake-Toolchain/issues/19)\).
148148

149149
Workaround: Rename the library folder to the include name and use include name in *target_link_arduino_libraries*.
150150

151-
Resolution: Available, as mentioned in issue [#19](https://github.com/a9183756-gh/Arduino-CMake-Toolchain/issues/19), and will soon be merged into release-1.1-dev branch.
151+
Resolution: Please try with release-1.1-dev branch.
152152

153153
## How it works
154154

0 commit comments

Comments
 (0)