https://bugzilla.redhat.com/show_bug.cgi?id=1828205



--- Comment #5 from Nick Black <[email protected]> ---
OK, I've verified that if I install the CMake config files into /usr/lib/cmake
(which did not exist on my system before, and my package would need create),
cmake as installed picks it up, and things can build against doctest
successfully. So I just need to figure out how to pass /usr/lib/ down into
CMake using the cmake macro, and they ought get installed to /usr/lib/cmake,
eliminating the error noarch-with-lib64.

I'm not sure what to do about only-non-binary-in-usr-lib.

The following paths get searched by CMake by default:

<prefix>/(lib/<arch>|lib*|share)/cmake/<name>*/               
<prefix>/(lib/<arch>|lib*|share)/<name>*/                       
<prefix>/(lib/<arch>|lib*|share)/<name>*/(cmake|CMake)/         
<prefix>/<name>*/(lib/<arch>|lib*|share)/cmake/<name>*/         
<prefix>/<name>*/(lib/<arch>|lib*|share)/<name>*/               
<prefix>/<name>*/(lib/<arch>|lib*|share)/<name>*/(cmake|CMake)/

so it doesn't seem like I'm getting out of /usr/lib easily. :/


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to