Anonymous | Login | Signup for a new account | 2025-09-13 00:26 UTC | ![]() |
My View | View Issues | Change Log | Roadmap | All Projects Issue Support Ranking | Rules | My Account |
View Revisions: Issue #3542 | [ Back to Issue ] | ||
Summary | 0003542: No CXX_STANDARD defined in CMake 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. |
||
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 | ||
Additional Information | 'https://cmake.org/cmake/help/latest/variable/CMAKE_CXX_STANDARD.html [^]' 'https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html [^]' |
||
Revision | 2018-10-07 08:39 by WubTheCaptain | ||
Additional Information | 'https://cmake.org/cmake/help/latest/variable/CMAKE_CXX_STANDARD.html [^]' 'https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html [^]' As far as I'm aware, Doomseeker conforms to C++03 standard. |
||
Revision | 2018-10-07 09:17 by WubTheCaptain | ||
Additional Information | 'https://cmake.org/cmake/help/latest/variable/CMAKE_CXX_STANDARD.html [^]' 'https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html [^]' 'https://cmake.org/cmake/help/latest/variable/CMAKE_CXX_STANDARD_REQUIRED.html [^]' 'https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD_REQUIRED.html [^]' As far as I'm aware, Doomseeker conforms to C++03 standard. |
Copyright © 2000 - 2025 MantisBT Team |