|
From: <kin...@us...> - 2025-09-03 04:15:50
|
Revision: 7346
http://sourceforge.net/p/teem/code/7346
Author: kindlmann
Date: 2025-09-03 04:15:49 +0000 (Wed, 03 Sep 2025)
Log Message:
-----------
warnings to be uncommented soon
Modified Paths:
--------------
teem/trunk/CMake/TeemUse.cmake
Modified: teem/trunk/CMake/TeemUse.cmake
===================================================================
--- teem/trunk/CMake/TeemUse.cmake 2025-09-03 02:56:16 UTC (rev 7345)
+++ teem/trunk/CMake/TeemUse.cmake 2025-09-03 04:15:49 UTC (rev 7346)
@@ -19,6 +19,10 @@
# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
+# message(WARNING "This file (TeemUse.cmake) is no longer used by TeemV2 CMake")
+# message(WARNING "This file (TeemUse.cmake) will be deleted soon.")
+# message(WARNING "Question/Concerns? https://discord.gg/xBBqZGXkF7")
+
if(NOT Teem_FOUND)
message(FATAL_ERROR "Something went wrong. You are including TeemUse.cmake but Teem was not found")
endif()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|