Skip to content

Commit

Permalink
Using latest v0.23 of CommsChampion and v0.7.2 of the Mqtt projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 21, 2018
1 parent 3e2edb2 commit 685e19c
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 @@ -147,7 +147,7 @@ set (CC_MQTT_EXTERNAL_TGT "mqtt_external")
macro (externals install_dir build_cc mqtt_headers)
include(ExternalProject)

set (cc_tag "develop")
set (cc_tag "v0.23")
set (cc_main_dir "${CMAKE_BINARY_DIR}/comms_champion")
set (cc_src_dir "${cc_main_dir}/src")
set (cc_bin_dir "${cc_main_dir}/build")
Expand Down Expand Up @@ -186,7 +186,7 @@ macro (externals install_dir build_cc mqtt_headers)
set (CC_COMMS_FOUND TRUE)

if (${mqtt_headers})
set (cc_mqtt_tag "develop")
set (cc_mqtt_tag "v0.7.2")
ExternalProject_Add(
"${CC_MQTT_EXTERNAL_TGT}"
PREFIX "${cc_mqtt_bin_dir}"
Expand Down

0 comments on commit 685e19c

Please sign in to comment.