Skip to content

Wrong Project Name in CMakeLists.txt #1564

@srini2174

Description

@srini2174

Steps to Reproduce

  1. Create a new C++ workspace named "BugReportWS"
  2. Create a New Project
  3. Select "Dynamic Library" project template and press "Next" in the New Project wizard
  4. Provide the name of the project as "mylibrary" and press "Next" in the New Project wizard
  5. Select "CMake" for the build system and select "Finish" in the wizard
  6. A new project with the name mylibrary is shown in the workspace folder
  7. Select the "mylibrary" and from the contextual menu select "Export CMakeLists.txt"
  8. Select the "mylibrary" project and using the contextual menu select "Open CMakeLists.txt"
  9. Look for project Name shown in the opened CMakeLists.txt file. It shows as "BugReportWS" instead of "mylibrary".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions