Fix wrong negation to enable Doxygen target

This commit is contained in:
Martchus 2018-03-21 22:33:12 +01:00
parent 9a352e0b8f
commit 7cafdd551e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ if(NOT BASIC_PROJECT_CONFIG_DONE)
endif()
option(NO_DOXYGEN "whether creation of Doxygen targets is disabled (enabled by default)" OFF)
if(NOT NO_DOXYGEN)
if(NO_DOXYGEN)
return()
endif()