Skip to content

Commit 35dbe82

Browse files
committed
Clarify that ExternalProject is not currently supported
1 parent a5fc275 commit 35dbe82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

as-lib/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ target_link_libraries(MyProject loramac)
6767

6868
FetchContent should be used to load the project at CMake configure time (rather than build time using ExternalProject).
6969

70+
`ExternalProject_Add` is not supported at this time.
71+
7072
```
7173
FetchContent_Declare(
7274
loramac
7375
GIT_REPOSITORY https://github.com/Lora-net/LoRaMac-node
74-
GIT_TAG master
76+
GIT_TAG master # branch or version tag, such a v4.7.0
7577
)
7678
7779
FetchContent_GetProperties(loramac)

0 commit comments

Comments
 (0)