From b3f95950ecbe6bd97d0aaac1c260a1ab90644db7 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Tue, 8 Oct 2019 12:36:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a8e6d..a80f738 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ compile options, enable or disable with cmake: available options: * BUILD_SHARED_LIBS - if ON shared library is build, otherwise static - * PYTHON_MODULE - enable/disable building of the python bindigs, cython and numpy are required to build the catima python module, default OFF + * PYTHON_MODULE - enable/disable building of the python bindigs, pybind11 is required to build the catima python module, default OFF * TESTS - build tests * EXAMPLES - build examples * DOCS - prepare doxygen documentation (after cmake, __make docs__ needs to be executed)