Revision: 76759
          http://sourceforge.net/p/brlcad/code/76759
Author:   starseeker
Date:     2020-08-14 19:11:33 +0000 (Fri, 14 Aug 2020)
Log Message:
-----------
fix comment

Modified Paths:
--------------
    brlcad/branches/RELEASE/misc/CMake/distclean.cmake.in

Modified: brlcad/branches/RELEASE/misc/CMake/distclean.cmake.in
===================================================================
--- brlcad/branches/RELEASE/misc/CMake/distclean.cmake.in       2020-08-14 
19:07:59 UTC (rev 76758)
+++ brlcad/branches/RELEASE/misc/CMake/distclean.cmake.in       2020-08-14 
19:11:33 UTC (rev 76759)
@@ -53,8 +53,10 @@
 endif(EXISTS "@BRLCAD_BINARY_DIR@/source_archive_contents")
 message("Removing CMake-generated files... done.")
 
-# Visual Studio generators don't have a clean target, so we need to do
-# this manually - remove all files
+# Visual Studio solution file generated by CMake doesn't seem to produce
+# a clean target msbuild is happy with.  (Maybe this issue?
+# https://github.com/dotnet/msbuild/issues/3019) Until that can work,
+# scrub manually.
 if(EXISTS "@BRLCAD_BINARY_DIR@/BRLCAD.sln")
   file(GLOB_RECURSE VSFILES LIST_DIRECTORIES TRUE RELATIVE 
"@BRLCAD_BINARY_DIR@" "*")
   file(REMOVE_RECURSE ${VSFILES})

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to