Исправлена установка переменной

This commit is contained in:
Andrei Astafev 2019-08-21 06:47:51 +03:00
parent 3a0bb2b480
commit 9c371dc1a2

View File

@ -16,7 +16,7 @@ if (PYTHONINTERP_FOUND)
set(BREATHE_FOUND OFF CACHE STRING "Breathe documentation generator disabled" FORCE)
endif()
else()
set(BREATHE_FOUND OFF CACHE FORCE)
set(BREATHE_FOUND OFF CACHE STRING "Breathe documentation generator disabled" FORCE)
endif()