Apply a patch from Frits van Bommel to fix the CMake build.
authorDan Gohman <gohman@apple.com>
Fri, 29 Oct 2010 22:36:50 +0000 (22:36 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Oct 2010 22:36:50 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117731 91177308-0d34-0410-b5e6-96231b3b80d8

utils/not/CMakeLists.txt

index 407c82eeeadda0f22ecd17c6608517db1eb34faf..522708d1b93bf26903e34908f5644a04b9d6da51 100644 (file)
@@ -2,7 +2,7 @@ add_executable(not
   not.cpp
   )
 
-target_link_libraries(not LLVMSystem)
+target_link_libraries(not LLVMSupport LLVMSystem)
 if( MINGW )
   target_link_libraries(not imagehlp psapi)
 endif( MINGW )