Browse Source

Work around for Windows needing quotes and other OS not

Seems to be a bug in Conan will create a bug report later this week.

Contributes to CURA-9365
fix_tk_recipe_env_info
j.spijker@ultimaker.com 4 years ago committed by Jelle Spijker
parent
commit
4987a3f58c
  1. 2
      profiles/cura.jinja

2
profiles/cura.jinja

@ -15,5 +15,5 @@ compiler.cppstd=17
[conf]
tools.cmake.cmaketoolchain:find_package_prefer_config=True
{% if os_build == "Windows" %}tools.env.virtualenv:powershell=True{% endif %}
{% if os_build != "Windows" %}{% else %}tools.env.virtualenv:powershell=True{% endif %}
{% if compiler == "Visual Studio" %}tools.microsoft.msbuild:vs_version=compiler.version{% endif %}

Loading…
Cancel
Save