From ca8b5baf99fd0fb89bb9dd0a9a5c6176f2bddd1f Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Wed, 21 Aug 2024 18:55:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6a90b5..9736896 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ provides the ability to **parse**, **compare**, and **increment** semantic versi GIT_TAG v0.4.0) FetchContent_MakeAvailable(cpp-semver) ``` - > [!TIP]\ + > To use the lib as a C++20 module, you have to turn the `SEMVER_BUILD_MODULE` option `ON`: > ```cmake > set(SEMVER_BUILD_MODULE ON)