[LLVMdev] Broken CMake file?

Óscar Fuentes ofv at wanadoo.es
Mon Feb 15 07:18:55 PST 2010


Conrado Miranda <miranda.conrado at gmail.com> writes:

> The line is "if(NOT (${entry} STREQUAL
> ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt))". I really don't know anything
> about CMake, but when changed the line to "if(NOT ${entry} STREQUAL
> ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt)", it passed without error.

Fixed. Thanks!




More information about the llvm-dev mailing list