Closed SylvainCorlay closed 6 years ago
Note: this is a blocker for us to upgrade to Julia 1.0 in xtensor-julia.
cc @barche I think that this is ready to go!
Great, thanks! I think this also fixes https://github.com/JuliaInterop/CxxWrap.jl/issues/121 ?
I think so.
Julia_ROOT
is now a reserved variable used byfind_package
(more generallypackagename_ROOT
), and it is always set by cmake from 3.12.This caused the
Julia_EXECUTABLE
to not be properly set byFindJulia.cmake
.Fixing this makes the manual setting of
Julia_EXECUTABLE
in the config cmake file unnecessary.