Revision: 76754
          http://sourceforge.net/p/brlcad/code/76754
Author:   starseeker
Date:     2020-08-14 18:23:21 +0000 (Fri, 14 Aug 2020)
Log Message:
-----------
Actually, it looks like there is a clean target, we just may not be defining 
things correctly to use it...

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 
14:47:14 UTC (rev 76753)
+++ brlcad/branches/RELEASE/misc/CMake/distclean.cmake.in       2020-08-14 
18:23:21 UTC (rev 76754)
@@ -53,13 +53,6 @@
 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
-if(EXISTS "@BRLCAD_BINARY_DIR@/BRLCAD.sln")
-  file(GLOB_RECURSE VSFILES LIST_DIRECTORIES TRUE RELATIVE 
"@BRLCAD_BINARY_DIR@" "*")
-  file(REMOVE_RECURSE ${VSFILES})
-endif(EXISTS "@BRLCAD_BINARY_DIR@/BRLCAD.sln")
-
 # Need to recursively go down the directories to get a full list.
 # Easier to use a function, so maintain the directory list in
 # a global property

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to