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

Page principale
Supprimer ce message
Auteur: Philip Hazel
Date:  
À: pcre-dev
Sujet: 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