From 5ad62c31030bd6a927561ff3ca8bd33630404926 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 30 Aug 2018 22:56:10 +0200 Subject: cmake: fix vppapigen install permissons Change-Id: I0f49842d3e6690d0965bd310321495a2dc4c2350 Signed-off-by: Damjan Marion --- src/tools/vppapigen/CMakeLists.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/vppapigen/CMakeLists.txt b/src/tools/vppapigen/CMakeLists.txt index 6023f20c63a..2898f506b6a 100644 --- a/src/tools/vppapigen/CMakeLists.txt +++ b/src/tools/vppapigen/CMakeLists.txt @@ -11,5 +11,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -install(FILES vppapigen.py RENAME vppapigen DESTINATION bin) +install( + FILES vppapigen.py + RENAME vppapigen + DESTINATION bin + PERMISSIONS + OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE + WORLD_READ WORLD_EXECUTE +) + install(FILES C.py JSON.py DESTINATION share/vpp) -- cgit 1.2.3-korg