Philip Hazel wrote:
> On Wed, 1 Apr 2009, Christian Ehrlicher wrote:
>
>   
>> STRING(TOUPPER ${CMAKE_BUILD_TYPE} buildtype)
>> ...
>> MESSAGE(STATUS "  C compiler flags ................ : ${CMAKE_C_FLAGS}
>> ${CMAKE_C_FLAGS_${buildtype}}")
>> MESSAGE(STATUS "  C++ compiler flags .............. : ${CMAKE_CXX_FLAGS}
>> ${CMAKE_CXX_FLAGS_${buildtype}}")
>>
>> Should do the trick.
>>
>> btw: all " in the config overview output should be moved behind the
>> variables like I did it for the two above.
>>     
>
> Thanks. Can you check that this works, Sheri? If you are happy, I'll 
> make the change for the proper 7.9 release.
>
>   
The first line gave an error, no variable defined.

I added a comma before buildtype and no more error, but now I never get 
the Configuration Summary.  I remember this happened to me with a 
previous version too. The option for the summary is On.

Regards,
Sheri

-- 
## List details at http://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to