Skip to content

Commit

Permalink
Clarify that ExternalProject is not currently supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeehan1968 committed Oct 15, 2022
1 parent a5fc275 commit 35dbe82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion as-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ target_link_libraries(MyProject loramac)

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

`ExternalProject_Add` is not supported at this time.

```
FetchContent_Declare(
loramac
GIT_REPOSITORY https://github.com/Lora-net/LoRaMac-node
GIT_TAG master
GIT_TAG master # branch or version tag, such a v4.7.0
)
FetchContent_GetProperties(loramac)
Expand Down

0 comments on commit 35dbe82

Please sign in to comment.