#!/bin/sh

# Generates the build area for the given project without depending on
# LCG. This requires that the user satisfies all dependencies on the
# local system. The bin/setup.sh script should NOT be sourced.

CMAKE_CONFIG=$(readlink -f $(dirname $0))/cmake_config

$CMAKE_CONFIG $@ -- -DCMAKE_MODULE_PATH=$(readlink -f cmake_tdaq )/cmake/modules -DNOLCG=TRUE
