[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/cmake/modules
From:       Allen Winter <winter () kde ! org>
Date:       2008-04-16 20:47:28
Message-ID: 1208378848.025791.25961.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 797769 by winterz:

remove set CACHE values


 M  +8 -8      FindGpgme.cmake  


--- trunk/KDE/kdepimlibs/cmake/modules/FindGpgme.cmake #797768:797769
@@ -116,22 +116,22 @@
         ${CMAKE_INSTALL_PREFIX}/lib
     )
 
-    set( GPGME_INCLUDES ${GPGME_INCLUDES} CACHE INTERNAL "The gpgme include paths" )
+    set( GPGME_INCLUDES ${GPGME_INCLUDES} )
 
     if ( _gpgme_vanilla_library AND _gpg_error_library )
-      set( GPGME_VANILLA_LIBRARIES ${_gpgme_vanilla_library} ${_gpg_error_library} CACHE \
INTERNAL "The gpgme (vanilla) libraries" ) +      set( GPGME_VANILLA_LIBRARIES \
${_gpgme_vanilla_library} ${_gpg_error_library} )  set( GPGME_VANILLA_FOUND     true )
       set( GPGME_FOUND             true )
     endif()
 
     if ( _gpgme_glib_library AND _gpg_error_library )
-      set( GPGME_GLIB_LIBRARIES    ${_gpgme_glib_library}    ${_gpg_error_library} CACHE \
INTERNAL "The gpgme-glib libraries" ) +      set( GPGME_GLIB_LIBRARIES    \
${_gpgme_glib_library}    ${_gpg_error_library} )  set( GPGME_GLIB_FOUND        true )
       set( GPGME_FOUND             true )
     endif()
 
     if ( _gpgme_qt_library AND _gpg_error_library )
-      set( GPGME_QT_LIBRARIES      ${_gpgme_qt_library}      ${_gpg_error_library} CACHE \
INTERNAL "The gpgme-qt libraries" ) +      set( GPGME_QT_LIBRARIES      ${_gpgme_qt_library}    \
${_gpg_error_library} )  set( GPGME_QT_FOUND          true )
       set( GPGME_FOUND             true )
     endif()
@@ -290,10 +290,10 @@
           endforeach( _flavour )
 
           # ensure that they are cached
-          set( GPGME_INCLUDES          ${GPGME_INCLUDES}          CACHE INTERNAL "The gpgme \
                include paths" )
-          set( GPGME_VANILLA_LIBRARIES ${GPGME_VANILLA_LIBRARIES} CACHE INTERNAL "The gpgme \
                (vanilla) libraries" )
-          set( GPGME_PTHREAD_LIBRARIES ${GPGME_PTHREAD_LIBRARIES} CACHE INTERNAL "The \
                gpgme-pthread libraries" )
-          set( GPGME_PTH_LIBRARIES     ${GPGME_PTH_LIBRARIES}     CACHE INTERNAL "The \
gpgme-pth libraries" ) +          set( GPGME_INCLUDES          ${GPGME_INCLUDES} )
+          set( GPGME_VANILLA_LIBRARIES ${GPGME_VANILLA_LIBRARIES} )
+          set( GPGME_PTHREAD_LIBRARIES ${GPGME_PTHREAD_LIBRARIES} )
+          set( GPGME_PTH_LIBRARIES     ${GPGME_PTH_LIBRARIES} )
 
           if ( GPGME_VANILLA_FOUND OR GPGME_PTHREAD_FOUND OR GPGME_PTH_FOUND )
             set( GPGME_FOUND true )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic