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
It seems like ktx is vendorizing fmt in their source code, but this is only used when compiling the tools, so for now the easiest way to avoid this is to compile with the tools=False option set.
We'll look into providing a PR (contributions welcome!) that unvendorizes this for a library coming from CCI, but this issue is something that the people at ktx might want to know about so they can update their vendorized version of fmt for some next release if you are able to report this to them too :)
Description
ktx has an outdated version of fmt in its source, which causes the issue.
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Debug
compiler=clang
compiler.cppstd=26
compiler.libcxx=libc++
compiler.version=20
os=Windows
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.info.package_id:confs=['tools.build:cflags', 'tools.build:cxxflags', 'tools.build:exelinkflags', 'tools.build:sharedlinkflags']
[buildenv]
PATH+=(path)C:/dev/MSYS2/clang64/bin
PATH+=(path)C:/Users/Gabor/AppData/Local/Programs/CLion 2/bin/cmake/win/x64/bin
PATH+=(path)C:/Users/Gabor/AppData/Local/Programs/CLion 2/bin/ninja/win/x64
[runenv]
PATH+=(path)C:/dev/MSYS2/clang64/bin
Steps to reproduce
conan install .
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: