[kgraphviewer-devel] extragear/graphics/kgraphviewer/cmake

Milian Wolff mail at milianw.de
Thu Jul 8 00:21:22 CEST 2010


SVN commit 1147331 by mwolff:

handle standard args

 M  +6 -0      FindGraphViz.cmake  


--- trunk/extragear/graphics/kgraphviewer/cmake/FindGraphViz.cmake #1147330:1147331
@@ -151,3 +151,9 @@
 
 
 endif (DOT)
+
+include(FindPackageHandleStandardArgs)
+
+# handle the QUIETLY and REQUIRED arguments and set GRAPHVIZ_FOUND to TRUE if 
+# all listed variables are TRUE
+find_package_handle_standard_args(GraphViz DEFAULT_MSG GRAPHVIZ_LIBRARIES GRAPHVIZ_INCLUDE_DIR)
\ No newline at end of file


More information about the kgraphviewer-devel mailing list