[CMake] setting default pathnames for CMake

2009-02-25 Thread scott mc
I've compiled CMake for Haiku but it's insisting on putting some things into /usr/local which Haiku does not have and does not even allow. Haiku uses /boot/common instead, so for most ports I've done with autotools we simply use ./configure --prefix=/boot/common, how is this done in CMake?

Re: [CMake] setting default pathnames for CMake

2009-02-25 Thread Alexander Neundorf
On Wednesday 25 February 2009, scott mc wrote: I've compiled CMake for Haiku but it's insisting on putting some things into /usr/local which Haiku does not have and does not even allow. Haiku uses /boot/common instead, so for most ports I've done with autotools we simply use ./configure

Re: [CMake] setting default pathnames for CMake

2009-02-25 Thread Bill Hoffman
scott mc wrote: I've compiled CMake for Haiku but it's insisting on putting some things into /usr/local which Haiku does not have and does not even allow. Haiku uses /boot/common instead, so for most ports I've done with autotools we simply use ./configure --prefix=/boot/common, how is this