jamboree / bustache

C++20 implementation of {{ mustache }}
82 stars 10 forks source link

Use boost imported target whenever possible #8

Closed sjoubert closed 6 years ago

sjoubert commented 6 years ago

Using the imported target rather than the installed boost path makes the installation of bustache relocatable by not relying on the build machine setup for the Boost include path.

I have kept compatibility for CMake version less than 3.5, if you don't mind bumping the minimun_required_version I can also clean up the patch. Your call.