Skip to content

Commit

Permalink
Using v2.0 of commsdsl and v1.3 of comms_champion.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jun 5, 2019
1 parent 046ba2a commit d24b6dc
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 @@ -14,11 +14,11 @@ project ("cc.mqtt5.commsdsl")
# is not provided and examples are not disabled.

if ("${COMMSDSL_TAG}" STREQUAL "")
set(COMMSDSL_TAG "dsl2")
set(COMMSDSL_TAG "v2.0")
endif ()

if ("${COMMS_TAG}" STREQUAL "")
set(COMMS_TAG "develop")
set(COMMS_TAG "v1.3")
endif ()

set (VERSION "0.7")
Expand Down

0 comments on commit d24b6dc

Please sign in to comment.