[llvm-commits] [llvm] r117731 - /llvm/trunk/utils/not/CMakeLists.txt
Dan Gohman
gohman at apple.com
Fri Oct 29 15:36:50 PDT 2010
Author: djg
Date: Fri Oct 29 17:36:50 2010
New Revision: 117731
URL: http://llvm.org/viewvc/llvm-project?rev=117731&view=rev
Log:
Apply a patch from Frits van Bommel to fix the CMake build.
Modified:
llvm/trunk/utils/not/CMakeLists.txt
Modified: llvm/trunk/utils/not/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/not/CMakeLists.txt?rev=117731&r1=117730&r2=117731&view=diff
==============================================================================
--- llvm/trunk/utils/not/CMakeLists.txt (original)
+++ llvm/trunk/utils/not/CMakeLists.txt Fri Oct 29 17:36:50 2010
@@ -2,7 +2,7 @@
not.cpp
)
-target_link_libraries(not LLVMSystem)
+target_link_libraries(not LLVMSupport LLVMSystem)
if( MINGW )
target_link_libraries(not imagehlp psapi)
endif( MINGW )
More information about the llvm-commits
mailing list