Skip to content

Commit 6c7879a

Browse files
committed
Commented out Sparkle reference from now.
1 parent c6dd316 commit 6c7879a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ endif()
109109
set(UDJ_EXTRA_LIBS "")
110110
if(WIN32)
111111
list(APPEND UDJ_EXTRA_LIBS ${QTSPARKLE_LIBRARIES})
112-
elseif(APPLE)
113-
find_library(SPARKLE Sparkle)
114-
list(APPEND UDJ_EXTRA_LIBS ${SPARKLE})
112+
#Commending this out for now since sparkle isn't working.
113+
#elseif(APPLE)
114+
#find_library(SPARKLE Sparkle)
115+
#list(APPEND UDJ_EXTRA_LIBS ${SPARKLE})
115116
endif(WIN32)
116117

117118
message(STATUS "EXTRA ${UDJ_EXTRA_LIBS}")

0 commit comments

Comments
 (0)