diff --git a/stdlib/SuiteSparse/src/cholmod.jl b/stdlib/SuiteSparse/src/cholmod.jl index b5603fb0c42de..ef14709eb076c 100644 --- a/stdlib/SuiteSparse/src/cholmod.jl +++ b/stdlib/SuiteSparse/src/cholmod.jl @@ -233,7 +233,7 @@ function __init__() from www.julialang.org, which ship with the correct versions of all dependencies. """ - elseif build_version_array[1] != current_version_array[1] + elseif build_version != current_version @warn """ CHOLMOD version incompatibility