mirror of https://git.tukaani.org/xz.git
CMake: Rename ENABLE_DOXYGEN to XZ_DOXYGEN
This commit is contained in:
parent
b56273ae57
commit
4b8faa7244
|
@ -2051,9 +2051,9 @@ endif()
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
option(ENABLE_DOXYGEN "Use Doxygen to generate liblzma API docs" OFF)
|
option(XZ_DOXYGEN "Use Doxygen to generate liblzma API docs" OFF)
|
||||||
|
|
||||||
if (ENABLE_DOXYGEN)
|
if (XZ_DOXYGEN)
|
||||||
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/doc")
|
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/doc")
|
||||||
|
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
|
Loading…
Reference in New Issue