git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moving required CMake version from 2.8.4 to 2.8.8
[u/mrichter/AliRoot.git]
/
SHUTTLE
/
CMakeLists.txt
1
# AliRoot Build System CMakeLists for TPC
2
#
3
# Author: Johny Jose m(johny.jose@cern.ch)
4
# Port of previous Makefile build to cmake
5
6
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
7
8
file(GLOB PACKAGES CMake*.pkg)
9
10
ALICE_BuildModule()