We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Regressed by #154 due to using CMAKE_INSTALL_DATAROOTDIR without include(GNUInstallDirs).
CMAKE_INSTALL_DATAROOTDIR
include(GNUInstallDirs)
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/xdg-desktop-portal-hyprland_prefix -B /tmp/xdg-desktop-portal-hyprland_build -G Ninja $ cmake --build /tmp/xdg-desktop-portal-hyprland_build $ cmake --install /tmp/xdg-desktop-portal-hyprland_build -- Install configuration: "" -- Installing: /tmp/xdg-desktop-portal-hyprland_prefix/bin/hyprland-share-picker -- Set non-toolchain portion of runtime path of "/tmp/xdg-desktop-portal-hyprland_prefix/bin/hyprland-share-picker" to "" -- Up-to-date: /tmp/xdg-desktop-portal-hyprland_prefix/bin/hyprland-share-picker -- Installing: /tmp/xdg-desktop-portal-hyprland_prefix/bin/xdg-desktop-portal-hyprland -- Set non-toolchain portion of runtime path of "/tmp/xdg-desktop-portal-hyprland_prefix/bin/xdg-desktop-portal-hyprland" to "" CMake Error at /tmp/xdg-desktop-portal-hyprland_build/cmake_install.cmake:94 (file): file cannot create directory: /xdg-desktop-portal/portals. Maybe need administrative privileges.
The text was updated successfully, but these errors were encountered:
Fixed in 86a94c3.
Sorry, something went wrong.
I confirm, installs fine now.
No branches or pull requests
Regressed by #154 due to using
CMAKE_INSTALL_DATAROOTDIR
withoutinclude(GNUInstallDirs)
.The text was updated successfully, but these errors were encountered: