From abec310cafe4543e8e84e837bbd96adf6baee70b Mon Sep 17 00:00:00 2001 From: dev-manuel Date: Sat, 7 Sep 2024 02:18:31 +0200 Subject: [PATCH] fix of version check in build --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index 34fde37..c4a0a9b 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -49,7 +49,7 @@ using HTTP PATH_TO_EXT = realpath("$(pwd())/../lib/ext") -@static if v"1.10.0" < VERSION +@static if v"1.10.0" > VERSION throw("precompilation is currently only supported for Julia version 1.10 or greater. For prior versions of Julia please download and extract the libraries available at https://github.com/OpenModelica/OMParser.jl/releases") end