|
From: <kin...@us...> - 2025-09-10 01:33:29
|
Revision: 7390
http://sourceforge.net/p/teem/code/7390
Author: kindlmann
Date: 2025-09-10 01:33:26 +0000 (Wed, 10 Sep 2025)
Log Message:
-----------
tweak
Modified Paths:
--------------
teem/trunk/CMake/CheckLibM.cmake
Modified: teem/trunk/CMake/CheckLibM.cmake
===================================================================
--- teem/trunk/CMake/CheckLibM.cmake 2025-09-10 01:23:48 UTC (rev 7389)
+++ teem/trunk/CMake/CheckLibM.cmake 2025-09-10 01:33:26 UTC (rev 7390)
@@ -33,7 +33,7 @@
return()
endif()
-set(_lmn_desc "Does the platform require linking with -lm?")
+set(_lmn_desc "Need to explicitly link with -lm?")
message(STATUS "CheckLibM: ${_lmn_desc}")
set(_checklibm_dir "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/tmpCheckLibM")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|