Robert Schumacher

Results 40 comments of Robert Schumacher
trafficstars

Unfortunately it isn't quite as simple to get `$VCPKG_INSTALL` as reading from an environment variable. vcpkg allows users to have many parallel install trees on their machine, with our newest...

`find_vcpkg_root()` or `find_vcpkg_target(...)` look pretty good, though skimming through I don't think those have been properly updated to handle manifest mode. We've fully released manifest mode in the last ~2...

Could you go into a bit more detail about the problems this causes for your application? Why do you specifically need the number '8' to be serialized as '8.0' instead...

@harrysummer Thanks for trying out vcpkg! While we are a community project, we heavily emphasize avoiding regressions. If you can help contribute your CMake patches and fixes to us as...

This most likely caused by your prompt getting confused between a copy of vcpkg coming from Visual Studio (which does not support classic mode) and a separate copy of vcpkg...

In a command prompt with the incorrect behavior, can you please run BOTH: ``` echo %VCPKG_ROOT% ``` and ``` where.exe vcpkg ``` and reply with the results?

@danielschenk Since this is a legal concern, could you email us at [email protected]? We'd like to understand more about what legal requirements invalidate 7-zip to make sure any alternative we...

> goodness regardless of whether we actually do the eigen update. minor rewording: I think that substantially all of the changes in this PR should eventually make it into the...

> but most properties should be optional so that producers like CVE issuers can issue CVEs that target a broader set of packages with just one purl. There's not a...

@KHeresy, can you please check that this PR meets your needs?