|
From: <kin...@us...> - 2025-09-06 16:10:14
|
Revision: 7366
http://sourceforge.net/p/teem/code/7366
Author: kindlmann
Date: 2025-09-06 16:10:12 +0000 (Sat, 06 Sep 2025)
Log Message:
-----------
actually we delete now not later, because include(CTest) triggers include(DartConfig.cmake) when DartConfig.cmake exists
Removed Paths:
-------------
teem/trunk/DartConfig.cmake
Deleted: teem/trunk/DartConfig.cmake
===================================================================
--- teem/trunk/DartConfig.cmake 2025-09-06 15:58:14 UTC (rev 7365)
+++ teem/trunk/DartConfig.cmake 2025-09-06 16:10:12 UTC (rev 7366)
@@ -1,30 +0,0 @@
-#
-# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2019 University of Chicago
-# Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
-# Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public License
-# (LGPL) as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-# The terms of redistributing and/or modifying this software also
-# include exceptions to the LGPL that facilitate static linking.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License
-# along with this library; if not, see <https://www.gnu.org/licenses/>.
-#
-
-message(FATAL_ERROR "DartConfig.cmake will be deleted soon; no longer used in Teem v2")
-
-include(${CMAKE_SOURCE_DIR}/CTestConfig.cmake)
-set(NIGHTLY_START_TIME "${CTEST_NIGHTLY_START_TIME}")
-set(DROP_METHOD "${CTEST_DROP_METHOD}")
-set(DROP_SITE "${CTEST_DROP_SITE}")
-set(DROP_LOCATION "${CTEST_DROP_LOCATION}")
-set(TRIGGER_SITE "${CTEST_TRIGGER_SITE}")
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|