ソースを参照

minor changes

Michele Caini 6 年 前
コミット
be58f2e68a
2 ファイル変更2 行追加2 行削除
  1. 1 1
      README.md
  2. 1 1
      cmake/in/version.h.in

+ 1 - 1
README.md

@@ -217,7 +217,7 @@ supports at least C++17.<br/>
 The requirements below are mandatory to compile the tests and to extract the
 documentation:
 
-* `CMake` version 3.2 or later.
+* `CMake` version 3.7 or later.
 * `Doxygen` version 1.8 or later.
 
 If you are looking for a C++14 version of `EnTT`, check out the git tag `cpp14`.

+ 1 - 1
cmake/in/version.h.in

@@ -8,4 +8,4 @@
 #define ENTT_VERSION_PATCH @PROJECT_VERSION_PATCH@
 
 
-#endif // ENTT_CONFIG_VERSION_H
+#endif