I have a Mac project I want to install to /Developer/MyProj.  I can set
CPACK_PACKAGING_INSTALL_PREFIX to "/Developer/MyProj", but if I choose a
different location for installation, say ~/Desktop, I get
~/Desktop/Developer/MyProj instead of ~/Desktop/MyProj.  I tried setting
CPACK_PACKAGING_INSTALL_PREFIX to "/Devloper" and
CPACK_PACKAGE_INSTALL_DIRECTORY to "MyProj", but it still creates a
/Developer directory and now without the /MyProj.

Any suggestions on how to get my project to install to MyProj in a default
directory called /Developer?

Thanks,
James
_______________________________________________
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