aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2023-10-06 16:36:12 +0300
committerMartin Storsjo <martin@martin.st>2023-10-06 16:36:12 +0300
commit4de681c193d45b14f87efc30e3e3f02d389387b5 (patch)
tree7e54a699f1b6c09abef33f56867739db7a36d8aa
parentda5c4f8143ebd99bb44403791e0aea904d7d9218 (diff)
downloadfdk-aac-4de681c193d45b14f87efc30e3e3f02d389387b5.tar.gz
fdk-aac-4de681c193d45b14f87efc30e3e3f02d389387b5.tar.bz2
fdk-aac-4de681c193d45b14f87efc30e3e3f02d389387b5.zip
cmake: Update the description of the BUILD_PROGRAMS option
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 35d8d98..616b57f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,7 +62,7 @@ include(CPack)
# Options
option(BUILD_SHARED_LIBS "Build shared library" ON)
-option(BUILD_PROGRAMS "Build aac-enc utility" OFF)
+option(BUILD_PROGRAMS "Build extra utilities" OFF)
option(FDK_AAC_INSTALL_CMAKE_CONFIG_MODULE "Install CMake package configuration file" ON)
option(FDK_AAC_INSTALL_PKGCONFIG_MODULE "Install pkg-config .pc file" ON)