rapidsai / rapids-examples

33 stars 24 forks source link

CMakeLists.txt for strings_udf should not require building libcudf #26

Open davidwendt opened 3 years ago

davidwendt commented 3 years ago

The strings_udf/CMakeLists.txt should not require building libcudf from source. This example only needs libcudf installed (headers and libcudf.so) to build and link with. I believe the cudf build generates appropriate Find-CUDF cmake files.