[CMake] Re: [cmake 2.5 CVS] CMAKE_${LANG}_FLAGS is initialized
with space
Brandon Van Every
bvanevery at gmail.com
Fri Dec 14 14:49:31 EST 2007
On Dec 14, 2007 2:34 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> So, although odd that it has a space in it, it is benign.
It's malignant from the standpoint of IF. CMAKE_C_FLAGS is being
initialized to a nonempty string. That means
if(CMAKE_C_FLAGS) will succeed. Should file a bug or fix it.
Cheers,
Brandon Van Every
More information about the CMake
mailing list