diff --git a/packaging/common/HalideConfig.cmake b/packaging/common/HalideConfig.cmake index 664479f33a29..46ad88746c33 100644 --- a/packaging/common/HalideConfig.cmake +++ b/packaging/common/HalideConfig.cmake @@ -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@")