Skip to content

Commit

Permalink
fix typo in rapids_cuda_init_architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 17, 2025
1 parent e2ae2dc commit b17f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/libcuml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)
include(../../rapids_config.cmake)

include(rapids-cuda)
rapids_cuda_init_architectures(libcugraph-python)
rapids_cuda_init_architectures(libcuml-python)

project(
libcuml-python
Expand Down

0 comments on commit b17f613

Please sign in to comment.