mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Simplify cura engine cmake
This commit is contained in:
parent
e1a6ab098a
commit
d3f7771e16
1 changed files with 1 additions and 4 deletions
|
@ -32,10 +32,7 @@ RUN git fetch origin
|
|||
RUN git checkout $URANIUM_BRANCH
|
||||
RUN mkdir build
|
||||
WORKDIR $CURA_APP_DIR/CuraEngine/build
|
||||
RUN cmake3 .. \
|
||||
-DCMAKE_BUILD_TYPE=$CURA_BENV_BUILD_TYPE \
|
||||
-DCMAKE_C_COMPILER=gcc \
|
||||
-DCMAKE_CXX_COMPILER=g++
|
||||
RUN cmake3 ..
|
||||
RUN make
|
||||
|
||||
# Make sure Cura can find CuraEngine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue