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 219246 - [73cat] CMake generator is "Unix Makefiles" on Windows platform by default
Summary: [73cat] CMake generator is "Unix Makefiles" on Windows platform by default
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 7.3
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 09:01 UTC by kosmonaffft
Modified: 2013-05-17 15:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for this bug. (8.50 KB, patch)
2012-11-08 07:44 UTC, kosmonaffft
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2012-10-01 09:01:09 UTC
When new CMake based project is created, the "Unix Makefiles" generator for CMake is set by default on windows platform. I think it should be "MSYS Generator", because NB works with MSYS make.

Also this my enchencement is related to this bug: http://netbeans.org/bugzilla/show_bug.cgi?id=213902
Comment 1 Alexander Simon 2012-10-10 14:53:50 UTC
You can select custom mode and change field configure arguments from
-G "Unix Makefiles" ...
to
-G "MSYS Generator" ...
Comment 2 kosmonaffft 2012-10-10 14:59:59 UTC
I know that, but i think project creation should works "out of the box" not only in Linux (or another unix-like systems)...

(In reply to comment #1)
> You can select custom mode and change field configure arguments from
> -G "Unix Makefiles" ...
> to
> -G "MSYS Generator" ...
Comment 3 kosmonaffft 2012-11-08 07:44:24 UTC
Created attachment 127361 [details]
Patch for this bug.

Patch for this bug.
Comment 4 kosmonaffft 2012-11-08 07:45:46 UTC
Can anybody integrate this patch to HG?
Comment 6 kosmonaffft 2012-11-08 09:16:12 UTC
Ok, thanks for information.

(In reply to comment #5)
> issue 13179 is marked as fixed in CMake 2.8.10
> http://public.kitware.com/Bug/view.php?id=13179
> http://public.kitware.com/pipermail/cmake-commits/2012-August/013306.html