Le 20/07/2020 à 21:34, Dominik 'Rathann' Mierzejewski a écrit :

> This doesn't help to fix this:
> 
> %build
> mkdir -p build
> cd build
> %cmake3 \
>     ..
> %make_build
> 
> Help?

Have you try "%cmake3 -S .. -B ."

This should override the default "-S ."

As the previous version require the sources directory
it seems better to always give it, even with newer version,
but using the -S option.


BTW, having to add condition around %cmake_* usage (for EL-8)
is a nightmare, and having them added in some EPEL specific
package is NOT a proper solution.


Remi
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org

Reply via email to