Skip to content

Commit 8cd8866

Browse files
SPRESENSExiaoxiang781216
authored andcommitted
audioutils/fmsynth: Fix CMakeLists.txt
Fix a configuration name used in CMakeLists.txt.
1 parent 2e5a269 commit 8cd8866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audioutils/fmsynth/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
#
1919
# ##############################################################################
2020

21-
if(CONFIG_AUDIOUTILS_MMLPARSER_LIB)
21+
if(CONFIG_AUDIOUTILS_FMSYNTH_LIB)
2222
target_sources(apps PRIVATE fmsynth.c fmsynth_eg.c fmsynth_op.c)
2323
endif()

0 commit comments

Comments
 (0)