Skip to content

Commit

Permalink
Fixup CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 5, 2023
1 parent 8ea9c06 commit b77165e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ else()
set(GUI_FOUND FALSE)
endif(FLTK_FOUND)

find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
if(PKG_CONFIG_FOUND AND NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Windows"))
pkg_check_modules(JACK jack)
pkg_check_modules(LIBLO liblo>=0.28)
else()
Expand Down

0 comments on commit b77165e

Please sign in to comment.