Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Mar 22, 2018
2 parents ade9555 + 4459de4 commit ef2b9a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/docker/Dockerfile
Expand Up @@ -75,8 +75,6 @@ RUN \
rm -rf /vdatum; \
git clone https://github.com/hobu/jsoncpp.git /jsoncpp; \
cd /jsoncpp; \
export CXX=/usr/bin/clang++; \
export CC=/usr/bin/clang; \
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON \
Expand Down Expand Up @@ -106,8 +104,6 @@ RUN \
cmake .. \
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_MAKE_PROGRAM=make \
-DBUILD_PLUGIN_PYTHON=ON \
-DBUILD_PLUGIN_CPD=ON \
Expand Down

0 comments on commit ef2b9a7

Please sign in to comment.