Control: tags -1 patch
Dear Maintainer,
Please find in attachment a patch that you can drop in the
debian/patches/ directory to fix this issue
Best regards,
Sébastien
Description: This is a header-only library, it is ARCH_INDEPENDENT
Origin: Debian
Bug-Debian: https://bugs.debian.org/1144017
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,7 +111,8 @@
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/cmake/sol2-config-version.cmake"
- COMPATIBILITY AnyNewerVersion)
+ COMPATIBILITY AnyNewerVersion
+ ARCH_INDEPENDENT)
export(TARGETS sol2
FILE "${CMAKE_CURRENT_BINARY_DIR}/cmake/sol2-targets.cmake")