[CMAKE] Declare that we want to use C11/C++11
authorHervé Poussineau <hpoussin@reactos.org>
Tue, 1 Dec 2020 17:48:36 +0000 (18:48 +0100)
committerHervé Poussineau <hpoussin@reactos.org>
Tue, 1 Dec 2020 17:51:42 +0000 (18:51 +0100)
commit64211aa6964a8ca1627f2ce7244b8270003e6770
treea44318a9288275c2b759d91ffdabf104b5494064
parent4469ab362047b5849bc58eb330f287af77a03e11
[CMAKE] Declare that we want to use C11/C++11

That way, we won't use whatever standard is the default on whatever compiler we are using.
This should also prevent using more recent features without warning.
CMakeLists.txt