]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STORAGE/CMakeLists.txt
fix minor bug: add task argument was not passed to tak
[u/mrichter/AliRoot.git] / STORAGE / CMakeLists.txt
1 # AliRoot Build System CMakeLists for EVE
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.4 FATAL_ERROR)
7
8 if(ZEROMQ_FOUND)
9 set(PACKAGES "${PACKAGES}"
10     CMakebinalifakedisplay.pkg
11     CMakebinalistorageadmin.pkg
12     CMakebinalistorage.pkg
13     CMakelibStorage.pkg
14 )
15 ENDIF(ZEROMQ_FOUND)
16
17 ALICE_BuildModule()