From 592ab485a70ab4c8e4cefc37bbdfb76110f9205e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jan 2022 18:59:51 +0100 Subject: New upstream version 0.9.6 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3f92bfc..2846e9d 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ please check out [https://uriparser.github.io/](https://uriparser.github.io/). # Example use from an existing CMake project + ```cmake -project(hello VERSION 1.0) +cmake_minimum_required(VERSION 3.3) + +project(hello VERSION 1.0.0) find_package(uriparser 0.9.2 CONFIG REQUIRED char wchar_t) -- cgit v1.2.3