Skip to content
Snippets Groups Projects
Commit d3645eb5 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: fix the install of license files

parent d9e0e2ad
No related branches found
No related tags found
No related merge requests found
......@@ -227,9 +227,11 @@ ExternalProject_Add(OTB
ExternalProject_Add_Step(
OTB install_copyright
COMMAND ${CMAKE_COMMAND}
-E copy_directory
${OTB_SB_SRC}/Copyright ${CMAKE_INSTALL_PREFIX}/share/copyright
COMMAND ${CMAKE_COMMAND} -E copy
${OTB_SB_SRC}/LICENSE ${CMAKE_INSTALL_PREFIX}/share/copyright/LICENSE
COMMAND ${CMAKE_COMMAND} -E copy
${OTB_SB_SRC}/NOTICE ${CMAKE_INSTALL_PREFIX}/share/copyright/NOTICE
COMMAND ${CMAKE_COMMAND}
-E copy_directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment