1.0.4
- Bugfix: Fixed default profile defined in conan.conf that includes another profile
- Bugfix: added missing management of
sysroot
in conanbuildinfo.txt affectingconan build
andtest_package
- Bugfix: Fixed warning in
conan source
because of incorrect management of settings. - Bugfix: Fixed priority order of environment variables defined in included profiles
- Bugfix: NMake error for parallel builds from the
CMake
build helper have been fixed - Bugfix: Fixed options pattern not applied to root node (
-o *:shared=True
not working for consuming package) - Bugfix: Fixed shadowed options by package name (
-o *:shared=True -o Pkg:other=False
was not applyingshared
value to Pkg) - Fix: Using
filter_known_paths=False
as default tovcvars_dict()
helper. - Fix: Fixed wrong package name for output messages regarding build-requires
- Fix: Added correct metadata to conan.exe when generated via pyinstaller