Skip to content

Commit ce22180

Browse files
authored
Merge pull request #556 from JuliaRobotics/hotfix/3Q20/cgdfgnotice
update info printout cgdfg
2 parents c956be5 + 18efb3a commit ce22180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DistributedFactorGraphs.jl

Lines changed: 3 additions & 3 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"
294-
@info "Including CloudGraphsDFG"
293+
if get(ENV, "DFG_USE_CGDFG", "") == "true"
294+
@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)