[Cmake] bug fix for CMake/Modules/FindGTK.cmake

William A. Hoffman billlist at nycap.rr.com
Fri, 07 May 2004 10:30:30 -0400


Thanks, I have committed the fix.


At 09:09 AM 5/7/2004, Peter Vanroose wrote:
>The following patch fixes an error in CMake/Modules/FindGTK.cmake:
>
>RCS file: /CMake/cvsroot/CMake/Modules/FindGTK.cmake,v
>retrieving revision 1.11
>diff -u -w -r1.11 FindGTK.cmake
>--- Modules/FindGTK.cmake       22 Apr 2004 21:08:20 -0000      1.11
>+++ Modules/FindGTK.cmake       7 May 2004 13:07:14 -0000
> at  at  -157,7 +157,7  at  at 
>     SET( GTK_GL_FOUND "YES" )
>     SET( GTK_INCLUDE_DIR  ${GTK_INCLUDE_DIR}
>                            ${GTK_gtkgl_INCLUDE_PATH} )
>-    SET( GTK_LIBRARIES  {GTK_gtkgl_LIBRARY} ${GTK_LIBRARIES} )
>+    SET( GTK_LIBRARIES  ${GTK_gtkgl_LIBRARY} ${GTK_LIBRARIES} )
>     MARK_AS_ADVANCED(
>       GTK_gtkgl_LIBRARY
>       GTK_gtkgl_INCLUDE_PATH
>
>
>--      Peter Vanroose.
>_______________________________________________
>Cmake mailing list
>Cmake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake