Notes |
|
(0037971)
|
David Cole
|
2015-02-13 13:08
|
|
It's certainly unexpected, isn't it? If you change generators, the expectation is that you will start with a clean build tree... |
|
|
(0037972)
|
Nils Gladitz
|
2015-02-13 13:27
|
|
CMake fails if CMAKE_GENERATOR changes but currently allows CMAKE_EXTRA_GENERATOR to change.
The questions is if this is an oversight or if it is intentional / by design. |
|
|
(0037973)
|
Alex Neundorf
|
2015-02-13 16:32
|
|
|
|
(0037974)
|
Alex Neundorf
|
2015-02-13 16:33
|
|
OTOH I'm not quite sure what should go wrong.
So after generating a project you added -DCMAKE_EXTRA_GENERATOR=CodeBlocks, and then got a cbp file where some things were missing ?
I never tried that. |
|
|
(0037977)
|
CrumblingStatue
|
2015-02-14 04:10
|
|
Actually, -DCMAKE_EXTRA_GENERATOR=CodeBlocks over a plain build works correctly.
The way I did instead is to generate -G 'CodeBlocks - Unix Makefiles` over a plain `Unix Makefiles` build.
I attached a diff that shows the missing includes in that case. |
|
|
(0042715)
|
Kitware Robot
|
2016-06-10 14:29
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|