Skip to content

Commit 0a199f2

Browse files
committed
Using latest releases v2.1 of comms_champion and v2.4 of commsdsl.
1 parent 172c5fb commit 0a199f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ option (DEMO1_NO_WARN_AS_ERR "Don't treat compilation warnings as errors." OFF)
1717
# is not provided and examples are not disabled.
1818

1919
if ("${COMMSDSL_TAG}" STREQUAL "")
20-
set(COMMSDSL_TAG "develop")
20+
set(COMMSDSL_TAG "v2.4")
2121
endif ()
2222

2323
if ("${COMMS_TAG}" STREQUAL "")
24-
set(COMMS_TAG "develop")
24+
set(COMMS_TAG "v2.1")
2525
endif ()
2626

2727
set (VERSION "0.11")

0 commit comments

Comments
 (0)