[upstream_utils] Disable glfw docs build by default (#6863)

Fixes #6862.
This commit is contained in:
Tyler Veness
2024-07-21 07:15:22 -07:00
committed by GitHub
parent 45f3e3a069
commit 57205c8d15
4 changed files with 25 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ endif()
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
option(GLFW_BUILD_EXAMPLES "Build the GLFW example programs" ${GLFW_STANDALONE})
option(GLFW_BUILD_TESTS "Build the GLFW test programs" ${GLFW_STANDALONE})
option(GLFW_BUILD_DOCS "Build the GLFW documentation" ON)
option(GLFW_BUILD_DOCS "Build the GLFW documentation" OFF)
option(GLFW_INSTALL "Generate installation target" ON)
include(GNUInstallDirs)