From: Dan Gohman Date: Fri, 29 Oct 2010 22:36:50 +0000 (+0000) Subject: Apply a patch from Frits van Bommel to fix the CMake build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e836e5f17485bd884442d7188abeedf6e0b608ff;p=oota-llvm.git Apply a patch from Frits van Bommel to fix the CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/not/CMakeLists.txt b/utils/not/CMakeLists.txt index 407c82eeead..522708d1b93 100644 --- a/utils/not/CMakeLists.txt +++ b/utils/not/CMakeLists.txt @@ -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 )