We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fc275 commit 35dbe82Copy full SHA for 35dbe82
as-lib/README.md
@@ -67,11 +67,13 @@ target_link_libraries(MyProject loramac)
67
68
FetchContent should be used to load the project at CMake configure time (rather than build time using ExternalProject).
69
70
+`ExternalProject_Add` is not supported at this time.
71
+
72
```
73
FetchContent_Declare(
74
loramac
75
GIT_REPOSITORY https://github.com/Lora-net/LoRaMac-node
- GIT_TAG master
76
+ GIT_TAG master # branch or version tag, such a v4.7.0
77
)
78
79
FetchContent_GetProperties(loramac)
0 commit comments