From: John Thompson Date: Sun, 11 Jul 2010 03:23:30 +0000 (+0000) Subject: Rename clang.dll to libclang.dll, to fix Windows build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4156a4cbd56bee7f61d6c5eadb67d8e4bd141236;p=clang Rename clang.dll to libclang.dll, to fix Windows build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108067 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt index da28ee9316..ab4accae5e 100644 --- a/tools/libclang/CMakeLists.txt +++ b/tools/libclang/CMakeLists.txt @@ -29,7 +29,6 @@ add_clang_library(libclang CXTypes.cpp ../../include/clang-c/Index.h ) -set_target_properties(libclang PROPERTIES OUTPUT_NAME clang) if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") # FIXME: Deal with LLVM_SUBMIT_VERSION?