Reverting r225319; since there is a folder named Examples, attempting to add a target...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 7 Jan 2015 14:47:12 +0000 (14:47 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 7 Jan 2015 14:47:12 +0000 (14:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225355 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/AddLLVM.cmake

index 3b0090f421b1471b2b4242b2fd69659f754e2083..ee55c52df6e74cbb6a4e7ba42770e88d1aea6c40 100644 (file)
@@ -513,12 +513,6 @@ macro(add_llvm_example name)
     install(TARGETS ${name} RUNTIME DESTINATION examples)
   endif()
   set_target_properties(${name} PROPERTIES FOLDER "Examples")
-
-  if(NOT TARGET examples)
-    add_custom_target(examples DEPENDS ${name})
-  else()
-    add_dependencies(examples ${name})
-  endif()
 endmacro(add_llvm_example name)