|
From: <kin...@us...> - 2025-08-14 22:04:57
|
Revision: 7268
http://sourceforge.net/p/teem/code/7268
Author: kindlmann
Date: 2025-08-14 22:04:55 +0000 (Thu, 14 Aug 2025)
Log Message:
-----------
no longer need nrrdSanity; but haven't finished unu built yet
Modified Paths:
--------------
teem/trunk/src/bin/CMakeLists.txt
Modified: teem/trunk/src/bin/CMakeLists.txt
===================================================================
--- teem/trunk/src/bin/CMakeLists.txt 2025-08-07 12:36:57 UTC (rev 7267)
+++ teem/trunk/src/bin/CMakeLists.txt 2025-08-14 22:04:55 UTC (rev 7268)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,8 +31,8 @@
)
endmacro()
-# These binaries should not be depending on BUILD_EXPERIMENTAL_LIBS
-CREATE_EXEC(nrrdSanity nrrdSanity.c)
+# unu starts by calling nrrdSanityOrDie; other build info moved to "unu built"
+# CREATE_EXEC(nrrdSanity nrrdSanity.c)
CREATE_EXEC(overrgb overrgb.c)
CREATE_EXEC(mrender mrender.c)
CREATE_EXEC(miter miter.c)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|