Skip to content

Commit

Permalink
CMake option second parameter is the help string, not the default val…
Browse files Browse the repository at this point in the history
…ue (#114)

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers: None

URL: #114
  • Loading branch information
robertmaynard authored Oct 28, 2021
1 parent 4b3e932 commit 73bf281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ add_subdirectory(cuda)
add_subdirectory(export)
add_subdirectory(find)

option(RAPIDS_CMAKE_ENABLE_DOWNLOAD_TESTS ON)
option(RAPIDS_CMAKE_ENABLE_DOWNLOAD_TESTS "Enable tests that require downloads" ON)
if(RAPIDS_CMAKE_ENABLE_DOWNLOAD_TESTS)
# Setup and fill the cpm cache, and specify CPM_SOURCE_CACHE
# so that all subsequent tests in this directory use the
Expand Down

0 comments on commit 73bf281

Please sign in to comment.