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

[CMake] vxl double lib linking problem

2013-08-19 Thread marco
Hello, I'm using the last vxl repository in a ubuntu machine. I compiled vxl without problem. I'm writing my classes and wrappers from vxl, cmake work fine finding vxl, BUT at the and of generating the Makefile I get the warning: CMake Warning at projects/annotation_tool/exec/CMakeLists.txt:3

Re: [CMake] QT library succeeded

2013-08-19 Thread Radek Lonka
Yuo can also put the export to your ~/.profile: #Qt4.8 PATH=/usr/local/Trolltech/Qt-4.8.4/bin:$PATH export PATH Then you do not have to type it every time. This is enough it does not need qmake as qmake is in the path you have just exported. Radek On 08/18/2013 02:47 AM, marco wrote: Thank yo