Skip to content

Commit

Permalink
doc: Fix info on build_information.hpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Feb 10, 2015
1 parent 3495d39 commit 290b174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/build-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ exact same configuration options as the ones given when the library was build!
The exceptions are the ``LUABIND_MAX_ARITY`` and ``LUABIND_MAX_BASES`` which are
template-based options and only matters when you use the library (which means
they can differ from the settings of the library). To achieve this you should
use the CMake equivalent of these options and force your compiler to include the
``luabind/build_information.hpp`` header that is generated when building with
CMake (``/FI`` for MSVC, ``-include`` for gcc and Clang).
use the CMake equivalent of these options. Then, when building with CMake the
``build_information.hpp`` header is created and automatically included by
``config.hpp``, thus keeping the options in sync automatically.


``LUABIND_MAX_ARITY``
Expand Down

0 comments on commit 290b174

Please sign in to comment.