summaryrefslogtreecommitdiff
path: root/cmake/modules/FindGTK3.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 20:32:56 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 20:32:56 +0000
commit88eb04035c0cb01b83e9fc5f274fd7800f705f21 (patch)
tree3440c1fa5845735cb826ad8de2bdb5c6a96c5a2b /cmake/modules/FindGTK3.cmake
parent13ae682c752f5527d6e5cf8f36f97cdee9b053a5 (diff)
downloadwireshark-88eb04035c0cb01b83e9fc5f274fd7800f705f21.tar.gz
Fix a typo
svn path=/trunk/; revision=52418
Diffstat (limited to 'cmake/modules/FindGTK3.cmake')
-rw-r--r--cmake/modules/FindGTK3.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGTK3.cmake b/cmake/modules/FindGTK3.cmake
index 2c0dd5d566..36e3c4ed79 100644
--- a/cmake/modules/FindGTK3.cmake
+++ b/cmake/modules/FindGTK3.cmake
@@ -58,7 +58,7 @@ if( NOT PC_GTK3_FOUND )
)
else()
set( GTK3_LIBRARY ${PC_GTK3_LIBRARIES} )
- set( GTK3_INCLUDE_DIRS ${PC_GTK3_INCLUDEDIR} ${PC_GTK3_INCLUDE_DIRS} )
+ set( GTK3_INCLUDE_DIR ${PC_GTK3_INCLUDEDIR} ${PC_GTK3_INCLUDE_DIRS} )
endif()
# handle the QUIETLY and REQUIRED arguments and set GTK3_FOUND to TRUE if
# all listed variables are TRUE