Skip to content

Commit

Permalink
openpmd-pipe: set correct install permissions (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jun 17, 2023
1 parent dfc0a31 commit d0a0e1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1100,10 +1100,9 @@ if(openPMD_INSTALL)
if(openPMD_BUILD_CLI_TOOLS)
foreach(toolname ${openPMD_PYTHON_CLI_TOOL_NAMES})
install(
FILES ${openPMD_SOURCE_DIR}/src/cli/${toolname}.py
PROGRAMS ${openPMD_SOURCE_DIR}/src/cli/${toolname}.py
DESTINATION ${openPMD_INSTALL_BINDIR}
RENAME openpmd-${toolname}
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
)
endforeach()
endif()
Expand Down

0 comments on commit d0a0e1d

Please sign in to comment.