[PATCH] D55105: [projects] Use add_llvm_external_project for implicit projects

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 30 17:44:28 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL348064: [projects] Use add_llvm_external_project for implicit projects (authored by smeenai, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55105?vs=176039&id=176237#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55105/new/

https://reviews.llvm.org/D55105

Files:
  llvm/trunk/projects/CMakeLists.txt


Index: llvm/trunk/projects/CMakeLists.txt
===================================================================
--- llvm/trunk/projects/CMakeLists.txt
+++ llvm/trunk/projects/CMakeLists.txt
@@ -13,7 +13,7 @@
        (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND
        (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp) AND
        (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests))
-      add_subdirectory(${entry})
+      add_llvm_external_project(${entry})
     endif()
   endif()
 endforeach(entry)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55105.176237.patch
Type: text/x-patch
Size: 552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181201/a990ec7c/attachment.bin>


More information about the llvm-commits mailing list