Skip to content

Commit

Permalink
Require Sparkle on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt authored and TheOneRing committed Nov 19, 2020
1 parent b5a90bc commit ef9f261
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 @@ -149,7 +149,7 @@ if(BUILD_CLIENT)
OPTION(GUI_TESTING "Build with gui introspection features of socket api" OFF)

if(APPLE)
find_package(Sparkle)
find_package(Sparkle REQUIRED)
endif(APPLE)

if(UNIX AND NOT APPLE)
Expand Down

0 comments on commit ef9f261

Please sign in to comment.