Skip to content

Commit

Permalink
Mistaken commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GearsAD committed Sep 2, 2022
1 parent d96eabc commit 8970f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DistributedFactorGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8970f0c

Please sign in to comment.