On Monday 11 January 2010, Mihai Groza wrote: > Hi all, > > I'm using CMake to port a subproject from autotools. The project is > cross-compiled. Other parts of the project are still using autotools, this > is just to see the project can be migrated. ... > Obviously, this path doesn't exist on the target machine, so the executable > fails to run. I've tried setting the INSTALL_RPATH to the path where the > library will be located on the target, yet this doesn't help also.
This should work. What doesn't work, what do you get ? Using make VERBOSE=1 you can see the full command used for compiling. Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
