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

# See file "BUILD" for instructions

rm -f CMakeCache.txt

# Unix Makefiles (build with "make")
cmake -G 'Unix Makefiles'

# Ninja (build with "ninja")
# Note: Ninja is ofteh faster than make, but may not always be available
#cmake -G Ninja
OpenPOWER on IntegriCloud