Comment in CMake for CXX STANDARD

Co-Authored-By: JP Cimalando <jp-dev@inbox.ru>
This commit is contained in:
Paul Ferrand 2020-03-10 15:54:46 +01:00 committed by Paul Fd
parent a31ded0797
commit a1606d951b

View file

@ -1,4 +1,4 @@
# Do not override the C++ standard if set to more than 14
# Do not override the C++ standard if set to more than 11
if (NOT CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD LESS 11)
set(CMAKE_CXX_STANDARD 11)
endif()