|
From: <kin...@us...> - 2025-09-06 15:58:16
|
Revision: 7365
http://sourceforge.net/p/teem/code/7365
Author: kindlmann
Date: 2025-09-06 15:58:14 +0000 (Sat, 06 Sep 2025)
Log Message:
-----------
these are apparently no longer part of modern CMake/CTest
Modified Paths:
--------------
teem/trunk/DartConfig.cmake
teem/trunk/TestBuild.cmake
Modified: teem/trunk/DartConfig.cmake
===================================================================
--- teem/trunk/DartConfig.cmake 2025-09-06 01:59:34 UTC (rev 7364)
+++ teem/trunk/DartConfig.cmake 2025-09-06 15:58:14 UTC (rev 7365)
@@ -19,6 +19,8 @@
# 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}")
Modified: teem/trunk/TestBuild.cmake
===================================================================
--- teem/trunk/TestBuild.cmake 2025-09-06 01:59:34 UTC (rev 7364)
+++ teem/trunk/TestBuild.cmake 2025-09-06 15:58:14 UTC (rev 7365)
@@ -19,6 +19,8 @@
# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
+message(FATAL_ERROR "TestBuild.cmake will be deleted soon; no longer used in Teem v2")
+
# Where the source code lives
set (CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}")
set (CTEST_BINARY_DIRECTORY "${CTEST_SOURCE_DIRECTORY}/build-ctest")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|