mirror of
https://github.com/rizsotto/Bear.git
synced 2025-12-12 20:35:47 +01:00
Remove USE_SOURCE_PERMISSIONS from install command
The `USE_SOURCE_PERMISSIONS` option in the `install(DIRECTORY)` command was causing issues with file permissions after `cmake install`. Specifically, it was altering the permissions of the `bin`, `lib`, and `share` folders, leading to `others` losing access to these directories. Removing this option ensures that default permissions are maintained, preventing unexpected access restrictions for users.
This commit is contained in:
committed by
László Nagy
parent
71810e9ba8
commit
791135f7bf
@@ -117,7 +117,6 @@ install(DIRECTORY
|
||||
${STAGED_INSTALL_PREFIX}/
|
||||
DESTINATION
|
||||
.
|
||||
USE_SOURCE_PERMISSIONS
|
||||
)
|
||||
install(FILES
|
||||
COPYING README.md INSTALL.md CONTRIBUTING.md CODE_OF_CONDUCT.md
|
||||
|
||||
Reference in New Issue
Block a user