cmake_modules/FindSparkle.cmake
branch0.9.18
changeset 7933 223b3a195474
parent 2395 d01d3bf3e1de
child 8657 3a957233f459
--- a/cmake_modules/FindSparkle.cmake	Fri Nov 02 00:03:56 2012 +0100
+++ b/cmake_modules/FindSparkle.cmake	Fri Nov 02 00:06:11 2012 +0100
@@ -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 ()