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

Kezdőlap
Üzenet törlése
Szerző: Philip Hazel
Dátum:  
Címzett: pcre-dev
Tárgy: 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