diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-03 09:41:41 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-03 09:41:41 +0200 |
commit | 070569777b69eb2d36c4c8a3a4b10ce498f559ff (patch) | |
tree | ba1e8f50ebda872065bf6b895c3b5dd5500ce1f3 /conf.d/config.cmake | |
parent | c69b4176bc56eef84a78e9160ba7516b8c7cc9d7 (diff) |
updated paths to match new output directory
Diffstat (limited to 'conf.d/config.cmake')
-rw-r--r-- | conf.d/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
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] |