Open barracuda156 opened 1 year ago
The C++ standard is set here https://github.com/jbreams/gonepass/blob/3da5cfa120b4e530092d9cda5634e72f22b048d8/CMakeLists.txt#L15, what else needs to be done here?
@jbreams Thank you for responding!
I think it will be better to have it required: https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD_REQUIRED.html Otherwise somebody gets a failure and won’t immediately know why.
@jbreams FYI, I have added it to Macports: https://ports.macports.org/port/gonepass/details
The build fails spectacularly with an older compiler which does not support C++11. CMake should require the standard.