]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/CMakeLists.txt
Revert "Revert "#103626: Commit DCal geometry to master" since the files are broken."
[u/mrichter/AliRoot.git] / MONITOR / CMakeLists.txt
CommitLineData
6d839a5c 1# AliRoot Build System CMakeLists for MONITOR
2#
3# Author: Johny Jose m(johny.jose@cern.ch)
4# Port of previous Makefile build to cmake
5
6cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
7
7e0cf530 8# This will only build MONITOR only if ZeroMQ is found
9if(ZEROMQ_FOUND)
6d839a5c 10file(GLOB PACKAGES CMake*.pkg)
6d839a5c 11ALICE_BuildModule()
7e0cf530 12ENDIF(ZEROMQ_FOUND)