Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

Fix docker build #62

Closed Ghostkeeper closed 5 years ago

Ghostkeeper commented 5 years ago

This fixes building the build environment inside docker. The intent is that this will be used in our CI server at some point.

Implements CURA-6187.

LipuFei commented 5 years ago

BTW, this cannot be merged yet. This change is not compatible with CMake versions prior to 3.12, which is the case on our current servers.