Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 6, 2024
1 parent 7091559 commit bf9a2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else()
set(GUI_FOUND FALSE)
endif(FLTK_FOUND)

if(MSVC OR APPLE)
if(MSVC)
find_package(liblo)
if(liblo_FOUND)
set(LIBLO_FOUND TRUE)
Expand Down

0 comments on commit bf9a2fd

Please sign in to comment.