Skip to content

Commit 5ea730c

Browse files
committed
Silence scary warning about missing compiler
For regular users this is not useful
1 parent 6f02632 commit 5ea730c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function select_compiler(lang, candidates, extension)
7777
@debug "$(lang) compiler candidate '$(compiler)' not working"
7878
end
7979
end
80-
@warn "Could not locate a working $(lang) compiler"
80+
@debug "Could not locate a working $(lang) compiler"
8181
return first(candidates)
8282
end
8383

0 commit comments

Comments
 (0)