Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorgreshilov <slovaricheg@gmail.com>2018-01-12 15:33:07 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2018-01-18 13:25:44 +0300
commit71d211bf1cd877a7e1373778507c33499afc41fe (patch)
treef0da64cadeb2bae89181ffc769fc895367246da4 /tools
parentd4abef8634d8b89af727c45adbd5c60563d60943 (diff)
[cmake] Designer Tool final fix
Fix omim_add_test, omim_add_executable
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/build_omim.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/unix/build_omim.sh b/tools/unix/build_omim.sh
index f5c020d021..6de3242508 100755
--- a/tools/unix/build_omim.sh
+++ b/tools/unix/build_omim.sh
@@ -77,9 +77,6 @@ source "$OMIM_PATH/tools/autobuild/detect_cmake.sh"
# OS-specific parameters
if [ "$(uname -s)" == "Darwin" ]; then
- [ -n "$OPT_DESIGNER" -a "$(id -u)" != "0" ] \
- && echo "To build designer tool you have to run this script with sudo" \
- && exit 2
PROCESSES=$(sysctl -n hw.ncpu)
else
[ -n "$OPT_DESIGNER" ] \