Skip to content

Commit

Permalink
Compile basic infra test with C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 14, 2025
1 parent d5d3aa6 commit 7cc0b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ endif()

# Creates a cmake executable target for the main program
add_executable(example_project example.cu)
target_compile_features(example_project PUBLIC cuda_std_17)

# "Links" the CCCL Cmake target to the `example_project` executable. This configures everything needed to use
# CCCL headers, including setting up include paths, compiler flags, etc.
Expand Down

0 comments on commit 7cc0b18

Please sign in to comment.