Extend the workaround from r159593 to cover a few explicit alias

targets.

llvm-svn: 159597
This commit is contained in:
Chandler Carruth 2012-07-02 21:45:22 +00:00
parent e8d5567426
commit a7f1f35eb8
1 changed files with 2 additions and 1 deletions

View File

@ -22,5 +22,6 @@ set_target_properties(check-llvm PROPERTIES FOLDER "Tests")
# Setup a legacy alias for 'check-llvm'. This will likely change to be an
# alias for 'check-all' at some point in the future.
add_custom_target(check DEPENDS check-llvm)
add_custom_target(check)
add_dependencies(check check-llvm)
set_target_properties(check PROPERTIES FOLDER "Tests")