<div dir="ltr"><div>Dear all,<br><br>I am currently hit by an issue with the CMake detection of a header-only library [1]. The library is built on a 64-bit machine and packaged for all other architectures supported by Debian.<br><br>However, CMake detection fails on 32-bit platforms with the following error:<br><br>```<br>Any attempt to call `find_package(glm REQUIRED)` produces the following<br>error:<br><br>```<br>Could not find a configuration file for package "glm" that is<br>compatible with requested version "".<br><br>The following configuration files were considered but not accepted:<br><br>    /usr/lib/cmake/glm/glmConfig.cmake, version: 0.9.8 (64bit)<br>```<br><br></div>How can this be effectively solved? Can the bit-ness detection be dropped somehow? It should not be needed for a header-only target.<br><div><br></div><div>Cheers,<br></div><div>Ghis<br></div><div><br><br>[1] <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850277">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850277</a></div></div>