On 24 March 2014 16:34, Vadim Zeitlin <vz-s...@zeitlins.org> wrote:
> On Mon, 24 Mar 2014 15:00:44 +0100 Mateusz Łoskot <mate...@loskot.net> wrote:
>
> MŁ> The idea is to update all includes to use #include <soci/...>,
> MŁ> similarly to how Boost C++ Libraries includes work internally.
> MŁ>
> MŁ> If this needs changes in CMake configuration, I can take care of it.
>
>  I _think_ that we just need to replace
>
>         include_directories(${SOCI_SOURCE_DIR}/include/soci)
>
> in CMakeLists.txt with
>
>         include_directories(${SOCI_SOURCE_DIR}/include)
>
> and update all the files to use "soci/" prefix in their includes.

I think the former is left over after intermediate stage of migration
to new layout.

>  Should I do this and hope that Travis discovers any breakage?

Yes, I think it should work.

Thanks!

Best regards,
-- 
Mateusz  Łoskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
soci-devel mailing list
soci-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-devel

Reply via email to