From c41c1598d1c00363114bd6c3a70ce121715e4156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Kov=C3=A1cs?= Date: Mon, 21 Oct 2024 13:19:14 +0200 Subject: [PATCH] Improve documentation --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 483d0df4..f2d5970c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,8 +72,7 @@ # and learn what the problem is. Maybe some package is not found by cmake. # In particular, you may need to have libcups2-dev on your system already installed. # -# * A WebAssembly build is now possible. Extra files (e.g. catalogs, tutorials) -# are missing in the generated bundle yet. +# * Also, a WebAssembly build is now fully possible. ###########################################################################