From 7a483861b2050a1ad7faacd626a0391e2e8c0a38 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 24 May 2025 14:44:05 +0200 Subject: install: fix license installation --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a907d5c..72a2e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,8 +49,7 @@ add_subdirectory("lib" SYSTEM) # License -install(FILES - "LICENSE.txt" +install(DIRECTORY + "LICENSES/" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/licenses/turns" - RENAME "LICENSE" ) -- cgit v1.2.3