Hi,
On Mon, Aug 19, 2013 at 6:23 PM, Magnus Hagdorn wrote:
> Hi there,
> I have the following problem with cmake:
>
> I would like to set the installation path for plugins to be
> ${LIB_INSTALL_DIR}/${PROJECT_**NAME}. As I understand it, the
> LIB_INSTALL_DIR is relative to CMAKE_INSTALL_PREFIX i
Hi there,
I have the following problem with cmake:
I would like to set the installation path for plugins to be
${LIB_INSTALL_DIR}/${PROJECT_NAME}. As I understand it, the
LIB_INSTALL_DIR is relative to CMAKE_INSTALL_PREFIX if it is not an
absolute path. Installation works fine for both cases w