cmake OPUS_X86_MAY_HAVE_AVX2_HELP_STR examples

porres/pd-else Source/Shared/opus/CMakeLists.txt :195

cmake_dependent_option(OPUS_X86_MAY_HAVE_AVX2
                         ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR}
                         OFF
                         "AVX2_SUPPORTED; NOT OPUS_DISABLE_INTRINSICS"
                         OFF)

porres/pd-else Source/Shared/opus/CMakeLists.txt :200

add_feature_info(OPUS_X86_MAY_HAVE_AVX2 OPUS_X86_MAY_HAVE_AVX2 ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR})

xiph/opus CMakeLists.txt :203

cmake_dependent_option(OPUS_X86_MAY_HAVE_AVX2
                         ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR}
                         ON
                         "AVX2_SUPPORTED; NOT OPUS_DISABLE_INTRINSICS"
                         OFF)

xiph/opus CMakeLists.txt :208

add_feature_info(OPUS_X86_MAY_HAVE_AVX2 OPUS_X86_MAY_HAVE_AVX2 ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR})