From 304cedd84a251d2e9e51e1e5f475aca6baa37951 Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Wed, 14 Aug 2024 11:28:20 +0200 Subject: [PATCH] Fix a typo --- extern/cccl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/cccl/CMakeLists.txt b/extern/cccl/CMakeLists.txt index 685cca35f1..87f2c576a8 100644 --- a/extern/cccl/CMakeLists.txt +++ b/extern/cccl/CMakeLists.txt @@ -29,7 +29,7 @@ set ( CCCL_ENABLE_INSTALL_RULES ON CACHE BOOL "Install CCCL as part of traccc." set ( THRUST_ENABLE_INSTALL_RULES ON CACHE BOOL "Install Thrust as part of traccc." ) set ( CUB_ENABLE_INSTALL_RULES ON CACHE BOOL "Install CUB as part of traccc." ) set ( libcudacxx_ENABLE_INSTALL_RULES ON CACHE BOOL "Install libcudacxx as part of traccc." ) -set ( CCCL_ENABLE_LIBCUDACXX ON CACHE BOOL "Disable libcudacxx" ) +set ( CCCL_ENABLE_LIBCUDACXX OFF CACHE BOOL "Disable libcudacxx" ) set ( CCCL_ENABLE_CUB ON CACHE BOOL "Enable CUB" ) set ( CCCL_ENABLE_THRUST ON CACHE BOOL "Enable Thrust" ) set ( CCCL_ENABLE_TESTING OFF CACHE BOOL "Disable CCCL tests" )