Skip to content

Commit

Permalink
[ci] More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Apr 7, 2024
1 parent a2eb575 commit 800a6f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libossia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: ./.github/actions/mac-codesign
with:
path-to-sign: lib
path-to-sign: "install/lib"
output-name: libossia.zip
MAC_CERT_B64: ${{ secrets.MAC_CERT_B64 }}
MAC_CERT_PASSWORD: ${{ secrets.MAC_CERT_PASSWORD }}
Expand Down
2 changes: 0 additions & 2 deletions src/ossia_features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ endif()

if(OSSIA_QT)
target_link_libraries(ossia PUBLIC ${QT_PREFIX}::Core)

disable_qt_plugins(ossia)
target_include_directories(ossia
PRIVATE
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/ossia-qt>"
Expand Down
3 changes: 0 additions & 3 deletions tests/Network/MIDITest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
#include <libremidi/libremidi.hpp>
#if defined(OSSIA_PROTOCOL_MIDI)
#include <ossia/protocols/midi/midi.hpp>
#endif

#if 1
//#ifdef OSSIA_PROTOCOL_MIDI
TEST_CASE("test_midi", "test_midi")
{
using namespace ossia::net::midi;
Expand Down

0 comments on commit 800a6f9

Please sign in to comment.