Am Sat, 13 Mar 2021 21:44:23 +0100
schrieb Kornel Benko <kornel.be...@berlin.de>:

> Am Sat, 13 Mar 2021 21:33:18 +0100
> schrieb Kornel Benko <kornel.be...@berlin.de>:
> 
> > Am Sat, 13 Mar 2021 19:12:32 +0100
> > schrieb "'Kay F. Jahnke' via hugin and other free panoramic software"
> > <hugin-ptx@googlegroups.com>:
> >   
> > > > ...      
> > >     
> > > >>> So I should actually create 2 patches.
> > > >>> I simply acted too quickly and combined the two.      
> > > 
> > > I sucked in the patch best I could and pushed --all, have a look if 
> > > you're both happy with the state of master and mac branches in the repo 
> > > now. and let's do single-file patches from now on, save me headaches...
> > > 
> > > Kay
> > >     
> > 

Change variable name CPACK_RPM_PACKAGE_LICENSE to more general 
CPACK_PACKAGE_LICENSE.

        Kornel

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20210313214726.66ac56f2%40admin1-desktop.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d9bbefe..a56fc7d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -157,11 +157,11 @@ endif()
 set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CMAKE_INSTALL_PREFIX})
 set(CPACK_SET_DESTDIR "ON")
 
 # TODO: insert license
 
-file(READ LICENSE CPACK_RPM_PACKAGE_LICENSE)
+file(READ LICENSE CPACK_PACKAGE_LICENSE)
 
 # TODO: insert description
 # how about:
 
 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/brief_description.txt")

Attachment: pgpsP5uNO25Ac.pgp
Description: Digitale Signatur von OpenPGP

Reply via email to