Revision: 69023
http://sourceforge.net/p/brlcad/code/69023
Author: starseeker
Date: 2016-10-11 17:44:12 +0000 (Tue, 11 Oct 2016)
Log Message:
-----------
Make sure src/testing isn't present before starting a distcheck.
Modified Paths:
--------------
brlcad/trunk/misc/CMake/distcheck_repo_verify.cmake.in
Modified: brlcad/trunk/misc/CMake/distcheck_repo_verify.cmake.in
===================================================================
--- brlcad/trunk/misc/CMake/distcheck_repo_verify.cmake.in 2016-10-11
17:34:21 UTC (rev 69022)
+++ brlcad/trunk/misc/CMake/distcheck_repo_verify.cmake.in 2016-10-11
17:44:12 UTC (rev 69023)
@@ -49,6 +49,10 @@
message(" ")
endif(NOT "@BRLCAD_BUNDLED_LIBS@" STREQUAL "BUNDLED")
+if(EXISTS "@CMAKE_SOURCE_DIR@/src/testing")
+ message(FATAL_ERROR "\nThe directory @CMAKE_SOURCE_DIR@/src/testing is
present. Remove this directory from the source tree before proceeding with
distcheck.")
+endif(EXISTS "@CMAKE_SOURCE_DIR@/src/testing")
+
set(NOT_DISTCHECK_READY 0)
set(CMAKE_BINARY_DIR "@CMAKE_BINARY_DIR@")
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits