Skip to content

Commit

Permalink
cmake: Update the description of the BUILD_PROGRAMS option
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Oct 6, 2023
1 parent da5c4f8 commit 4de681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4de681c

Please sign in to comment.