View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015621CMakeDocumentationpublic2015-06-17 21:292016-01-04 11:51
ReporterPaul "TBBle" Hampson 
Assigned To 
PrioritylowSeveritytextReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 3.2.3 
Target VersionFixed in Version 
Summary0015621: CMAKE_GENERATOR_PLATFORM references toolset instead of platform
DescriptionThe help for CMAKE_GENERATOR_PLATFORM says:
"If the user specifies a toolset name (e.g. via the cmake -A option) the value will be available in this variable."

which is clearly a cut-and-paste from CMAKE_GENERATOR_TOOLSET:
"If the user specifies a toolset name (e.g. via the cmake -T option) the value will be available in this variable."

It _should_ say:
"If the user specifies a platform name (e.g. via the cmake -A option) the value will be available in this variable."

i.e. replace 'toolset' with 'platform', to match the variable name and the -A command-line parameter help.

See http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_GENERATOR_PLATFORM.html#variable:CMAKE_GENERATOR_PLATFORM [^]
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0038946)
Brad King (manager)
2015-06-18 09:18

Fixed, thanks:

 Help: Fix typo in CMAKE_GENERATOR_PLATFORM docs
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1c9db7db [^]
(0040071)
Robert Maynard (manager)
2016-01-04 11:51

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2015-06-17 21:29 Paul "TBBle" Hampson New Issue
2015-06-18 09:18 Brad King Note Added: 0038946
2015-06-18 09:18 Brad King Severity tweak => text
2015-06-18 09:18 Brad King Status new => resolved
2015-06-18 09:18 Brad King Resolution open => fixed
2016-01-04 11:51 Robert Maynard Note Added: 0040071
2016-01-04 11:51 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team