On Sat, 11 Apr 2009, Philip Hazel wrote:
> No, its not correct. Consider the line
>
> STRING(TOUPPER ${CMAKE_BUILD_TYPE} buildtype)
Something else to try! Please try changing that line to
STRING(TOUPPER "${CMAKE_BUILD_TYPE}" buildtype)
If the variable is unset, that should set "buildtype" to an empty
string.
Regards,
Philip
--
Philip Hazel
--
## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
