diff options
Diffstat (limited to 'conf.d/project/config.cmake')
-rw-r--r-- | conf.d/project/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/config.cmake b/conf.d/project/config.cmake index 02495cb..58f568f 100644 --- a/conf.d/project/config.cmake +++ b/conf.d/project/config.cmake @@ -199,7 +199,7 @@ set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Test with: afb-daemon --ldpaths=. --port=1234 --workdir=. --roothttp=../htdocs --tracereq=common --token='' --verbose") +set(CLOSING_MESSAGE "Test with: afb-daemon --ldpaths=./package --port=1234 --workdir=. --roothttp=../htdocs --tracereq=common --token= --verbose") set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # Optional schema validator about now only XML, LUA and JSON |