Skip to content

Commit

Permalink
audioutils/fmsynth: Fix CMakeLists.txt
Browse files Browse the repository at this point in the history
Fix a configuration name used in CMakeLists.txt.
  • Loading branch information
SPRESENSE committed Dec 4, 2024
1 parent 15141de commit a0fe8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audioutils/fmsynth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#
# ##############################################################################

if(CONFIG_AUDIOUTILS_MMLPARSER_LIB)
if(CONFIG_AUDIOUTILS_FMSYNTH_LIB)
target_sources(apps PRIVATE fmsynth.c fmsynth_eg.c fmsynth_op.c)
endif()

0 comments on commit a0fe8eb

Please sign in to comment.