Skip to content

Commit

Permalink
fix typo in builder-server component
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSimpson committed Feb 6, 2018
1 parent f5ae86a commit 37b2afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ install(TARGETS container-builder COMPONENT container-builder DESTINATION bin OP
# Install scripts if target the builder-server
install(FILES ${SCRIPTS}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ
WORLD_EXECUTE DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" COMPONENT server OPTIONAL)
WORLD_EXECUTE DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" COMPONENT builder-server OPTIONAL)

0 comments on commit 37b2afc

Please sign in to comment.