aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindGTK2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindGTK2.cmake')
-rw-r--r--cmake/modules/FindGTK2.cmake4
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")