From f64f084e4d025a764f8c779fe55d241ceae9443f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 23 Dec 2021 20:31:49 +0100 Subject: [PATCH] fix non-graphviz builds --- examples/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpp/CMakeLists.txt b/examples/cpp/CMakeLists.txt index 4c2538e030..3b9056e583 100644 --- a/examples/cpp/CMakeLists.txt +++ b/examples/cpp/CMakeLists.txt @@ -48,7 +48,7 @@ if(SIMGRID_HAVE_MC) endif() if(NOT HAVE_GRAPHVIZ) - set(_s4u-dag-from-dot_disable 1) + set(_dag-from-dot_disable 1) endif() if(NOT SIMGRID_HAVE_NS3) -- 2.20.1