File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -600,8 +600,10 @@ endif()
600
600
# Configure make install/uninstall and packages
601
601
# --------------------------------------------------------------------------- #
602
602
install (FILES ${CMAKE_SOURCE_DIR} /LICENSE.TXT
603
- ${CMAKE_SOURCE_DIR} /third-party-programs.txt
604
603
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR} /doc/${PROJECT_NAME} /" )
604
+ install (
605
+ FILES ${CMAKE_SOURCE_DIR} /licensing/third-party-programs.txt
606
+ DESTINATION "${CMAKE_INSTALL_DATAROOTDIR} /doc/${PROJECT_NAME} /licensing/" )
605
607
606
608
install (DIRECTORY examples DESTINATION "${CMAKE_INSTALL_DOCDIR} " )
607
609
File renamed without changes.
Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ def _create_match_list(self) -> List[str]:
146
146
examples .insert (0 , "share/doc/umf/examples" )
147
147
share .extend (examples )
148
148
share .append ("share/doc/umf/LICENSE.TXT" )
149
- share .append ("share/doc/umf/third-party-programs.txt" )
149
+ share .append ("share/doc/umf/licensing" )
150
+ share .append ("share/doc/umf/licensing/third-party-programs.txt" )
150
151
151
152
all_files = bin + include + lib + share
152
153
if platform .system () == "Windows" :
You can’t perform that action at this time.
0 commit comments