Skip to content

Commit

Permalink
look for Sparkle only on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuba Serafinowski committed Jun 3, 2014
1 parent 62ea6f3 commit 51e941e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ if(NOT TOKEN_AUTH_ONLY)
endif()
endif()

Find_package(Sparkle)
if(APPLE)
find_package(Sparkle)
endif(APPLE)

if(UNIX)
find_package(INotify REQUIRED)
else()
Expand Down

0 comments on commit 51e941e

Please sign in to comment.