Skip to content

Commit

Permalink
Fix the description of options properly
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Dec 22, 2024
1 parent 4d72063 commit 7c7424f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extern/cccl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ FetchContent_Declare( CCCL ${TRACCC_CCCL_SOURCE} )
# can't hurt.
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 OFF CACHE BOOL "Install CUB as part of traccc." )
set ( CUB_ENABLE_INSTALL_RULES OFF CACHE BOOL "Do not install CUB as part of traccc." )
set ( libcudacxx_ENABLE_INSTALL_RULES ON CACHE BOOL "Install libcudacxx as part of traccc." )
set ( CCCL_ENABLE_LIBCUDACXX OFF CACHE BOOL "Disable libcudacxx" )
set ( CCCL_ENABLE_CUB OFF CACHE BOOL "Enable CUB" )
set ( CCCL_ENABLE_CUB OFF CACHE BOOL "Disable CUB" )
set ( CCCL_ENABLE_THRUST ON CACHE BOOL "Enable Thrust" )
set ( CCCL_ENABLE_TESTING OFF CACHE BOOL "Disable CCCL tests" )
set ( CCCL_ENABLE_EXAMPLES OFF CACHE BOOL "Disable CCCL examples" )
Expand Down

0 comments on commit 7c7424f

Please sign in to comment.