Skip to content

Commit

Permalink
remove cmake option() for gdk-pixbuf loader
Browse files Browse the repository at this point in the history
using if(GDK2_PIXBUF_FOUND) instead
  • Loading branch information
ohwgiles committed Feb 5, 2019
1 parent 07c9a6e commit 034e3c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Expand Up @@ -63,8 +63,4 @@ endif()

add_subdirectory (examples)
add_subdirectory (libheif)

option(WITH_GDK_PIXBUF_LOADER "Compile a gdk-pixbuf loader plugin" ON)
if(WITH_GDK_PIXBUF_LOADER)
add_subdirectory (gdk-pixbuf)
endif()
add_subdirectory (gdk-pixbuf)

0 comments on commit 034e3c4

Please sign in to comment.