Revert "Build osmium_convert in order to be able to eventually replace osmosis"
This reverts commit 344588114dd5076385b35e0fbaef966de681f95f.
This commit is contained in:
parent
3727637145
commit
43dcdb21ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,7 +41,6 @@ Thumbs.db
|
||||
#######################
|
||||
/build/
|
||||
/cmake/postinst
|
||||
/third_party/libosmium/tmp/
|
||||
|
||||
# Eclipse related files #
|
||||
#########################
|
||||
|
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Builds command line tools shipped with libosmium for example osmium_convert
|
||||
# CMake build directory is build/osmium; binaries are located under build/osmium/examples
|
||||
|
||||
|
||||
# e: exit on first error, x: print commands
|
||||
set -ex
|
||||
|
||||
BUILD_DIR=build/osmium
|
||||
|
||||
cmake -E remove_directory $BUILD_DIR
|
||||
cmake -E make_directory $BUILD_DIR
|
||||
cmake -E chdir $BUILD_DIR cmake ../../third_party/libosmium -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=1 -DBUILD_TESTING=0
|
||||
cmake -E chdir $BUILD_DIR cmake --build .
|
Loading…
Reference in New Issue
Block a user