From: NAKAMURA Takumi Date: Mon, 30 Jan 2012 03:15:47 +0000 (+0000) Subject: CMake: Promote the testing targets out of folders on IDE. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=90fb059222f71b334c7dd7221eb8091200d829ef;p=oota-llvm.git CMake: Promote the testing targets out of folders on IDE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149220 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 89e8103ab70..394858c843c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -68,7 +68,6 @@ add_custom_target(check ${LIT_ARGS} ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Running LLVM regression tests") -set_target_properties(check PROPERTIES FOLDER "Tests") add_custom_target(check.deps) add_dependencies(check check.deps)