|
From: <kin...@us...> - 2025-09-12 03:53:33
|
Revision: 7410
http://sourceforge.net/p/teem/code/7410
Author: kindlmann
Date: 2025-09-12 03:53:31 +0000 (Fri, 12 Sep 2025)
Log Message:
-----------
another diagnostic message
Modified Paths:
--------------
teem/trunk/CMakeLists-v2.txt
Modified: teem/trunk/CMakeLists-v2.txt
===================================================================
--- teem/trunk/CMakeLists-v2.txt 2025-09-12 03:52:47 UTC (rev 7409)
+++ teem/trunk/CMakeLists-v2.txt 2025-09-12 03:53:31 UTC (rev 7410)
@@ -206,6 +206,7 @@
foreach(_tdep IN LISTS _Teem_DEPS)
if(Teem_USE_${_tdep})
# this DEP is requested
+ message(STATUS "Trying find_package(${_Teem_dep_cpname_${_tdep}})")
find_package(${_Teem_dep_cpname_${_tdep}} QUIET)
if(${_Teem_dep_found_${_tdep}})
set(Teem_HAVE_${_tdep} TRUE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|