Skip to content

Commit

Permalink
Clean up cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 26, 2024
1 parent 7ffec73 commit d09eb46
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions python/cudf/cudf/_lib/strings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,5 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
# =============================================================================

set(cython_sources)

set(linked_libraries cudf::cudf)
rapids_cython_create_modules(
CXX
SOURCE_FILES "${cython_sources}"
LINKED_LIBRARIES "${linked_libraries}" MODULE_PREFIX strings_ ASSOCIATED_TARGETS cudf
)

add_subdirectory(convert)
add_subdirectory(split)

0 comments on commit d09eb46

Please sign in to comment.