Switching from ImageMagick++ to GraphicsMagick++ to ease compatibility with wt4. ref #42

This commit is contained in:
emeric
2020-03-28 20:09:57 +01:00
parent bd6a08facb
commit 2c9952b8b7
6 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
include(CTest)
find_package(PkgConfig)
pkg_check_modules(IMAGEMAGICKXX REQUIRED ImageMagick++)
pkg_check_modules(GRAPHICSMAGICKXX REQUIRED GraphicsMagick++)
add_subdirectory(src)