Skip to content

Commit

Permalink
Increased minimum required VIPS version to 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aferrero2707 committed Sep 25, 2016
1 parent c97b853 commit 5c904c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pkg_check_modules(ORC orc-0.4)

pkg_check_modules(SIGC2 REQUIRED sigc++-2.0)

pkg_check_modules(VIPS REQUIRED vips>=7.42.0)
pkg_check_modules(VIPS REQUIRED vips>=8.3.3)
#pkg_check_modules(VIPSCC REQUIRED vipsCC)
MESSAGE( STATUS "VIPS_INCLUDE_DIRS: " ${VIPS_INCLUDE_DIRS} )
MESSAGE( STATUS "VIPS_LIBRARY_DIRS: " ${VIPS_LIBRARY_DIRS} )
Expand Down

0 comments on commit 5c904c3

Please sign in to comment.