X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d07c492fcabdf883adce049d7ce605709a4fcb9..549f2e841406ca97bcf54feef054e7276eea9f88:/src/simdag/sd_daxloader.cpp diff --git a/src/simdag/sd_daxloader.cpp b/src/simdag/sd_daxloader.cpp index d471fe25e0..2bab19107b 100644 --- a/src/simdag/sd_daxloader.cpp +++ b/src/simdag/sd_daxloader.cpp @@ -286,9 +286,10 @@ std::vector create_DAG_from_dot(const std::string& filename) return dag; } #else -std::vector create_DAG_from_dot(const std::string& filename) xbt_die( - "create_DAG_from_dot() is not usable because graphviz was not found.\n" - "Please install graphviz, graphviz-dev, and libgraphviz-dev (and erase CMakeCache.txt) before recompiling."); +std::vector create_DAG_from_dot(const std::string& filename) +{ + xbt_die("create_DAG_from_dot() is not usable because graphviz was not found.\n" + "Please install graphviz, graphviz-dev, and libgraphviz-dev (and erase CMakeCache.txt) before recompiling."); } #endif } // namespace s4u