On Dec 14, 2007 2:34 PM, Bill Hoffman <[EMAIL PROTECTED]> 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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
