Skip to content

Commit a9ff12d

Browse files
examples: Don't build docs for glfw. (#358)
Also, update to using `ON` rather than `1` for the flag for using Wayland.
1 parent 51f3572 commit a9ff12d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ add_subdirectory(enumerate_adapters)
3535
add_subdirectory(texture_arrays)
3636
add_subdirectory(triangle)
3737

38-
set(GLFW_USE_WAYLAND 1)
38+
set(GLFW_BUILD_DOCS OFF)
39+
set(GLFW_USE_WAYLAND ON)
3940
set(DEP_GLFW_DIR ${CMAKE_SOURCE_DIR}/vendor/glfw)
4041
add_subdirectory(${DEP_GLFW_DIR})

0 commit comments

Comments
 (0)