This repository contains various CMAKE modules and extensions used by many
projects of our group. It is mostly used as a submodule inside other projects.
In order to add it as a submodule to your project call

  git submodule add git@gitlab.mpi-magdeburg.mpg.de:software/cmake-modules.git <path>

and to use it after a clone

  git submodule init

or perform a recursive clone

  git clone --recursive <URL>
