From 4dac480a78c9975ca5ec474e78ed8de810e7d7fa Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Thu, 8 Feb 2024 11:01:59 -0500 Subject: [PATCH] Add rapids_cuda_set_runtime to default includes of cuda --- rapids-cmake/rapids-cuda.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rapids-cmake/rapids-cuda.cmake b/rapids-cmake/rapids-cuda.cmake index 69690cac..e49b4de6 100644 --- a/rapids-cmake/rapids-cuda.cmake +++ b/rapids-cmake/rapids-cuda.cmake @@ -1,5 +1,5 @@ #============================================================================= -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,3 +18,4 @@ include_guard(GLOBAL) include(${CMAKE_CURRENT_LIST_DIR}/cuda/init_architectures.cmake) include(${CMAKE_CURRENT_LIST_DIR}/cuda/init_runtime.cmake) include(${CMAKE_CURRENT_LIST_DIR}/cuda/set_architectures.cmake) +include(${CMAKE_CURRENT_LIST_DIR}/cuda/set_runtime.cmake)