Parcourir la source

minor changes

Michele Caini il y a 6 ans
Parent
commit
be58f2e68a
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 The requirements below are mandatory to compile the tests and to extract the
 documentation:
 documentation:
 
 
-* `CMake` version 3.2 or later.
+* `CMake` version 3.7 or later.
 * `Doxygen` version 1.8 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`.
 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@
 #define ENTT_VERSION_PATCH @PROJECT_VERSION_PATCH@
 
 
 
 
-#endif // ENTT_CONFIG_VERSION_H
+#endif