Simplify cura engine cmake

This commit is contained in:
ChrisTerBeke 2018-02-27 16:24:17 +01:00
parent e1a6ab098a
commit d3f7771e16

View File

@ -32,10 +32,7 @@ RUN git fetch origin
RUN git checkout $URANIUM_BRANCH RUN git checkout $URANIUM_BRANCH
RUN mkdir build RUN mkdir build
WORKDIR $CURA_APP_DIR/CuraEngine/build WORKDIR $CURA_APP_DIR/CuraEngine/build
RUN cmake3 .. \ RUN cmake3 ..
-DCMAKE_BUILD_TYPE=$CURA_BENV_BUILD_TYPE \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++
RUN make RUN make
# Make sure Cura can find CuraEngine # Make sure Cura can find CuraEngine