From: John L. <jla...@gm...> - 2013-09-10 21:00:43
|
On Mon, Sep 9, 2013 at 7:50 PM, Paul K <pau...@ya...> wrote: > Hi John, > > I get wx.dll installed in /usr/local/lib/ even though I have > BUILD_INSTALL_PREFIX specified. It worked as expected just few weeks > ago and most likely got broken in r190 or later. > > Sorry, that was a hack of some sorts and I can't remember anymore why I did it. Please set the CMAKE_INSTALL_PREFIX variable instead. To the best of my knowledge it was something for CMake 2.6 (very old version), but since CMake advertises that CMAKE_INSTALL_PREFIX is the install dir I went back to using that to make it more "familiar" to CMake users. I'll try to remember to update the docs. There is one catch, if you merely update from SVN you will still have the old BUILD_INSTALL_PREFIX defined, but it will not be used. Regards, John |