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
Describe the bug
Related to #10593
Build cudfjni will complain missing kvikio::kvikio
08:18:09 [exec] CMake Error at CMakeLists.txt:125 (add_library):
08:18:09 [exec] Target "cudfjni" links to target "kvikio::kvikio" but the target was not
08:18:09 [exec] found. Perhaps a find_package() call is missing for an IMPORTED target, or
08:18:09 [exec] an ALIAS target is missing?
08:18:09 [exec]
08:18:09 [exec]
08:18:09 [exec] CMake Error at CMakeLists.txt:158 (add_library):
08:18:09 [exec] Target "cudfjnistub" links to target "kvikio::kvikio" but the target was
08:18:09 [exec] not found. Perhaps a find_package() call is missing for an IMPORTED
08:18:09 [exec] target, or an ALIAS target is missing?
08:18:09 [exec]
08:18:09 [exec]
08:18:09 [exec] CMake Error at CMakeLists.txt:200 (add_library):
08:18:09 [exec] Target "cufilejni" links to target "kvikio::kvikio" but the target was not
08:18:09 [exec] found. Perhaps a find_package() call is missing for an IMPORTED target, or
08:18:09 [exec] an ALIAS target is missing?
08:18:09 [exec]
Describe the bug
Related to #10593
Build cudfjni will complain missing kvikio::kvikio
kvikio also introduced cudf links to target "cufile::cuFile_interface" https://github.com/rapidsai/kvikio/blob/branch-22.06/cpp/CMakeLists.txt#L76
Steps/Code to reproduce bug
https://github.com/rapidsai/cudf/blob/branch-22.06/java/ci/README.md
Expected behavior
Pass the build
The text was updated successfully, but these errors were encountered: