[kgraphviewer-devel] [KGraphViewer] 1ec5639: Fix CMake for non-default graphviz location

Kevin Funk krf at electrostorm.net
Fri Dec 10 18:49:04 CET 2010


commit 1ec5639facfd29b3c01ea8af7ce71c4ca6e3fbc4
branch libkgraphviz
Author: Kevin Funk <krf at electrostorm.net>
Date:   Wed Dec 8 09:55:23 2010 +0100

    Fix CMake for non-default graphviz location
    
    Make compile if graphviz is not installed in default locations, e.g.
    user space.

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0af4892..4ea72df 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -61,4 +61,4 @@ install( FILES kgrapheditor.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
 
 
 
-#add_subdirectory(plasmaapplet)
\ No newline at end of file
+#add_subdirectory(plasmaapplet)


More information about the kgraphviewer-devel mailing list