MantisBT - CMake
View Issue Details
0009743CMakeDocumentationpublic2009-10-20 11:532010-05-08 03:33
Juan Jesus Garcia de Soria 
Alex Neundorf 
normalmajoralways
closedfixed 
CMake-2-8 
 
0009743: Incorrect documentation of include_external_msproject()
The 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]'...
No tags attached.
related to 0010920closed Bill Hoffman CMake allows name collisions between targets 
related to 0008123closed Bill Hoffman Addressing an external MS project as target 
Issue History
2009-10-20 11:53Juan Jesus Garcia de SoriaNew Issue
2010-05-08 03:32Alex NeundorfStatusnew => assigned
2010-05-08 03:32Alex NeundorfAssigned To => Alex Neundorf
2010-05-08 03:33Alex NeundorfNote Added: 0020654
2010-05-08 03:33Alex NeundorfStatusassigned => closed
2010-05-08 03:33Alex NeundorfResolutionopen => fixed
2010-12-15 10:14David ColeRelationship addedrelated to 0010920
2010-12-15 10:14David ColeRelationship addedrelated to 0008123

Notes
(0020654)
Alex Neundorf   
2010-05-08 03:33   
Thanks, fixed.

Alex