File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -600,8 +600,9 @@ 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 (FILES ${CMAKE_SOURCE_DIR} /licensing/third-party-programs.txt
605
+ DESTINATION "${CMAKE_INSTALL_DATAROOTDIR} /doc/${PROJECT_NAME} /licensing/" )
605
606
606
607
install (DIRECTORY examples DESTINATION "${CMAKE_INSTALL_DOCDIR} " )
607
608
File renamed without changes.
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ 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/ third-party-programs.txt" )
150
150
151
151
all_files = bin + include + lib + share
152
152
if platform .system () == "Windows" :
You can’t perform that action at this time.
0 commit comments