Skip to content

Commit

Permalink
Merge pull request #39 from Spuddles/patch-1
Browse files Browse the repository at this point in the history
Add delete permissions to the include files
  • Loading branch information
graeme-hill authored Aug 30, 2018
2 parents afbe05f + fda5c56 commit f43d980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ install(TARGETS crossguid EXPORT crossguidTargets
# Install headers
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/"
DESTINATION ${CROSSGUID_INC_INSTALL_DIR}
FILE_PERMISSIONS OWNER_READ GROUP_READ WORLD_READ
DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ WORLD_READ
DIRECTORY_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)

# Make cmake config files for all targets
install(EXPORT crossguidTargets
Expand Down

0 comments on commit f43d980

Please sign in to comment.