On Tue, 21 Mar 2023 at 17:02, Michal Sudolsky <[email protected]> wrote: > So if I understand correctly these 3 variables will never be there at once?
Not exactly. Based on feedback from xyz, I partially reverted the previous variables. We have now just a single PODOFO_BUILD_STATIC that will switch between a static build when true, and a shared one when false. PODOFO_BUILD_SHARED can't be set externally anymore (it's set internally only) and there's no dual target static/shared support just yet (it may be introduced in the future). The full list of supported CMake defines is here[1]. Regards, Francesco [1] https://github.com/podofo/podofo/#cmake-switches _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
