summaryrefslogtreecommitdiff
path: root/build-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-all.sh')
-rwxr-xr-xbuild-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all.sh b/build-all.sh
index e0fa11c..0ac24c5 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -90,7 +90,7 @@ buildEnhancedPositionService() {
echo 'Building EnhancedPositionService (Franca PoC) ->' $SENSORS_SERVICE_SRC_DIR
mkdir -p $ENHANCED_POSITION_SERVICE_FRANCA_BIN_DIR
cd $ENHANCED_POSITION_SERVICE_FRANCA_BIN_DIR
- cmake $ENHANCED_POSITION_SERVICE_FLAGS $ENHANCED_POSITION_SERVICE_COMMONAPI_SRC_DIR && make
+ cmake $ENHANCED_POSITION_SERVICE_FLAGS $ENHANCED_POSITION_SERVICE_FRANCA_SRC_DIR && make
}
buildLogReplayer() {