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 f3e756d commit d0e6915Copy full SHA for d0e6915
CMakeLists.txt
@@ -17,11 +17,11 @@ option (DEMO1_NO_WARN_AS_ERR "Don't treat compilation warnings as errors." OFF)
17
# is not provided and examples are not disabled.
18
19
if ("${COMMSDSL_TAG}" STREQUAL "")
20
- set(COMMSDSL_TAG "v2.1")
+ set(COMMSDSL_TAG "develop")
21
endif ()
22
23
if ("${COMMS_TAG}" STREQUAL "")
24
- set(COMMS_TAG "v2.0")
+ set(COMMS_TAG "develop")
25
26
27
set (VERSION "0.9")
0 commit comments