diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-04-05 15:17:02 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-31 21:56:38 +0100 |
commit | 8d2509eee5ec8da326e1357ebf82dda29c926a44 (patch) | |
tree | 97b4f9e4c7a44b9997d4076a7b55dea1439e31f9 | |
parent | 25e68fc5c20c2a331711ef74dbc6686d08e256ec (diff) |
Build/CMake: Code cleanup
(cherry picked from commit 404dbcdcf6bd09202cf58a4064a127e7f303b9b2)
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ddbe0edd72..ac947ada786 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,6 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# We require CMake >= 3.2 cmake_minimum_required(VERSION 3.8) # add this options before PROJECT keyword |