CMakeLists.txt: removed mismatched endif predicate.
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 14 Nov 2010 20:15:05 +0000 (20:15 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 14 Nov 2010 20:15:05 +0000 (20:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119064 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index 11c4ee9373cb8c74905ce8633d7f68b374f5baec..4f413bc1e4ca1907a134a66fd5b59a2505b92a7d 100644 (file)
@@ -331,7 +331,7 @@ foreach(t ${LLVM_TARGETS_TO_BUILD})
   if( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/*AsmPrinter.cpp )
     set(LLVM_ENUM_ASM_PRINTERS 
       "${LLVM_ENUM_ASM_PRINTERS}LLVM_ASM_PRINTER(${t})\n")
-  endif( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/AsmPrinter/CMakeLists.txt )
+  endif()
 
   if( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/InstPrinter/CMakeLists.txt )
     add_subdirectory(lib/Target/${t}/InstPrinter)