commit e5374a85e897f41c4dfe36f2bb2242f8d068d56f
Author: Vollstrecker <github@vollstreckernet.de>
Date: Mon Feb 23 23:15:30 2026 +0100
CMake: Update component note in README-cmake.md.
thanks to @tbeu
Co-authored-by: tbeu <tbeu@users.noreply.github.com>
diff --git a/README-cmake.md b/README-cmake.md
index 6b914e0..90fe5fe 100644
--- a/README-cmake.md
+++ b/README-cmake.md
@@ -71,7 +71,7 @@ found, either by checking for existence of the target, or by checking the ZLIB_s
When you search for minizip, it will search zlib for you, so only one of both is needed.
-When you don't give any COMPONENTS, and not all components are found, the package itself is considered not found.
+Note: If you don't list the components you want to use and one of them is not present, this is a hard error.
## Imported targets ##