Revision 8ed6e821c3d07bdbdf2e1387eca0f89ff5eadb2a authored by moneta on 22 January 2024, 11:18:39 UTC, committed by Jonas Rembser on 23 January 2024, 09:03:26 UTC
use MakeIOptions() instead of operator()
1 parent 3c26dbc
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