Breathe условия
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user