SpaceIm
SpaceIm
@memsharded I'm wondering if `/p:ForceImportBeforeCppTargets=` (where props paths are absolute paths to props files generated by `MSBuildToolchain` & `MSBuildDeps` if they are part of generators) is not the missing flag...
> Yes, it is necessary to inject the .props files, for third-party vcxproj, I guess it is necessary to apply a patch > > > Nop, same issues with vs_layout()....
@memsharded are you still against this feature? compiler.cppstd is not mandatory in conan v1 nor v2. So a build with these profiles without explicit compiler.cppstd may fail. Here is a...
> Yes, compiler.cppstd is mandatory in Conan 2.0 I don't understand, conan v2 works fine without compiler.cppstd defined in my profile.
Ok. I hope you'll change your mind in the future regarding this issue, so that CMake targets can be properly modeled.
Any progress? Windows agents still run SDK 10.0.17763.0 https://github.com/conan-io/conan-center-index/pull/13285#issuecomment-1314515093
I'll see what I can I do, but I don't know if you want to keep some auto detection. For the moment, I have a simple patch in conan recipe...
[question] Why does the CMake generator define INTERFACE IMPORTED targets rather than only IMPORTED?
A CMake imported target must have a type (STATIC, SHARED, INTERFACE or UNKNOWN): https://cmake.org/cmake/help/latest/command/add_library.html#imported-libraries Maybe conan should first provide a mechanism in `package_info()` to indicate if a specific lib file...
[question] Why does the CMake generator define INTERFACE IMPORTED targets rather than only IMPORTED?
@memsharded @lasote @czoido Is it something you have taken into account in conan v2?
I've submitted one month ago a fix for `openjpeg` recipe (https://github.com/conan-io/conan-center-index/pull/19230), providing these variables in file generated by `CMakeDeps`, and fixing opencv issue when jpeg2000 backend is openjpeg (issue reported...