Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now, to...
[oota-llvm.git] / cmake / config-ix.cmake
index 337a5a7da8f73535f95a019125b398e5bdade427..d6464984ef735a1ff104b2329e5ef0fae505b5de 100755 (executable)
@@ -446,10 +446,10 @@ if( MSVC )
   else()
     set(HAVE_DIA_SDK 0)
   endif()
+else()
+  set(HAVE_DIA_SDK 0)
 endif( MSVC )
 
-message("CMake set HAVE_DIA_SDK to ${HAVE_DIA_SDK}")
-
 if( PURE_WINDOWS )
   CHECK_CXX_SOURCE_COMPILES("
     #include <windows.h>