cmake_modules/FindSparkle.cmake
changeset 7939 f951c4b5b335
parent 7933 223b3a195474
child 8657 3a957233f459
--- a/cmake_modules/FindSparkle.cmake	Fri Nov 02 20:59:57 2012 +0100
+++ b/cmake_modules/FindSparkle.cmake	Sat Nov 03 18:01:38 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 ()