Skip to content

Commit

Permalink
Compression libs for non-linux unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltafire committed Jul 27, 2017
1 parent 36bcac3 commit 91cf8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ endif()
if(UNIX)
# zlib is provided by Linux and macOS
find_package(ZLIB)
find_package(LHASA)
find_package(ZZIPLIB)

if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
find_package(ALSA)
find_package(JACK)
find_package(LHASA)
find_package(ZZIPLIB)

# Linux MIDI support requires ALSA and RtMidi
if(ALSA_FOUND)
Expand Down

0 comments on commit 91cf8f8

Please sign in to comment.