From 3a0bb2b48071ad4982015f44c843882d6b2ff5fd Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 17 Aug 2019 11:47:49 +0300 Subject: [PATCH] =?UTF-8?q?Breathe=20=D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibBreathe.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMLibBreathe.cmake b/CMLibBreathe.cmake index 85f07b2..b082331 100644 --- a/CMLibBreathe.cmake +++ b/CMLibBreathe.cmake @@ -10,7 +10,7 @@ if (PYTHONINTERP_FOUND) include(FindPythonModule) find_python_module(breathe) find_python_module(recommonmark) - if(DOXYGEN_FOUND AND PERL_FOUND AND PYTHONINTERP_FOUND AND SPHINX_FOUND AND breathe_FOUND AND recommonmark_FOUND) + if(DOXYGEN_FOUND AND PERL_FOUND AND PYTHONINTERP_FOUND AND SPHINX_EXECUTABLE AND breathe AND recommonmark) set(BREATHE_FOUND ON CACHE STRING "Breathe documentation generator enabled" FORCE) else() set(BREATHE_FOUND OFF CACHE STRING "Breathe documentation generator disabled" FORCE)