|
From: <kin...@us...> - 2025-09-10 04:35:44
|
Revision: 7396
http://sourceforge.net/p/teem/code/7396
Author: kindlmann
Date: 2025-09-10 04:35:41 +0000 (Wed, 10 Sep 2025)
Log Message:
-----------
more uniform formatting
Modified Paths:
--------------
teem/trunk/CMakeLists-v2.txt
Modified: teem/trunk/CMakeLists-v2.txt
===================================================================
--- teem/trunk/CMakeLists-v2.txt 2025-09-10 04:30:02 UTC (rev 7395)
+++ teem/trunk/CMakeLists-v2.txt 2025-09-10 04:35:41 UTC (rev 7396)
@@ -4,22 +4,20 @@
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public License
-# (LGPL) as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-# The terms of redistributing and/or modifying this software also
-# include exceptions to the LGPL that facilitate static linking.
+# This library is free software; you can redistribute it and/or modify it under the terms
+# of the GNU Lesser General Public License (LGPL) as published by the Free Software
+# Foundation; either version 2.1 of the License, or (at your option) any later version.
+# The terms of redistributing and/or modifying this software also include exceptions to
+# the LGPL that facilitate static linking.
#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
+# This library is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
-# Teem/CMakeLists.txt Version 10.95
+# Teem/CMakeLists.txt Version 10.96
# This CMakeLists.txt describes a Teem package that contains:
# (1) a library ("libteem" on unix) and
@@ -456,7 +454,7 @@
# If requested, helper dehex/exhex programs
if(Teem_BUILD_HEX_UTILS)
- add_subdirectory(src/hex)
+ add_subdirectory(src/hex)
endif()
###-------------------------------------------------------------------------------------
@@ -466,7 +464,7 @@
# offer a much more convenient way to call into Teem.
if(BUILD_TESTING)
- add_subdirectory(tests/ctest)
+ add_subdirectory(tests/ctest)
endif()
###-------------------------------------------------------------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|