Am Dienstag, 7. Januar 2014 um 09:41:57, schrieb Stephan Witt <st.w...@gmx.net>
> Currently I cannot use cmake builds with 2.0.x when using the default 
> compiler with Xcode 5 on Mac.
> There is no support for clang with the included boost code.
> 
> Anyway, there are warnings when building the project file like this:
> 
> CMake Warning (dev) at CMakeLists.txt:300 (find_package):
>   Syntax Warning in cmake code at
> 
>     development/cmake/modules/FindZLIB.cmake:15:19
> 
>   Argument not separated from preceding token by whitespace.
> This warning is for project developers.  Use -Wno-dev to suppress it.
> 
> Is the attached patch a solution or a problem?

You mean the quoting (because there is a space in the path)?
I prefer to quote the whole path e.g.
        "${GNUWIN32_DIR}/lib"

No problem.
        
> Stephan

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to