We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04b379 commit c3680aaCopy full SHA for c3680aa
README.md
@@ -12,7 +12,7 @@ CMake module for building IDL files with MIDL
12
* [Version History](#version-history)
13
14
# Introduction
15
-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.
16
17
## Requirements
18
- [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:
68
# Version History
69
70
## Version 1.0.0 (26 Oct 2018)
71
-- Initial public release
+- Initial public release
0 commit comments