Skip to content

Commit

Permalink
Remove passing of CCCL_IGNORE_DEPRECATED_CPP_DIALECT for Thrust
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 9, 2025
1 parent 37d1779 commit e26e522
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cmake/thrust/thrust-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ function(thrust_create_target target_name)
target_compile_definitions(${target_name} INTERFACE "THRUST_FORCE_64_BIT_OFFSET_TYPE")
endif()

if (CCCL_IGNORE_DEPRECATED_CPP_DIALECT)
target_compile_definitions(${target_name} INTERFACE "CCCL_IGNORE_DEPRECATED_CPP_DIALECT")
endif()

if (TCT_IGNORE_DEPRECATED_API OR CCCL_IGNORE_DEPRECATED_API)
target_compile_definitions(${target_name} INTERFACE "CCCL_IGNORE_DEPRECATED_API")
endif()
Expand Down

0 comments on commit e26e522

Please sign in to comment.