From: NAKAMURA Takumi Date: Thu, 28 Nov 2013 17:04:13 +0000 (+0000) Subject: [CMake] Also OptionTests can be free from add_dependencies() with add_public_tablegen... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bfc7e8719f04bcec53dfde69c7adaa36e35348c5;p=oota-llvm.git [CMake] Also OptionTests can be free from add_dependencies() with add_public_tablegen_target(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195928 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Option/CMakeLists.txt b/unittests/Option/CMakeLists.txt index 185d503912f..07f7b91d5f5 100644 --- a/unittests/Option/CMakeLists.txt +++ b/unittests/Option/CMakeLists.txt @@ -11,5 +11,3 @@ add_public_tablegen_target(OptsTestTableGen) add_llvm_unittest(OptionTests OptionParsingTest.cpp ) - -add_dependencies(OptionTests OptsTestTableGen)