Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake build bug when installing with KOMPUTE_OPT_USE_BUILT_IN_FMT off #359

Open
SimLeek opened this issue Feb 14, 2024 · 0 comments
Open

Comments

@SimLeek
Copy link

SimLeek commented Feb 14, 2024

Easy to work around. I just have to do this:

find_package(fmt REQUIRED)
find_package(kompute REQUIRED)

instead of:

find_package(kompute REQUIRED)

System: Arch Linux

Could be confusing if you don't know the workaround. Since it gives an error in the kompute cmake files:

[cmake] CMake Error at /usr/local/lib/cmake/kompute/komputeTargets.cmake:69 (set_target_properties):
[cmake]   The link interface of target "kompute::kp_logger" contains:
[cmake] 
[cmake]     fmt::fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant