Commit 93febc18 authored by Dominik Charousset's avatar Dominik Charousset

Add --no-curl-examples config option

parent f684bc89
......@@ -45,6 +45,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
--no-examples build without examples
--no-qt-examples build without Qt examples
--no-protobuf-examples build without Google Protobuf examples
--no-curl-examples build without libcurl examples
--no-unit-tests build without unit tests
Debugging:
......@@ -251,6 +252,9 @@ while [ $# -ne 0 ]; do
--no-protobuf-examples)
append_cache_entry CAF_NO_PROTOBUF_EXAMPLES STRING yes
;;
--no-curl-examples)
append_cache_entry CAF_NO_CURL_EXAMPLES STRING yes
;;
--no-unit-tests)
append_cache_entry CAF_NO_UNIT_TESTS STRING yes
;;
......
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