[CMake] MinGW Makefiles Generator no longer supports toolsets?

J Decker d3ck0r at gmail.com
Sat Dec 27 07:10:52 EST 2014


Even more confusing
cmake -G "MinGW Makefiles" -T""
-DCMAKE_TOOLCHAIN_FILE="M:/sack/tc_local.txt"
works just fine... (Unix Makefiles also don't like -T option after thinking
that was the solution)

it's not toolset it's toolchain

On Sat, Dec 27, 2014 at 4:01 AM, J Decker <d3ck0r at gmail.com> wrote:

> Nevermind; I guess it should have been "Unix Makefiles"  went back
> versions and same thing; so checked other projects sorry.
>
> On Sat, Dec 27, 2014 at 3:53 AM, J Decker <d3ck0r at gmail.com> wrote:
>
>> Is there a particular reason why something that worked perfectly fine no
>> longer does?
>>
>> CMake Error in :
>>   Generator
>>
>>     MinGW Makefiles
>>
>>   does not support toolset specification, but toolset
>>
>>     M:/sack/tc_local.txt
>>
>>   was specified.
>>
>>
>> CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
>> CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141227/822c9c43/attachment.html>


More information about the CMake mailing list