Skip to content

Commit

Permalink
Fix installing Gnome files if examples are build.
Browse files Browse the repository at this point in the history
Regression was introduced in 060b55c.
  • Loading branch information
fancycode committed Nov 21, 2023
1 parent 007b6b2 commit 617f291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnome/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
find_package(PNG)
if(WITH_EXAMPLES AND TARGET PNG::PNG)
install(FILES heif.thumbnailer DESTINATION ${CMAKE_INSTALL_DATADIR}/thumbnailers)
endif()

0 comments on commit 617f291

Please sign in to comment.