From 702cfcaef5d551d881fc753bb7e22a277fe7f85b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 3 Jul 2014 14:39:23 +0100 Subject: [PATCH] CMakeLists.txt: update pymraa to python-mraa Signed-off-by: Brendan Le Foll --- src/python/docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/docs/CMakeLists.txt b/src/python/docs/CMakeLists.txt index a833fbb..9ce7880 100644 --- a/src/python/docs/CMakeLists.txt +++ b/src/python/docs/CMakeLists.txt @@ -36,6 +36,6 @@ if (DOXYGEN_FOUND) COMMENT "Building HTML documentation with Sphinx" ) - add_dependencies (sphinx ${SWIG_MODULE_pymraa_REAL_NAME}) + add_dependencies (sphinx ${SWIG_MODULE_python-mraa_REAL_NAME}) endif () endif ()