On Mon, Apr 28, 2014 at 4:07 PM, Gordon Sim <[email protected]> wrote:

> On 04/28/2014 08:43 PM, Rafael Schloming wrote:
>
>> I'm pretty opposed to getting rid of SYSINSTALL_BINDINGS though not only
>> to
>> avoid spurious bug reports, but also because it is the only foolproof way
>> we have to get someone up and running quickly that isn't highly dependent
>> on their system configuration. The install instructions are pretty much
>> just:
>>
>>    cmake SYSINSTALL_BINDINGS=ON
>>    make
>>    sudo make install
>>
>
> Can SYSINSTALL_BINDINGS=ON not be automatically inferred if no
> CMAKE_INSTALL_PREFIX is specified? Or does CMAKE_INSTALL_PREFIX always have
> a value, even if not set explicitly?
>
>
That would overwrite OS-reserved file locations.  It's very important that
the SYSINSTALL_BINDINGS behavior be opt in.

Reply via email to