diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b70839f5f..78da42ca79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,7 +207,7 @@ pkg_check_modules (GTHREAD REQUIRED gthread-2.0) pkg_check_modules (LIBXML2 REQUIRED libxml-2.0>=2.9.4) pkg_check_modules (LIBXSLT REQUIRED libxslt) if (WITH_GNUCASH) - if (WIN32 OR APPLE) + if (WIN32) pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkitgtk-3.0) set(WEBKIT1 1 CACHE INTERNAL "WebKitGtk") else()