summaryrefslogtreecommitdiff
path: root/src/poi-service/script/build.sh
diff options
context:
space:
mode:
author <philippe colliot>2014-09-22 18:50:01 +0200
committer <philippe colliot>2014-09-22 18:50:01 +0200
commite0c8437f49e4d20439fe0f961e76379e704deb13 (patch)
tree7f56abb4fdb0ab3e971dc01761f61a4cb85a7f52 /src/poi-service/script/build.sh
parentda542b8a90974a88af7df37963eeaa695a942a23 (diff)
downloadpoi-service-e0c8437f49e4d20439fe0f961e76379e704deb13.tar.gz
navigation: migration of the whole build to cmake
Diffstat (limited to 'src/poi-service/script/build.sh')
-rwxr-xr-xsrc/poi-service/script/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poi-service/script/build.sh b/src/poi-service/script/build.sh
index 0918fe7..8cce950 100755
--- a/src/poi-service/script/build.sh
+++ b/src/poi-service/script/build.sh
@@ -42,7 +42,7 @@ usage() {
build() {
echo ''
- echo 'Building poi-server ->' $POI_SERVER_SRC_DIR
+ echo 'Building poi-server'
mkdir -p $POI_SERVER_BIN_DIR
cd $POI_SERVER_BIN_DIR
cmake $POI_SERVER_SRC_DIR && make