We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d6c6b commit 022e7fdCopy full SHA for 022e7fd
1 file changed
CMakeLists.txt
@@ -92,7 +92,7 @@ target_compile_features(cuco INTERFACE cxx_std_17 cuda_std_17)
92
###################################################################################################
93
# - Optionally download RoaringFormatSpec test data -----------------------------------------------
94
95
-option(CUCO_DOWNLOAD_ROARING_TESTDATA "Download RoaringFormatSpec test data" ON)
+option(CUCO_DOWNLOAD_ROARING_TESTDATA "Download RoaringFormatSpec test data" ${default_build_option_state})
96
include(${CMAKE_CURRENT_LIST_DIR}/cmake/roaring_testdata.cmake)
97
98
0 commit comments