Add ARCH_INDEPENDENT cmake flag
This makes cmake output architecture independent. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085254 https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html#generating-a-package-version-file
This commit is contained in:
parent
9606635565
commit
b11fb9ac31
|
|
@ -0,0 +1,10 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -51,6 +51,7 @@
|
||||
write_basic_package_version_file(
|
||||
"hyprwayland-scanner-config-version.cmake"
|
||||
VERSION "${VERSION}"
|
||||
+ ARCH_INDEPENDENT
|
||||
COMPATIBILITY AnyNewerVersion)
|
||||
|
||||
# Installation
|
||||
|
|
@ -0,0 +1 @@
|
|||
cmake_arch_independent.quilt
|
||||
Loading…
Reference in New Issue