We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df432e1 commit f0c6979Copy full SHA for f0c6979
FluidSynthConfig.cmake.in
@@ -74,7 +74,7 @@ if(NOT FLUIDSYNTH_IS_SHARED)
74
find_dependency(Threads)
75
endif()
76
77
- if(FLUIDSYNTH_SUPPORT_GLIB AND NOT TARGET GLib2::glib-2 OR NOT TARGET GLib2::gthread-2)
+ if(FLUIDSYNTH_SUPPORT_GLIB AND (NOT TARGET GLib2::glib-2 OR NOT TARGET GLib2::gthread-2))
78
find_dependency(GLib2 @GLIB2_MINUMUM_VERSION@)
79
80
0 commit comments