Commit a534cfcc authored by Otavio Rodolfo Piske's avatar Otavio Rodolfo Piske

Removed an invalid character incorrectly added to the description

Signed-off-by: 's avatarOtavio Rodolfo Piske <opiske@redhat.com>
parent 383bcced
...@@ -44,7 +44,7 @@ PAHO_BUILD_DOCUMENTATION | FALSE | Create and install the HTML based API documen ...@@ -44,7 +44,7 @@ PAHO_BUILD_DOCUMENTATION | FALSE | Create and install the HTML based API documen
PAHO_BUILD_SAMPLES | FALSE | Build sample programs PAHO_BUILD_SAMPLES | FALSE | Build sample programs
MQTT_TEST_BROKER | tcp://localhost:1883 | MQTT connection URL for a broker to use during test execution MQTT_TEST_BROKER | tcp://localhost:1883 | MQTT connection URL for a broker to use during test execution
MQTT_TEST_PROXY | tcp://localhost:1883 | Hostname of the test proxy to use MQTT_TEST_PROXY | tcp://localhost:1883 | Hostname of the test proxy to use
MQTT_SSL_HOSTNAME | localhost | "Hostname of a test SSL MQTT broker to use MQTT_SSL_HOSTNAME | localhost | Hostname of a test SSL MQTT broker to use
Using these variables CMake can be used to generate your Ninja or Make files. Using CMake, building out-of-source is the default. Therefore it is recommended to invoke all build commands inside your chosen build directory but outside of the source tree. Using these variables CMake can be used to generate your Ninja or Make files. Using CMake, building out-of-source is the default. Therefore it is recommended to invoke all build commands inside your chosen build directory but outside of the source tree.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment