View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009743CMakeDocumentationpublic2009-10-20 11:532010-05-08 03:33
ReporterJuan Jesus Garcia de Soria 
Assigned ToAlex Neundorf 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0009743: Incorrect documentation of include_external_msproject()
DescriptionThe documentation for the command include_external_msproject() states:

"""
Includes an external Microsoft project in the generated workspace file. Currently does nothing on UNIX. This will create a target named INCLUDE_EXTERNAL_MSPROJECT_[projectname]. This can be used in the add_dependencies command to make things depend on the external project.
"""

That's exactly the same as the existing documentation for CMake-2.6. In CMake-2.6 the target has the composite name 'INCLUDE_EXTERNAL_MSPROJECT_[projectname]', but it seems that for CMake-2.8 the generated target name is just '[projectname]'...
TagsNo tags attached.
Attached Files

 Relationships
related to 0010920closedBill Hoffman CMake allows name collisions between targets 
related to 0008123closedBill Hoffman Addressing an external MS project as target 

  Notes
(0020654)
Alex Neundorf (developer)
2010-05-08 03:33

Thanks, fixed.

Alex

 Issue History
Date Modified Username Field Change
2009-10-20 11:53 Juan Jesus Garcia de Soria New Issue
2010-05-08 03:32 Alex Neundorf Status new => assigned
2010-05-08 03:32 Alex Neundorf Assigned To => Alex Neundorf
2010-05-08 03:33 Alex Neundorf Note Added: 0020654
2010-05-08 03:33 Alex Neundorf Status assigned => closed
2010-05-08 03:33 Alex Neundorf Resolution open => fixed
2010-12-15 10:14 David Cole Relationship added related to 0010920
2010-12-15 10:14 David Cole Relationship added related to 0008123


Copyright © 2000 - 2018 MantisBT Team