[CMake] CMAKE_C_COMPILE_OBJECT <FLAGS> vs <INCLUDES>
Sam Cristall
cristall at eleveneng.com
Wed Jun 29 13:41:40 EDT 2016
Looks like this was just a change in CMake 3.4. Updated to latest, and everything is working.
> On Jun 28, 2016, at 5:19 PM, Sam Cristall <cristall at eleveneng.com> wrote:
>
> I'm trying to implement a cross compilation wrapper and hit a snag with CMAKE_C_COMPILE_OBJECT. I've found that on OSX / Linux (Makefile Generator), <INCLUDES> and <FLAGS> work as expected, however on Windows (MinGW Makefile Generator), <FLAGS> has both the flags and includes, whereas <INCLUDES> is undefined. Is this expected?
>
More information about the CMake
mailing list