diff --git a/conan.conf b/conan.conf index 817eb51..646279b 100644 --- a/conan.conf +++ b/conan.conf @@ -7,15 +7,12 @@ print_run_commands = True # environment CONAN_PRINT_RUN_COMMANDS [general] default_profile = cura_release.jinja default_build_profile = cura_build.jinja -compression_level = 9 -sysrequires_sudo = True -request_timeout = 60 -default_package_id_mode = full_recipe_mode -full_transitive_package_id = True -revisions_enabled = True +required_conan_version = >=1.48 scm_to_conandata = True -keep_python_files = False -required_conan_version = >=1.46.2 +revisions_enabled = True + +[conf] +env.virtualenv:auto_use = True [storage]