cmake_modules/FindSparkle.cmake
branchphysfslayer
changeset 7951 c64c0b413ff7
parent 7933 223b3a195474
child 8657 3a957233f459
--- 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 ()