Skip to content

Commit 88491a3

Browse files
committed
missed one
1 parent bc76e47 commit 88491a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,6 @@ if ( TARGET OpenMP::OpenMP_C AND HAVE_OPENMP )
359359
target_link_libraries ( libfluidsynth-OBJ PUBLIC OpenMP::OpenMP_C )
360360
endif()
361361

362-
if ( TARGET OpenMP::OpenMP_CXX AND HAVE_OPENMP )
363-
target_link_libraries ( libfluidsynth-OBJ PUBLIC OpenMP::OpenMP_CXX )
364-
endif()
365-
366362
target_link_libraries ( libfluidsynth-OBJ PUBLIC GLib2::glib-2 GLib2::gthread-2 )
367363

368364
if ( TARGET SndFile::sndfile AND LIBSNDFILE_SUPPORT )

0 commit comments

Comments
 (0)