kompute icon indicating copy to clipboard operation
kompute copied to clipboard

CMake build bug when installing with KOMPUTE_OPT_USE_BUILT_IN_FMT off

Open SimLeek opened this issue 1 year ago • 0 comments

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

SimLeek avatar Feb 14 '24 04:02 SimLeek