Re: [pcre-dev] 7.9-RC2 test release CMake error

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] 7.9-RC2 test release CMake error
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