Skip to content

Commit a809e8f

Browse files
Ravbugsezero
authored andcommitted
Fix missing option that causes PlutoSVG examples to be added to the build system (#525)
(cherry picked from commit d72437c)
1 parent 1932aaf commit a809e8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ if(SDLTTF_PLUTOSVG)
374374
message(STATUS "${PROJECT_NAME}: Using vendored plutosvg library")
375375
set(BUILD_SHARED_LIBS OFF)
376376
set(PLUTOSVG_ENABLE_FREETYPE ON CACHE BOOL "plutosvg enable freetype" FORCE)
377-
set(PLUTOVG_BUILD_EXAMPLES OFF CACHE BOOL "plutosvg build examples" FORCE)
377+
set(PLUTOSVG_BUILD_EXAMPLES OFF CACHE BOOL "plutosvg build examples" FORCE)
378+
set(PLUTOVG_BUILD_EXAMPLES OFF CACHE BOOL "plutovg build examples" FORCE)
378379
sdl_check_project_in_subfolder(external/plutovg plutovg SDLTTF_VENDORED)
379380
add_subdirectory(external/plutovg EXCLUDE_FROM_ALL)
380381
sdl_check_project_in_subfolder(external/plutosvg plutosvg SDLTTF_VENDORED)

0 commit comments

Comments
 (0)