Skip to content

Commit

Permalink
Using comms_champion v3.1.3 and commsdsl v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Dec 15, 2020
1 parent 463d8df commit e3d3e55
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 @@ -16,11 +16,11 @@ option (MQTT5_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.6")
endif ()

if ("${COMMS_TAG}" STREQUAL "")
set(COMMS_TAG "develop")
set(COMMS_TAG "v3.1.3")
endif ()

set (VERSION "0.20")
Expand Down

0 comments on commit e3d3e55

Please sign in to comment.