Commit b64f0644 authored by Joseph Noir's avatar Joseph Noir

Fix output strings

parent a4323ef4
...@@ -31,6 +31,9 @@ endif() ...@@ -31,6 +31,9 @@ endif()
if(NOT CAF_USE_ASIO) if(NOT CAF_USE_ASIO)
set(CAF_USE_ASIO no) set(CAF_USE_ASIO no)
endif() endif()
if(NOT CAF_FOR_RIOT)
set(CAF_FOR_RIOT no)
endif()
################################################################################ ################################################################################
......
...@@ -236,6 +236,7 @@ while [ $# -ne 0 ]; do ...@@ -236,6 +236,7 @@ while [ $# -ne 0 ]; do
--for-riot=*) --for-riot=*)
append_cache_entry CAF_FOR_RIOT BOOL yes append_cache_entry CAF_FOR_RIOT BOOL yes
append_cache_entry CAF_NO_MEM_MANAGEMENT BOOL yes append_cache_entry CAF_NO_MEM_MANAGEMENT BOOL yes
append_cache_entry DISABLE_MEM_MANAGEMENT BOOL yes
append_cache_entry CAF_BUILD_STATIC_ONLY STRING yes append_cache_entry CAF_BUILD_STATIC_ONLY STRING yes
append_cache_entry RIOT_BASE_DIR STRING $optarg append_cache_entry RIOT_BASE_DIR STRING $optarg
;; ;;
......
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