Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill enable_graphviz cmake variable
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 27 Nov 2010 17:42:56 +0000 (17:42 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 27 Nov 2010 17:42:56 +0000 (17:42 +0000)
commit8f7873c57495707ccbdad488eab21356bf5496d7
tree3e5df07fd3504c0e694643018551c89944800e2c
parent907e0ad42ebe9ac4074648201519ecc10d1f8812
Kill enable_graphviz cmake variable
It was used to get settings from user (whether this should be
forcefully disabled or autodetected), and to get the result of
autodetection.

Now, graphviz stuff is searched all the time, and if a runable version
is found (variable HAVE_GRAPHVIZ set to 1 or 0), the dot loader of
simdag is integrated in the lib.

This is closer to the spirit of configuration stuff, IMHO.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8696 48e7efb5-ca39-0410-a469-dd3cf9ba447f
buildtools/Cmake/CompleteInFiles.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExeLib.cmake
buildtools/Cmake/MakeExeLibWin.cmake
buildtools/Cmake/Modules/FindGraphviz.cmake
buildtools/Cmake/Option.cmake
buildtools/Cmake/PrintArgs.cmake