]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: mark gcc 7 as minimum C++ compiler (due to std++17) 24615/head
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 16 Oct 2018 11:18:08 +0000 (13:18 +0200)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 16 Oct 2018 14:34:03 +0000 (16:34 +0200)
commitee3af68dd936b6a47eaa53c67d62ca13efcfb271
tree3af065e926c06e5005c970f4a313c9bdd50135cc
parente1fd799b75539527d469ff4bd0140b25a3192827
cmake: mark gcc 7 as minimum C++ compiler (due to std++17)

Ceph requires C++17 support from compiler. This means gcc 7.x being
minimal version supported.

This also allows to fail quick on Debian 'stretch' with it's gcc 6.3
compiler.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
CMakeLists.txt