From c3680aa073385af5b538eb3015d8a74d34e977ec Mon Sep 17 00:00:00 2001 From: Sergey Podobry Date: Fri, 23 Nov 2018 15:59:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52e04d5..e989ef0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ CMake module for building IDL files with MIDL * [Version History](#version-history) # Introduction -IDL is used for creating COM servers. Unfortunately CMake has no built-in support for IDL, so this module comes to rescue. +IDL is used for creating COM servers. Unfortunately CMake has a limited support for IDL, so this module comes to rescue. ## Requirements - [CMake 3.0](https://cmake.org/download/) or higher @@ -68,4 +68,4 @@ Take a look at the [samples](samples/) folder to see how to use [FindIDL](https: # Version History ## Version 1.0.0 (26 Oct 2018) -- Initial public release \ No newline at end of file +- Initial public release