diff --git a/CMakeLists.txt b/CMakeLists.txt index 7153b6340e5..4829b599412 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2739,6 +2739,7 @@ if(FIRST_RUN) info_cfg_option(WITH_OPENCOLLADA) info_cfg_option(WITH_OPENCOLORIO) info_cfg_option(WITH_OPENIMAGEDENOISE) + info_cfg_option(WITH_OPENSUBDIV) info_cfg_option(WITH_OPENVDB) info_cfg_option(WITH_POTRACE) info_cfg_option(WITH_PUGIXML) @@ -2781,6 +2782,7 @@ if(FIRST_RUN) info_cfg_option(WITH_IMAGE_OPENJPEG) info_cfg_text("Audio:") + info_cfg_option(WITH_AUDASPACE) info_cfg_option(WITH_CODEC_FFMPEG) info_cfg_option(WITH_CODEC_SNDFILE) info_cfg_option(WITH_COREAUDIO)