summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: f89c337b73ce26ad1bd7b0a789757a9dba9dad33 (plain)
1
2
3
4
5
6
7
8
#! /bin/bash

# Run "./autogen.sh" to create or recreate all autogenerated
# configuration magic. This should normally not be necessary; in
# generally, just running "ninja" should perform all necessary tasks.

rm -f CMakeCache.txt
cmake -G Ninja
OpenPOWER on IntegriCloud