summaryrefslogtreecommitdiff
path: root/src/poi-service
diff options
context:
space:
mode:
authorphilippe colliot <PSA>2015-02-20 11:38:39 +0100
committerphilippe colliot <PSA>2015-02-20 11:38:39 +0100
commit69776d11b24630fec1f0c0bba77c7d9eb757f51e (patch)
treeec9306c28734f660a0d5dce4cfe35d77e386e1a4 /src/poi-service
parent2264cb9e3067a155404bcb660423f045baa419e9 (diff)
downloadpoi-service-69776d11b24630fec1f0c0bba77c7d9eb757f51e.tar.gz
Fix bug into scripts used by the poi-service POC
Diffstat (limited to 'src/poi-service')
-rwxr-xr-xsrc/poi-service/script/build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poi-service/script/build.sh b/src/poi-service/script/build.sh
index 0fccbb6..3fc0f1a 100755
--- a/src/poi-service/script/build.sh
+++ b/src/poi-service/script/build.sh
@@ -55,9 +55,9 @@ build() {
cd $API_DIR
mkdir -p include
- cmake $API_DIR/$NAVIGATION_CORE
- cmake $API_DIR/$MAP_VIEWER
- cmake $API_DIR/$POI_SERVICE
+ cd $API_DIR/$NAVIGATION_CORE && cmake .
+ cd $API_DIR/$MAP_VIEWER && cmake .
+ cd $API_DIR/$POI_SERVICE && cmake .
cd $TOP_DIR
mkdir -p bin