Fixed a simple syntax error to address https://github.com/Unidata/netcdf-c/issues/61

This commit is contained in:
Ward Fisher 2014-06-12 15:37:21 -06:00
parent 7f812b367e
commit 628393c16e

View File

@ -944,7 +944,7 @@ IF(ENABLE_DOXYGEN)
ELSE(DOXYGEN_FOUND)
MESSAGE(STATUS "Unable to build internal documentation. Doxygen does not appear to be on your executable path. Install doxygen and configure the project again.")
SET(ENABLE_DOXYGEN=OFF)
SET(ENABLE_DOXYGEN OFF)
ENDIF(DOXYGEN_FOUND)
ENDIF()