Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » cmake options configuration
cmake options configuration [message #1852878] Thu, 09 June 2022 10:16
Florian Drechsler is currently offline Florian DrechslerFriend
Messages: 1
Registered: June 2022
Junior Member
Hello.

I am new to eclipse for c for windows.

I set up cygwin installed needed stuff for developing in c/c++.

In the console I can compile and run a simple hello world program.

The next step is to create the standard eclipse cmake project with the hello world program.

I can compile and run the program in the console ( with standard cmake configuration).

In eclipse I get an error:
CMake Error: Could not create named generator MinGW Makefiles

The proble is that cmake is called with the options:
cmake -G MinGW Makefiles -DCMAKE_EXPORT_COMPILE_COMMANDS=ON C:\Users\xxx\eclipse-workspace\cmake_test

I would like to remove -G MinGW Makefiles from the cmake call but I searched for hours and cannot find where to configure this stuff.

Thx for your help.
Previous Topic:CDT project clone
Next Topic:Illegal virtual folder names?
Goto Forum:
  


Current Time: Thu Apr 25 05:44:10 GMT 2024

Powered by FUDForum. Page generated in 0.03413 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top