[cmake-developers] [CMake 0011495]: CMAKE_INSTALL_PREFIX cannot contain the '=' character in the path
Mantis Bug Tracker
mantis at public.kitware.com
Mon Nov 22 13:56:07 EST 2010
The following issue has been SUBMITTED.
======================================================================
http://cmake.org/Bug/view.php?id=11495
======================================================================
Reported By: Frederik Deweerdt
Assigned To:
======================================================================
Project: CMake
Issue ID: 11495
Category: CPack
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-11-22 13:56 EST
Last Modified: 2010-11-22 13:56 EST
======================================================================
Summary: CMAKE_INSTALL_PREFIX cannot contain the '='
character in the path
Description:
Set CMAKE_INSTALL_PREFIX to something containing a '=' in the path. In that case
the directive gets ignored, and 'make install' will try to install to
/usr/local.
Steps to Reproduce:
1) Create a simple CMakeLists.txt with an install directive.
2) invoke cmake like this: 'cmake -DCMAKE_INSTALL_PREFIX=/path/containing=in/it/
3) type 'make install'
4) files get installed to /usr/local
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-22 13:56 Frederik DeweerdtNew Issue
======================================================================
More information about the cmake-developers
mailing list