Skip to content

Commit 5bf4e6a

Browse files
committed
update info printout cgdfg
1 parent c956be5 commit 5bf4e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DistributedFactorGraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function __init__()
291291
end
292292

293293
# if get(ENV, "DFG_USE_CGDFG", "") == "true"
294-
@info "Including CloudGraphsDFG"
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
297297
# end

0 commit comments

Comments
 (0)