mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Fixed a simple syntax error to address https://github.com/Unidata/netcdf-c/issues/61
This commit is contained in:
parent
7f812b367e
commit
628393c16e
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user