From 8970f0c3b02dc86aa730e297a0413ab2d2ccf8c5 Mon Sep 17 00:00:00 2001 From: Sam Claassens Date: Fri, 2 Sep 2022 12:02:31 -0500 Subject: [PATCH] Mistaken commit --- src/DistributedFactorGraphs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DistributedFactorGraphs.jl b/src/DistributedFactorGraphs.jl index 9ea06a99..db0eaba5 100644 --- a/src/DistributedFactorGraphs.jl +++ b/src/DistributedFactorGraphs.jl @@ -323,11 +323,11 @@ include("Common.jl") # Data Blob extensions include("DataBlobs/DataBlobs.jl") -# if get(ENV, "DFG_USE_CGDFG", "") == "true" +if get(ENV, "DFG_USE_CGDFG", "") == "true" @info "Detected ENV[\"DFG_USE_CGDFG\"]: Including optional Neo4jDFG (LGPL) Driver" include("Neo4jDFG/Neo4jDFG.jl") @reexport using .Neo4jDFGs -# end +end function __init__() @require GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231" begin