User-specified data directory at build time
Provide a way for the user to configure a different location for the data directory with the beam models during build.
The user can now set EVERYBEAM_DATADIR
on the cmake
command-line. For example:
cmake -DEVERYBEAM_DATADIR=/path/to/everybeam/data ..
If the user specifies a relative path, then the configured data directory will be prefixed with the installation prefix, i.e. ${CMAKE_INSTALL_PREFIX}/${EVERYBEAM_DATADIR}
.
Closes RAP-174