On 16.01.2021 08:57, Bob Hepple wrote:
One of my packages has started to use CPM.cmake
(https://github.com/TheLartians/CPM.cmake) which is a "Setup-free
CMake dependency management" addon script for cmake.

You should ask upstream to make this optional (allow forwarding the special configuration flag, for example -DDISABLE_CPM:BOOL=TRUE).

Any ideas how to overcome this?

If the upstream refuses, you will need to manually unbundle, patch and remove all CPM functions calls and then start using Cmake's native find_package(FOO REQUIRED) instead.

--
Sincerely,
  Vitaly Zaitsev ([email protected])
_______________________________________________
devel 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