On 01/07/2014 04:55 AM, Stephan Witt wrote:
Am 07.01.2014 um 09:50 schrieb Kornel Benko <kor...@lyx.org>:
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.
Ok, this would work indeed. The path has quotes and the warning is gone.
Go ahead and add this to branch, too.
rh