Normally this is solved by running "cmake ." in the build directory or
directories of the library or libraries compiled using cmake.

Cheers,

Bart

On Thu, Oct 27, 2016 at 9:28 AM Federico Calboli <f.calb...@gmail.com>
wrote:

> Hi, toady on a whim I tried
>
> make cleanall && make testall
>
> but it did not work because when julia was built cmake was at 3.6.1 and
> now it is a 3.6.2
>
> make[2]: /usr/local/Cellar/cmake/3.6.1/bin/cmake: No such file or directory
> make[2]: *** [cmake_check_build_system] Error 1
> make[1]: *** [/usr/local/julia/usr/lib/libmbedcrypto.dylib] Error 2
> make: *** [julia-deps] Error 2
>
> Now I have:
>
> ../Cellar/cmake/3.6.2/bin/cmake
>
> This problem seems extremely silly, given that it forces me *not* to
> upgrade my cmake (and maybe other software), when the make routine could do
> the equivalent of `which cmake' and use the result.
>
> Leaving this aside, is there a way of rebuilding julia with the correct
> cmake without basically removing the whole thing and rebuilding from 0?
>
> BW
>
> F
>

Reply via email to