mcberk / wrapitk

Automatically exported from code.google.com/p/wrapitk
0 stars 0 forks source link

CMAKE_INSTALL_PREFIX does not work #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CMAKE_INSTALL_PREFIX does not seem to work (at least for external
projects). The compiled binaries are always installed with /usr/local/ prefix

Original issue reported on code.google.com by Tondd...@gmail.com on 14 Jan 2009 at 6:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
As 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.

Original comment by Tondd...@gmail.com on 14 Jan 2009 at 7:24

GoogleCodeExporter commented 9 years ago
I 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.

Original comment by gaetan.l...@gmail.com on 22 Feb 2009 at 10:36