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 172c5fb commit 0a199f2Copy full SHA for 0a199f2
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 "develop")
+ set(COMMSDSL_TAG "v2.4")
21
endif ()
22
23
if ("${COMMS_TAG}" STREQUAL "")
24
- set(COMMS_TAG "develop")
+ set(COMMS_TAG "v2.1")
25
26
27
set (VERSION "0.11")
0 commit comments