Revision: 76779
          http://sourceforge.net/p/brlcad/code/76779
Author:   starseeker
Date:     2020-08-15 13:39:03 +0000 (Sat, 15 Aug 2020)
Log Message:
-----------
Handle any .github files temporarily so we can run distcheck more easily

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-08-15 13:21:51 UTC (rev 76778)
+++ brlcad/trunk/CMakeLists.txt 2020-08-15 13:39:03 UTC (rev 76779)
@@ -3624,6 +3624,13 @@
     CMAKEFILES(.gitignore)
   endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.gitignore)
 
+  # List any files which may exist for CI testing for distcheck.  TODO -
+  # this should be a fixed list, but until we go live with the Git repo
+  # use file(GLOB_RECURSE) instead
+  file(GLOB_RECURSE GITHUB_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} 
".github/*")
+  message("GITHUB_FILES: ${GITHUB_FILES}")
+  CMAKEFILES(${GITHUB_FILES})
+
   # Handle some toplevel distclean listings
   DISTCLEAN("${CMAKE_BINARY_DIR}/CMakeCache.txt")
   DISTCLEAN("${CMAKE_BINARY_DIR}/cmakefiles.cmake")

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