Fix documentation target dependency

Related to #2704
This commit is contained in:
Camilla Löwy 2025-08-21 21:36:59 +02:00
parent c9b129753a
commit 1fdd39cf3e
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ video tutorials.
- Denis Bernard
- BiBi
- Doug Binks
- bitb4ker
- blanco
- Waris Boonyasiriwat
- Kyle Brenneman

View File

@ -50,7 +50,7 @@ else()
COMMENT "Generating HTML documentation"
VERBATIM)
add_custom_target(docs ALL SOURCES "html/index.html")
add_custom_target(docs ALL DEPENDS "html/index.html")
set_target_properties(docs PROPERTIES FOLDER "GLFW3")
if (GLFW_INSTALL)