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

トップ ページ
このメッセージを削除
著者: Philip Hazel
日付:  
To: pcre-dev
題目: 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