Skip to content

Commit 022e7fd

Browse files
committed
Default roaring test data download to standalone builds
1 parent 88d6c6b commit 022e7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ target_compile_features(cuco INTERFACE cxx_std_17 cuda_std_17)
9292
###################################################################################################
9393
# - Optionally download RoaringFormatSpec test data -----------------------------------------------
9494

95-
option(CUCO_DOWNLOAD_ROARING_TESTDATA "Download RoaringFormatSpec test data" ON)
95+
option(CUCO_DOWNLOAD_ROARING_TESTDATA "Download RoaringFormatSpec test data" ${default_build_option_state})
9696
include(${CMAKE_CURRENT_LIST_DIR}/cmake/roaring_testdata.cmake)
9797

9898
###################################################################################################

0 commit comments

Comments
 (0)