melak47

Results 13 comments of melak47

It looks like the recipe on conan-center does not set: ```py tc.cache_variables["MP_UNITS_BUILD_CXX_MODULES"] = True ``` and when I install the library from conan, the mp-unitsTargets.cmake file does not mention the...

> There should be better feedback about automatic setup of MSVC dev environment with presets. It took me a long time to figure out that I needed to set CMAKE_CXX_COMPILER...

> Does setting the "cmake.useVsDeveloperEnvironment" setting to "always" mitigate the issue you're hitting? @gcampbell-msft it does, thanks! Though reading the description of that setting: > Selecting auto will only apply...