The tweaks file worked well when all libraries were header only libraries, but this breaks down with prebuilt libraries. Each library has to define the tweaks values to something at compile time and thus will differ from the end application.
Because config passed along BOOST LEAF macros a new means of distributing those macros is needed. The conanfile.py will now do this job.
The tweaks file worked well when all libraries were header only libraries, but this breaks down with prebuilt libraries. Each library has to define the tweaks values to something at compile time and thus will differ from the end application.
Because config passed along BOOST LEAF macros a new means of distributing those macros is needed. The conanfile.py will now do this job.
Bump version to 2.0.0