mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2025-12-20 06:50:03 +01:00
cmake: Make CMAKE builds arch independent (#16)
This commit is contained in:
parent
206367a08d
commit
e511882b9c
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ configure_package_config_file(
|
||||||
write_basic_package_version_file(
|
write_basic_package_version_file(
|
||||||
"hyprwayland-scanner-config-version.cmake"
|
"hyprwayland-scanner-config-version.cmake"
|
||||||
VERSION "${VERSION}"
|
VERSION "${VERSION}"
|
||||||
|
ARCH_INDEPENDENT
|
||||||
COMPATIBILITY AnyNewerVersion)
|
COMPATIBILITY AnyNewerVersion)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue