Skip to content

Commit

Permalink
Export WITH_AUTOSCHEDULERS from package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 30, 2024
1 parent 8b51f1a commit 8644bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/common/HalideConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ endif ()
# Inform downstreams of potential compatibility issues. For instance, exceptions
# and RTTI must both be enabled to build Python bindings and ASAN builds should
# not be mixed with non-ASAN builds.
set(WITH_AUTOSCHEDULERS "@WITH_AUTOSCHEDULERS@")
set(Halide_ENABLE_EXCEPTIONS "@Halide_ENABLE_EXCEPTIONS@")
set(Halide_ENABLE_RTTI "@Halide_ENABLE_RTTI@")
set(Halide_ASAN_ENABLED "@Halide_ASAN_ENABLED@")
Expand Down

0 comments on commit 8644bd2

Please sign in to comment.