Timothy M. Shead wrote:
Folks:

On a couple of occasions now I've recommended the use of relative paths with the OSX bundle installer - this to install files within the bundle in "nonstandard" locations. It would be good to hear from the CMake gurus on whether relative paths are supported or not. For example:

INSTALL(FILES foo DESTINATION ../MacOS)

... note that this only makes sense within the context of an OSX bundle.

The install() command

  http://www.cmake.org/cmake/help/cmake2.6docs.html#command:install

interprets relative DESTINATION paths with respect to the installation
prefix (CMAKE_INSTALL_PREFIX).  No other interpretation is supported.

Are you seeing special behavior for an App Bundle?  Did you set
the prefix to point inside an otherwise manually created bundle?

-Brad
_______________________________________________
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

Reply via email to