28 Dec
2020
28 Dec
'20
4 a.m.
Hi,
I'm trying to integrate GiNaC into my CMake-based project and I'm having some difficulty setting up the build. ... can I safely start adding a CMake build?
It seems that using a CMake 'ExternalProject' would allow you to use CLN's configure-based build system from CMake [1]. No? It is usually a waste of time to maintain two build systems (for CLN, in this case) in parallel, when one is sufficient. Bruno [1] https://stackoverflow.com/questions/5971921/building-a-library-using-autotoo...