diff options
author | Jörg Mayer <jmayer@loplof.de> | 2006-09-06 22:59:25 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2006-09-06 22:59:25 +0000 |
commit | 7647b986b612a94391fde09f9ec531c42e737551 (patch) | |
tree | d9c593e1ea1827ac7f3184aaffbcd0ffa9c93a9f /cmake/modules | |
parent | d6417e08422edab8aca35879e0fed4af48b09824 (diff) | |
download | wireshark-7647b986b612a94391fde09f9ec531c42e737551.tar.gz wireshark-7647b986b612a94391fde09f9ec531c42e737551.tar.bz2 wireshark-7647b986b612a94391fde09f9ec531c42e737551.zip |
The last update to FindGTK2.cmake was incompatible with it's use.
Fix a bug and adapt CMakeLists.txt to the new usage.
svn path=/trunk/; revision=19169
Diffstat (limited to 'cmake/modules')
-rw-r--r-- | cmake/modules/FindGTK2.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/modules/FindGTK2.cmake b/cmake/modules/FindGTK2.cmake index f0d6d9be1b..c426b24303 100644 --- a/cmake/modules/FindGTK2.cmake +++ b/cmake/modules/FindGTK2.cmake @@ -286,7 +286,9 @@ ELSE (GTK2_LIBRARIES AND GTK2_INCLUDE_DIRS) ${GTK2_LIBRARIES} ${GTK2_GTHREAD_LIBRARY} ) - SET(GTK2_LIBRARIES ${GTK2_LIBRARIES} CACHE INTERNAL "The libraries for GTK2" + SET(GTK2_LIBRARIES ${GTK2_LIBRARIES} + CACHE INTERNAL "The libraries for GTK2" + ) ENDIF(GTK2_GTHREAD_LIBRARY) ELSE(GTK2_CAIRO_INCLUDE_PATH) MESSAGE(STATUS "Can not find cairo") |