[cmake-developers] [CMake 0012600]: Specifying CMAKE_INSTALL_PREFIX in a CMAKE_TOOLCHAIN_FILE file has no effect
Mantis Bug Tracker
mantis at public.kitware.com
Tue Nov 29 12:39:21 EST 2011
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=12600
======================================================================
Reported By: garin100
Assigned To:
======================================================================
Project: CMake
Issue ID: 12600
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-11-29 12:39 EST
Last Modified: 2011-11-29 12:39 EST
======================================================================
Summary: Specifying CMAKE_INSTALL_PREFIX in a
CMAKE_TOOLCHAIN_FILE file has no effect
Description:
Specifying
set(CMAKE_INSTALL_PREFIX /a/b/c)
in a file given by -DCMAKE_TOOLCHAIN_FILE=<file> has no effect, since
CMakeGenericSystem.cmake does not check whether CMAKE_INSTALL_PREFIX has already
been defined (line 65 on my system)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-11-29 12:39 garin100 New Issue
======================================================================
More information about the cmake-developers
mailing list