From 4de681c193d45b14f87efc30e3e3f02d389387b5 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 6 Oct 2023 16:36:12 +0300 Subject: [PATCH] cmake: Update the description of the BUILD_PROGRAMS option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)