-
Notifications
You must be signed in to change notification settings - Fork 483
Closed
Description
Steps to Reproduce
- Create a new C++ workspace named "BugReportWS"
- Create a New Project
- Select "Dynamic Library" project template and press "Next" in the New Project wizard
- Provide the name of the project as "mylibrary" and press "Next" in the New Project wizard
- Select "CMake" for the build system and select "Finish" in the wizard
- A new project with the name mylibrary is shown in the workspace folder
- Select the "mylibrary" and from the contextual menu select "Export CMakeLists.txt"
- Select the "mylibrary" project and using the contextual menu select "Open CMakeLists.txt"
- Look for project Name shown in the opened CMakeLists.txt file. It shows as "BugReportWS" instead of "mylibrary".
Metadata
Metadata
Assignees
Labels
No labels