This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208662 - automatic cmake project
Summary: automatic cmake project
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal with 3 votes (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 17:24 UTC by yadav
Modified: 2015-05-28 07:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yadav 2012-02-20 17:24:07 UTC
The whole philosophy about cmake is to keep the build output artefacts separate from the source code. In this regard, netbeans gets it wrong when creating a project file from a CMakeLists.txt

Automatic (option) should create a build folder called 'build' and place build output there! I don't want to have to go through several custom step just to choose a build output folder.

I would recommend adding an addition field for build output folder name to the "new project" dialog, select mode step #2, by default have the folder name 'build' in this field.

This way I can choose to create a new project from an existing project, point to my CMakeLists.txt file and click finish. Hassle free project creation.