|
From: <kin...@us...> - 2025-09-10 02:12:20
|
Revision: 7394
http://sourceforge.net/p/teem/code/7394
Author: kindlmann
Date: 2025-09-10 02:12:17 +0000 (Wed, 10 Sep 2025)
Log Message:
-----------
more comments
Modified Paths:
--------------
teem/trunk/CMake/CheckLibM.cmake
Modified: teem/trunk/CMake/CheckLibM.cmake
===================================================================
--- teem/trunk/CMake/CheckLibM.cmake 2025-09-10 02:09:26 UTC (rev 7393)
+++ teem/trunk/CMake/CheckLibM.cmake 2025-09-10 02:12:17 UTC (rev 7394)
@@ -33,6 +33,7 @@
return()
endif()
+# BUILD_SHARED_LIBS informs what kind of libtiny we make
if(BUILD_SHARED_LIBS)
set(_lib_type SHARED)
else()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|