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.

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

Attachment: pgplvpCugKaSf.pgp
Description: PGP signature

------------------------------------------------------------------------------
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