Re: [CMake] installation paths and generated source files

2013-08-19 Thread Andreas Pakulat
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

[CMake] installation paths and generated source files

2013-08-19 Thread Magnus Hagdorn
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