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
CMake fails to configure libcudf as a static library build with the error:
[INFO] [exec] CMake Error: install(EXPORT "cudf-exports" ...) includes target "cudf" which requires target "nanoarrow" that is not in any export set.
[INFO] [exec] -- Generating done (0.1s)
[INFO] [exec] CMake Error in CMakeLists.txt:
[INFO] [exec] export called with target "cudf" which requires target "nanoarrow" that is
[INFO] [exec] not in any export set.
Describe the bug
CMake fails to configure libcudf as a static library build with the error:
Steps/Code to reproduce bug
Expected behavior
cmake configure of a static libcudf library does not fail.
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: