From a1f665b30b8cc8a56265e2cc6eed3d4c7d0b4547 Mon Sep 17 00:00:00 2001 From: Simon Etter Date: Fri, 16 Apr 2021 09:23:09 +0800 Subject: [PATCH] Compare full version numbers --- stdlib/SuiteSparse/src/cholmod.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/SuiteSparse/src/cholmod.jl b/stdlib/SuiteSparse/src/cholmod.jl index b5603fb0c42ded..ef14709eb076ce 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