Skip to content

Commit

Permalink
MQTT_WITH_WEBSOCKETS is ON by default (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored and JonathanHenson committed Oct 29, 2019
1 parent 4df06ff commit 4b07f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
project(aws-c-mqtt C)

option(MQTT_WITH_WEBSOCKETS "Enable MQTT connections over websockets. Requires aws-c-http. " OFF)
option(MQTT_WITH_WEBSOCKETS "Enable MQTT connections over websockets. Requires aws-c-http. " ON)

if (POLICY CMP0069)
cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags
Expand Down
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-c-mqtt",
"upstream": [
{ "name": "aws-c-io" }
{ "name": "aws-c-http" }
],
"downstream": [
]
Expand Down

0 comments on commit 4b07f1e

Please sign in to comment.