Comment in CMake for CXX STANDARD
Co-Authored-By: JP Cimalando <jp-dev@inbox.ru>
This commit is contained in:
parent
a31ded0797
commit
a1606d951b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue