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
In the project, we're using several Conan packages to build a library, which are then linked into my executables. The ability to debug the executables is a requirement (e.g., step through GTest execution). Hence, I need to compile Debug build type for the entire project.
While doing this, I noticed that it is impossible to compile a debug version of the libiconv package (see logs). A similar issue has been reported but for a compiler other than MSVC.
Could anyone point me in the right direction to solve or workaround the issue with libiconv?
Description
In the project, we're using several Conan packages to build a library, which are then linked into my executables. The ability to debug the executables is a requirement (e.g., step through GTest execution). Hence, I need to compile Debug build type for the entire project.
While doing this, I noticed that it is impossible to compile a debug version of the libiconv package (see logs). A similar issue has been reported but for a compiler other than MSVC.
Could anyone point me in the right direction to solve or workaround the issue with libiconv?
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows
Steps to reproduce
conan install --requires libiconv/1.17 --output-folder . --build missing --profile:all debug
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: