Skip to content

Commit

Permalink
Fix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 22, 2022
1 parent 964dacb commit 78e23ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pylibraft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)

set(pylibraft_version 22.08.00)

include(../fetch_rapids.cmake)
include(../../fetch_rapids.cmake)

project(
pylibraft
Expand Down
2 changes: 1 addition & 1 deletion python/raft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)

set(pyraft_version 22.08.00)

include(../fetch_rapids.cmake)
include(../../fetch_rapids.cmake)

project(
raft-python
Expand Down

0 comments on commit 78e23ba

Please sign in to comment.