forked from mirror/conan-config
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
493 B
10 lines
493 B
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 |
|
|
|
# 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 %}
|
|
|