Posted on Jan 14, 2009 by
Massive Bird
CMAKE_INSTALL_PREFIX does not seem to work (at least for external projects). The compiled binaries are always installed with /usr/local/ prefix
Comment #1
Posted on Jan 14, 2009 by Massive BirdComment deleted
Comment #2
Posted on Jan 14, 2009 by Massive BirdAs described here:
http://code.google.com/p/wrapitk/source/browse/trunk/ConfigureWrapping.cmake#154
this was intentionally designed to be this way, in this case, we may want to disable the install prefix for external projects.
Comment #3
Posted on Feb 22, 2009 by Helpful HippoI guess we have fixed that a few days after the report. The external project should now install where you ask, and display a warning if the prefix doesn't match wrapitk's one.
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium