You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to modernize the cpython recipe in CCI that means porting to the MSbuild, MSBuildDeps and MSBuildToolchain generators. The current recipe passes an additional property "IncludeExternals": "true"https://github.com/conan-io/conan-center-index/blob/f85db3e60973cb076e694a1264946e29e82e66c5/recipes/cpython/all/conanfile.py#L395 to the build command; translating into an extra argument /p:IncludeExternals="true". There is an open FR which asks for allowing extra compiler flags to be passed #7653 but I can't seem to figure out how to set extra properties such at these, in the Toolchain. What is the preferred method to do so?
The current implementation of the MSBuildToolchain does not allow adding custom properties that can later be passed to the build system like other integrations do. I think we can mark this for the 1.53 to be added as a feature or at least to consider it. Thanks a lot for the reporting.
I'm trying to modernize the cpython recipe in CCI that means porting to the MSbuild, MSBuildDeps and MSBuildToolchain generators. The current recipe passes an additional property
"IncludeExternals": "true"
https://github.com/conan-io/conan-center-index/blob/f85db3e60973cb076e694a1264946e29e82e66c5/recipes/cpython/all/conanfile.py#L395 to the build command; translating into an extra argument/p:IncludeExternals="true"
. There is an open FR which asks for allowing extra compiler flags to be passed #7653 but I can't seem to figure out how to set extra properties such at these, in the Toolchain. What is the preferred method to do so?Current state of the PR conan-io/conan-center-index#12470
The text was updated successfully, but these errors were encountered: