Skip to content

Commit

Permalink
Update document for SOCI_SHARED (#718) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tt4g authored and mloskot committed Mar 21, 2019
1 parent f8d036e commit c15b178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ List of a few essential CMake variables:
List of variables to control common SOCI features and dependencies:

* `SOCI_CXX_C11` - boolean - Request to compile in C++11 compatibility mode. Default is `OFF`.
* `SOCI_STATIC` - boolean - Request to build static libraries, along with shared, of SOCI core and all successfully configured backends.
* `SOCI_SHARED` - boolean - Request to build shared libraries for SOCI core and all successfully configured backends. Default is `ON`.
* `SOCI_STATIC` - boolean - Request to build static libraries for SOCI core and all successfully configured backends. Default is `ON`.
* `SOCI_TESTS` - boolean - Request to build regression tests for SOCI core and all successfully configured backends.
* `WITH_BOOST` - boolean - Should CMake try to detect [Boost C++ Libraries](http://www.boost.org/). If ON, CMake will try to find Boost headers and binaries of [Boost.Date_Time](http://www.boost.org/doc/libs/release/doc/html/date_time.html) library.

Expand Down

0 comments on commit c15b178

Please sign in to comment.