| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009743 | CMake | Documentation | public | 2009-10-20 11:53 | 2010-05-08 03:33 |
|
| Reporter | Juan Jesus Garcia de Soria | |
| Assigned To | Alex Neundorf | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake-2-8 | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0009743: Incorrect documentation of include_external_msproject() |
| Description | 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]'...
|
| Tags | No tags attached. |
|
| Attached Files | |
|