From 070569777b69eb2d36c4c8a3a4b10ce498f559ff Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Thu, 3 Aug 2017 09:41:41 +0200 Subject: updated paths to match new output directory --- conf.d/config.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d') diff --git a/conf.d/config.cmake b/conf.d/config.cmake index a386fe7..5545656 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -74,7 +74,7 @@ add_compile_options() # --------------------------------------------------------- add_compile_options(-DCONTROL_CDEV_TX="/dev/inic-usb-ctx") add_compile_options(-DCONTROL_CDEV_RX="/dev/inic-usb-crx") -add_compile_options(-DUCS2_CFG_PATH="/etc/default/ucs:./data") +add_compile_options(-DUCS2_CFG_PATH="/etc/default/ucs:../data:./data") # LANG Specific compile flags set for all build types @@ -83,7 +83,7 @@ set(CMAKE_CXX_FLAGS "") # 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=. --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") # (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] -- cgit 1.2.3-korg