Skip to content

Commit

Permalink
Using v2.4 of comms_champion and v3.4 of commsdsl.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 27, 2020
1 parent f5bca86 commit 6632d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ option (DEMO1_NO_WARN_AS_ERR "Don't treat compilation warnings as errors." OFF)
# is not provided and examples are not disabled.

if ("${COMMSDSL_TAG}" STREQUAL "")
set(COMMSDSL_TAG "develop")
set(COMMSDSL_TAG "v3.4")
endif ()

if ("${COMMS_TAG}" STREQUAL "")
set(COMMS_TAG "develop")
set(COMMS_TAG "v2.4")
endif ()

set (VERSION "0.16")
Expand Down

0 comments on commit 6632d0b

Please sign in to comment.