diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-17 10:17:33 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-17 11:09:49 +0100 |
commit | 8e5bfc98d460f782f04ca3bcfc198f4082e20e22 (patch) | |
tree | 7b8acf02602f2bd19ce1f4f0e01d653d14a98bd4 /conf.d | |
parent | d9f657725b7de6b97bed81e605193feb2542f25c (diff) |
Cleaning
Change-Id: I61d47837feab0ead59be1b1c4c5e163c4a604df9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 94cdbfe8..3c5a5381 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -183,8 +183,8 @@ set(WIDGET_ENTRY_POINT EntryPoint_Path_Not_Set) # Optional Application Framework security token # and port use for remote debugging. #------------------------------------------------------------ -set(AFB_TOKEN "" CACHE PATH "Default binder security token") -set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port") +set(AFB_TOKEN "" CACHE STRING "Default binder security token") +set(AFB_REMPORT "1234" CACHE STRING "Default binder listening port") # Print a helper message when every thing is finished # ---------------------------------------------------- |