Revision bfb6ff091d6f36722d718f0f6083b5a0a0a00828 authored by Danilo Piparo on 30 September 2023, 09:41:18 UTC, committed by Danilo Piparo on 30 September 2023, 12:27:43 UTC
on Macos because it always fails due to the slowness of the tool
on the platform.
1 parent 6b3b5a3
Raw File
configure
#!/bin/sh
#

echo ""
echo "  ROOT is built with CMake, see https://root.cern/building-root"
echo "  Please run"
echo "      mkdir obj; cd obj; cmake ..; make -j 4"
echo ""

exit 1
back to top