We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc76e47 commit 88491a3Copy full SHA for 88491a3
src/CMakeLists.txt
@@ -359,10 +359,6 @@ if ( TARGET OpenMP::OpenMP_C AND HAVE_OPENMP )
359
target_link_libraries ( libfluidsynth-OBJ PUBLIC OpenMP::OpenMP_C )
360
endif()
361
362
-if ( TARGET OpenMP::OpenMP_CXX AND HAVE_OPENMP )
363
- target_link_libraries ( libfluidsynth-OBJ PUBLIC OpenMP::OpenMP_CXX )
364
-endif()
365
-
366
target_link_libraries ( libfluidsynth-OBJ PUBLIC GLib2::glib-2 GLib2::gthread-2 )
367
368
if ( TARGET SndFile::sndfile AND LIBSNDFILE_SUPPORT )
0 commit comments