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
We are in the process of migrating our build to Conan 2.
Previously, our Linux build used release packages for both debug/release builds using the old CMake generators. We used a combination of CONFIG and MODULE for find_package() with various packages. This worked fine for our purposes.
Based on the documentation recommendations, we are now using find_package() in CONFIG mode. However, the new generators produce files that only include target properties for matching build types due to checks for $CONFIG:Release.
This is a major breakage for us, as we don't want to use/maintain debug packages.
Is there a workaround for this?
How to reproduce it
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
We are in the process of migrating our build to Conan 2.
Previously, our Linux build used release packages for both debug/release builds using the old CMake generators. We used a combination of CONFIG and MODULE for find_package() with various packages. This worked fine for our purposes.
Based on the documentation recommendations, we are now using find_package() in CONFIG mode. However, the new generators produce files that only include target properties for matching build types due to checks for $CONFIG:Release.
This is a major breakage for us, as we don't want to use/maintain debug packages.
Is there a workaround for this?
How to reproduce it
No response
The text was updated successfully, but these errors were encountered: