[cfe-commits] r126090 - /cfe/trunk/lib/StaticAnalyzer/Frontend/CMakeLists.txt
Oscar Fuentes
ofv at wanadoo.es
Sun Feb 20 11:41:34 PST 2011
Author: ofv
Date: Sun Feb 20 13:41:34 2011
New Revision: 126090
URL: http://llvm.org/viewvc/llvm-project?rev=126090&view=rev
Log:
Correct name of dependent target.
CMake complained about this while generating VS project files but was
okay with it while generating makefiles on Linux.
Modified:
cfe/trunk/lib/StaticAnalyzer/Frontend/CMakeLists.txt
Modified: cfe/trunk/lib/StaticAnalyzer/Frontend/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Frontend/CMakeLists.txt?rev=126090&r1=126089&r2=126090&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Frontend/CMakeLists.txt (original)
+++ cfe/trunk/lib/StaticAnalyzer/Frontend/CMakeLists.txt Sun Feb 20 13:41:34 2011
@@ -16,5 +16,5 @@
ClangAttrClasses
ClangAttrList
ClangDeclNodes
- ClangStmtNode
+ ClangStmtNodes
)
More information about the cfe-commits
mailing list