From 15b337c28da771b8426fafad58f2e2f81ca4c64e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 26 Oct 2010 05:08:27 +0000 Subject: CMake: Build utils/KillTheDoctor only on MSVC for now. Mingw does not have the header . Thanks to Daniel Newton, testing it on mingw. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117352 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c182ff385..c2a9430c9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -392,7 +392,7 @@ if( LLVM_INCLUDE_TESTS ) add_subdirectory(test) add_subdirectory(utils/unittest) add_subdirectory(unittests) - if (WIN32) + if (MSVC) # This utility is used to prevent chrashing tests from calling Dr. Watson on # Windows. add_subdirectory(utils/KillTheDoctor) -- cgit v1.2.3