Skip to content

Commit

Permalink
Fix STF optional definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Oct 11, 2024
1 parent 4b6e84a commit 717fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cudax/cmake/cudaxSTFConfigureTarget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function(cudax_stf_configure_target target_name)

if (cudax_ENABLE_CUDASTF_BOUNDSCHECK)
target_compile_definitions(${target_name} PRIVATE
"CUDASTF_ENABLE_BOUNDSCHECK"
"CUDASTF_BOUNDSCHECK"
)
endif()
endfunction()

0 comments on commit 717fb0c

Please sign in to comment.