Skip to content

Commit 0bbe18d

Browse files
committed
Using v2.2 of commsdsl and v2.0.1 of comms_champion
1 parent d0e6915 commit 0bbe18d

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.2")
2121
endif ()
2222

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

2727
set (VERSION "0.9")

0 commit comments

Comments
 (0)