[Cmake-commits] [cmake-commits] clinton committed FindQt4.cmake 1.107 1.108

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 19 15:27:11 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv19203

Modified Files:
	FindQt4.cmake 
Log Message:
BUG:  Don't clear output strings before using.


Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.107
retrieving revision 1.108
diff -C 2 -d -r1.107 -r1.108
*** FindQt4.cmake	18 Mar 2008 22:37:28 -0000	1.107
--- FindQt4.cmake	19 Mar 2008 19:27:09 -0000	1.108
***************
*** 1413,1418 ****
        SEPARATE_ARGUMENTS(_dbus_query_output)
      ELSE(_dbus_result MATCHES 0)
-       SET(_dbus_query_output)
        MESSAGE(WARNING " When querying pkg-config for dbus-1.  An error was reported:\n${_dbus_query_output}")
      ENDIF(_dbus_result MATCHES 0)
  
--- 1413,1418 ----
        SEPARATE_ARGUMENTS(_dbus_query_output)
      ELSE(_dbus_result MATCHES 0)
        MESSAGE(WARNING " When querying pkg-config for dbus-1.  An error was reported:\n${_dbus_query_output}")
+       SET(_dbus_query_output)
      ENDIF(_dbus_result MATCHES 0)
  
***************
*** 1441,1446 ****
        SEPARATE_ARGUMENTS(_glib_query_output)
      ELSE(_glib_result MATCHES 0)
-       SET(_glib_query_output)
        MESSAGE(WARNING " When querying pkg-config for glib-2.0.  An error was reported:\n${_glib_query_output}")
      ENDIF(_glib_result MATCHES 0)
  
--- 1441,1446 ----
        SEPARATE_ARGUMENTS(_glib_query_output)
      ELSE(_glib_result MATCHES 0)
        MESSAGE(WARNING " When querying pkg-config for glib-2.0.  An error was reported:\n${_glib_query_output}")
+       SET(_glib_query_output)
      ENDIF(_glib_result MATCHES 0)
  



More information about the Cmake-commits mailing list