Skip to content

Commit bc7ce02

Browse files
committed
Build with CCCL 2.8.2-rc0.
1 parent 1e8c014 commit bc7ce02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rapids_config.cmake

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# or implied. See the License for the specific language governing permissions and limitations under
1212
# the License.
1313
# =============================================================================
14+
15+
set(rapids-cmake-repo bdice/rapids-cmake)
16+
set(rapids-cmake-branch cccl-2.8.0)
17+
1418
file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version)
1519
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
1620
set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")

0 commit comments

Comments
 (0)