core:default_profile = cura.jinja core:default_build_profile = cura_build.jinja tools.cmake.cmaketoolchain:generator = Ninja tools.env.virtualenv:auto_use = True tools.gnu:define_libcxx11_abi = True tools.build:skip_test = False # FIXME: Needs to be commented out for OpenSSL to work but if we wan't to create ps1 scripts it needs to be set to True # Otherwise .bat files are created. Maybe we should define this on a recipe basis: # #{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %}