Skip to content

Commit

Permalink
Disable sampls in old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Jan 30, 2025
1 parent f6b375b commit 5b8f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cudax/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()

option(cudax_ENABLE_HEADER_TESTING "Test that CUDA Experimental's public headers compile." ON)
option(cudax_ENABLE_TESTING "Build CUDA Experimental's tests." ON)
option(cudax_ENABLE_SAMPLES "Build CUDA Experimental's samples." ON)
option(cudax_ENABLE_SAMPLES "Build CUDA Experimental's samples." OFF)

include(cmake/cudaxBuildCompilerTargets.cmake)
include(cmake/cudaxBuildTargetList.cmake)
Expand Down

0 comments on commit 5b8f220

Please sign in to comment.