File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -289,18 +289,18 @@ include("Common.jl")
289
289
# Data Blob extensions
290
290
include (" DataBlobs/DataBlobs.jl" )
291
291
292
+ if get (ENV , " DFG_USE_CGDFG" , " " ) == " true"
293
+ @info " Detected ENV[\" DFG_USE_CGDFG\" ]: Including optional CloudGraphsDFG (LGPL) Driver"
294
+ include (" CloudGraphsDFG/CloudGraphsDFG.jl" )
295
+ @reexport using . CloudGraphsDFGs
296
+ end
297
+
292
298
function __init__ ()
293
299
@require GraphPlot = " a2cc645c-3eea-5389-862e-a155d0052231" begin
294
300
@info " Including Plots"
295
301
include (" DFGPlots/DFGPlots.jl" )
296
302
@reexport using . DFGPlots
297
303
end
298
-
299
- if get (ENV , " DFG_USE_CGDFG" , " " ) == " true"
300
- @info " Detected ENV[\" DFG_USE_CGDFG\" ]: Including optional CloudGraphsDFG (LGPL) Driver"
301
- Base. include (DistributedFactorGraphs, joinpath (@__DIR__ , " CloudGraphsDFG/CloudGraphsDFG.jl" ))
302
- @eval DistributedFactorGraphs @reexport using . CloudGraphsDFGs
303
- end
304
304
end
305
305
306
306
You can’t perform that action at this time.
0 commit comments