This file was accidentally committed with bad line endings. Fixed...
authorMike Spertus <mike@spertus.com>
Mon, 28 Mar 2016 19:08:27 +0000 (19:08 +0000)
committerMike Spertus <mike@spertus.com>
Mon, 28 Mar 2016 19:08:27 +0000 (19:08 +0000)
llvm-svn: 264621

clang/utils/ClangVisualizers/CMakeLists.txt

index 98e09ba..16d118a 100644 (file)
@@ -1,7 +1,7 @@
-# Do this by hand instead of using add_llvm_utilities(), which\r
-# tries to create a corresponding executable, which we don't want.\r
-if (LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION)\r
-  set(CLANG_VISUALIZERS clang.natvis)\r
-  add_custom_target(ClangVisualizers SOURCES ${CLANG_VISUALIZERS})\r
-  set_target_properties(ClangVisualizers PROPERTIES FOLDER "Utils")\r
-endif()\r
+# Do this by hand instead of using add_llvm_utilities(), which
+# tries to create a corresponding executable, which we don't want.
+if (LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION)
+  set(CLANG_VISUALIZERS clang.natvis)
+  add_custom_target(ClangVisualizers SOURCES ${CLANG_VISUALIZERS})
+  set_target_properties(ClangVisualizers PROPERTIES FOLDER "Utils")
+endif()