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 876d678 commit c372cbbCopy full SHA for c372cbb
as-lib/README.md
@@ -104,13 +104,13 @@ endif()
104
105
set(LORAMAC_AS_LIB ON)
106
set(LORAMAC_RADIO sx1276)
107
-set(LORAMAC_SUFFIX -Europe)
+set(LORAMAC_SUFFIX -Europe CACHE STRING "" FORCE) # must force override
108
set(REGION_EU868 ON)
109
add_subdirectory(loramac_SOURCE_DIR loramac${LORAMAC_SUFFIX})
110
111
set(REGION_EU868 OFF) # NB: Override last pass
112
set(REGION_US915 ON)
113
-set(LORAMAC_SUFFIX -US)
+set(LORAMAC_SUFFIX -US CACHE STRING "" FORCE) # must force override
114
115
116
# You now have targets loramac-Europe and loramac-US to link to your own targets
0 commit comments