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!