Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[win32] cmake: no need to check for install permissions (avoid creating unneeded directories) #7560

Merged
merged 1 commit into from Jul 20, 2015

Conversation

Montellese
Copy link
Member

This cleans up an issue on Windows introduced by 98bf72d which added a check to see if cmake has the rights to write into the installation directory. On Windows this doesn't make any sense and results in creating directories in the installation directory which either end up in the installer (but they aren't installed) or in the addons directory during development resulting in some warning logs about addon directories without an addon.xml.

@Montellese Montellese added Type: Fix non-breaking change which fixes an issue Type: Cleanup non-breaking change which removes non-working or unmaintained functionality labels Jul 20, 2015
@Montellese Montellese self-assigned this Jul 20, 2015
@Montellese Montellese added this to the J**** 16.0-alpha1 milestone Jul 20, 2015
@wsnipex
Copy link
Member

wsnipex commented Jul 20, 2015

looks good

@Montellese
Copy link
Member Author

jenkins build this please

Montellese added a commit that referenced this pull request Jul 20, 2015
[win32] cmake: no need to check for install permissions (avoid creating unneeded directories)
@Montellese Montellese merged commit e31ab0d into xbmc:master Jul 20, 2015
@Montellese Montellese deleted the cmake_no_install_permissions branch July 20, 2015 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Cleanup non-breaking change which removes non-working or unmaintained functionality Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants