| View Revisions: Issue #3542 |
[ All Revisions ] [ Back to Issue ] |
| Summary |
0003542: No CXX_STANDARD defined in CMake build files |
|
| Revision |
2018-10-07 08:39 by WubTheCaptain |
|
| Description |
We could get more precise warnings from the C++ compiler, if it knew the standards version to use. There's a macro CMAKE_CXX_STANDARD for that, and CXX_STANDARD for build files. |
|
| Revision |
2018-10-07 08:37 by WubTheCaptain |
|
| Description |
We could get more precise warnings from the C++ compiler, if it knew the standards version to use. There's a macro CMAKE_CXX_STANDARD for that, and CXX_STANDARD for build files.
As far as I'm aware, Doomseeker conforms to C++03 standard. |