|
From: <kin...@us...> - 2025-09-11 01:13:24
|
Revision: 7404
http://sourceforge.net/p/teem/code/7404
Author: kindlmann
Date: 2025-09-11 01:13:23 +0000 (Thu, 11 Sep 2025)
Log Message:
-----------
now installing LICENSE file
Modified Paths:
--------------
teem/trunk/CMakeLists-v2.txt
Modified: teem/trunk/CMakeLists-v2.txt
===================================================================
--- teem/trunk/CMakeLists-v2.txt 2025-09-11 01:08:39 UTC (rev 7403)
+++ teem/trunk/CMakeLists-v2.txt 2025-09-11 01:13:23 UTC (rev 7404)
@@ -17,7 +17,7 @@
# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
-# Teem/CMakeLists.txt Version 10.97
+# Teem/CMakeLists.txt Version 10.98
# This CMakeLists.txt describes a Teem package that contains:
# (1) a library ("libteem" on unix) and
@@ -548,6 +548,11 @@
DESTINATION ${CONFIG_INSTALL_DIR}
)
+# Install copy of the LICENSE.txt as LICENSE
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/Teem
+ RENAME LICENSE)
+
###-------------------------------------------------------------------------------------
# For non-CMake consumers: create teem.pc for pkg-config, and teem-config script
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|