Skip to content

User-specified data directory at build time

Marcel Loose requested to merge RAP-174_user-specified-data-directory into master

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

Merge request reports