--- a/cmake_modules/FindSparkle.cmake Sun Nov 04 23:56:27 2012 +0400
+++ b/cmake_modules/FindSparkle.cmake Mon Nov 05 00:32:41 2012 +0400
@@ -24,14 +24,14 @@
endif ()
if (SPARKLE_FOUND)
- if (NOT Sparkle_FIND_QUIETLY)
+ if (NOT SPARKLE_FIND_QUIETLY)
message(STATUS "Found Sparkle: ${SPARKLE_LIBRARY}")
endif ()
else ()
- if (Sparkle_FIND_REQUIRED)
+ if (SPARKLE_FIND_REQUIRED)
message(FATAL_ERROR "Could NOT find Sparkle framework")
else ()
- if (NOT Sparkle_FIND_QUIETLY)
+ if (NOT SPARKLE_FIND_QUIETLY)
message(STATUS "Could NOT find Sparkle framework, autoupdate feature will be disabled")
endif()
endif ()