Skip to content
Snippets Groups Projects
Commit 8a41eaaa authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'boost_version' into 'master'

Adapted the documentation to the new behavior of version exporting

See merge request !17
parents 5b34efdc f3e18cc9
Branches
Tags
1 merge request!17Adapted the documentation to the new behavior of version exporting
Pipeline #
......@@ -18,7 +18,7 @@ def get_config():
def get_macros():
"""get_macros() -> macros
Returns a list of preprocessor macros, such as ``[(HAVE_BOOST, 1), (BOOST_VERSION,xx)]``.
Returns a list of preprocessor macros, such as ``[(HAVE_BOOST, 1)]``.
This function is automatically used by :py:func:`bob.extension.get_bob_libraries` to retrieve the prerpocessor definitions that are required to use the C bindings of this library in dependent classes.
You shouldn't normally need to call this function by hand.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment