Skip to content

Commit 18efb3a

Browse files
authored
Readding the check.
1 parent 5bf4e6a commit 18efb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DistributedFactorGraphs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ function __init__()
290290
@reexport using .DFGPlots
291291
end
292292

293-
# if get(ENV, "DFG_USE_CGDFG", "") == "true"
293+
if get(ENV, "DFG_USE_CGDFG", "") == "true"
294294
@info "Detected ENV[\"DFG_USE_CGDFG\"]: Including optional CloudGraphsDFG (LGPL) Driver"
295295
Base.include(DistributedFactorGraphs, joinpath(@__DIR__, "CloudGraphsDFG/CloudGraphsDFG.jl"))
296296
@eval DistributedFactorGraphs @reexport using .CloudGraphsDFGs
297-
# end
297+
end
298298
end
299299

300300

0 commit comments

Comments
 (0)