Skip to content

Commit d72437c

Browse files
authored
Fix missing option that causes PlutoSVG examples to be added to the build system (#525)
1 parent 283cb1b commit d72437c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ if(SDLTTF_PLUTOSVG)
342342
message(STATUS "${PROJECT_NAME}: Using vendored plutosvg library")
343343
set(BUILD_SHARED_LIBS OFF)
344344
set(PLUTOSVG_ENABLE_FREETYPE ON CACHE BOOL "plutosvg enable freetype" FORCE)
345-
set(PLUTOVG_BUILD_EXAMPLES OFF CACHE BOOL "plutosvg build examples" FORCE)
345+
set(PLUTOSVG_BUILD_EXAMPLES OFF CACHE BOOL "plutosvg build examples" FORCE)
346+
set(PLUTOVG_BUILD_EXAMPLES OFF CACHE BOOL "plutovg build examples" FORCE)
346347
sdl_check_project_in_subfolder(external/plutovg plutovg SDLTTF_VENDORED)
347348
add_subdirectory(external/plutovg EXCLUDE_FROM_ALL)
348349
sdl_check_project_in_subfolder(external/plutosvg plutosvg SDLTTF_VENDORED)

0 commit comments

Comments
 (0)