Revision: 74199
          http://sourceforge.net/p/brlcad/code/74199
Author:   starseeker
Date:     2019-10-21 01:12:49 +0000 (Mon, 21 Oct 2019)
Log Message:
-----------
The conversion will have a .gitignore file, so list that if it exists (it 
doesn't and won't in svn, so make its inclusion conditional.)

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2019-10-21 00:59:24 UTC (rev 74198)
+++ brlcad/trunk/CMakeLists.txt 2019-10-21 01:12:49 UTC (rev 74199)
@@ -3503,6 +3503,9 @@
     CTestConfig.cmake
     )
   CMAKEFILES(${toplevel_ignore_files})
+  if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.gitignore)
+    CMAKEFILES(.gitignore)
+  endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.gitignore)
 
   # Handle some toplevel distclean listings
   DISTCLEAN("${CMAKE_BINARY_DIR}/CMakeCache.txt")

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