From 8ef97738ad51bacf5fe9945a514fa717e5c1e71e Mon Sep 17 00:00:00 2001 From: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com> Date: Thu, 28 May 2020 23:21:22 +0200 Subject: [PATCH] [CMAKE] Fix build for Cygwin. (#548) * [CMAKE] fix build for Cygwin. * [CMAKE] Fix build for Cygwin. --- modules/mod-script-pipe/CMakeLists.txt | 2 +- src/CMakeLists.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/mod-script-pipe/CMakeLists.txt b/modules/mod-script-pipe/CMakeLists.txt index 7a8866885..9d6a61929 100644 --- a/modules/mod-script-pipe/CMakeLists.txt +++ b/modules/mod-script-pipe/CMakeLists.txt @@ -41,7 +41,7 @@ list( APPEND LOPTS list( APPEND LIBRARIES PRIVATE Audacity - $<$:wxWidgets> + $<$:wxWidgets> ) set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 23c07b163..db4834edb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1090,10 +1090,10 @@ list( APPEND LIBRARIES $<$:sbsms> $<$:soundtouch> $<$:libvamp> - $<$:PkgConfig::GLIB> - $<$:PkgConfig::GTK> - $<$:z> - $<$:pthread> + $<$:PkgConfig::GLIB> + $<$:PkgConfig::GTK> + $<$:z> + $<$:pthread> ) set( BUILDING_AUDACITY YES )