kompute
kompute copied to clipboard
CMake build bug when installing with KOMPUTE_OPT_USE_BUILT_IN_FMT off
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