[CMake] Latest problem: -D values

Phil Smith phil at voltage.com
Thu Aug 28 15:57:53 EDT 2008


OK, as everyone else on the planet probably realized instantly, I now believe this is a make issue, not a CMake issue.  Sorry 'bout that.

-----Original Message-----
From: cmake-bounces at cmake.org [mailto:cmake-bounces at cmake.org] On Behalf Of Phil Smith
Sent: Wednesday, August 27, 2008 6:09 PM
To: cmake at cmake.org
Subject: [CMake] Latest problem: -D values

We're finding that when we get to running make (Cygwin), our compiler is getting called with flags of the format:
        -Dvariable value
instead of:
        -Dvariable=value

I'm *suspecting* that it's dependent on the C compiler, but I've looked at the CMake doc, and don't see an obvious way to control it.

Is there a setting?


More information about the CMake mailing list