From 20b250a4d6c4c8d8a88b95634b1e65de57e311ec Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Mon, 21 Mar 2022 17:38:36 +0900 Subject: [PATCH] cleanup --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bf944c..9cd539d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,11 +51,10 @@ install( ) elseif(UNIX) file(GLOB DLL "${NDI_LIBRARY_DIR}/libndi.so*") - file(GLOB LICENSE "${NDI_LICENSE_DIR}/*.txt") install( FILES ${DLL} - ${LICENSE} + "${NDI_LICENSE_DIR}/libndi_licenses.txt" DESTINATION ${CMAKE_INSTALL_PREFIX} ) endif()