Index: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake =================================================================== --- compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake +++ compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake @@ -245,6 +245,7 @@ list(APPEND LIBCXX_DEPS clang) endif() + set(EXCLUDE_FROM_ALL TRUE) ExternalProject_Add(${name} PREFIX ${prefix} SOURCE_DIR ${COMPILER_RT_LIBCXX_PATH} @@ -271,4 +272,5 @@ DEPENDERS configure DEPENDS ${LIBCXX_DEPS} ) + set(EXCLUDE_FROM_ALL FALSE) endmacro()